forked from Imagelibrary/binutils-gdb
ld-checks: tweak overflow checks.
* testsuite/ld-checks/checks.exp (overflow_check): Disable for non-elf targets.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2017-03-15 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* testsuite/ld-checks/checks.exp (overflow_check): Disable for
|
||||
non-elf targets.
|
||||
|
||||
2017-03-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* ldlang.c (lang_check_section_addresses): Use addr_mask to
|
||||
|
||||
@@ -85,6 +85,9 @@ proc overflow_check {} {
|
||||
&& ![istarget arm*-*-*] } {
|
||||
return
|
||||
}
|
||||
if ![is_elf_format] {
|
||||
return
|
||||
}
|
||||
|
||||
run_dump_test "over"
|
||||
run_dump_test "over2"
|
||||
|
||||
Reference in New Issue
Block a user