mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 08:13:37 +08:00
ld-checks: tweak overflow checks.
* testsuite/ld-checks/checks.exp (overflow_check): Disable for non-elf targets.
This commit is contained in:
parent
7cb7b948ce
commit
9494d96366
@ -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>
|
2017-03-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* ldlang.c (lang_check_section_addresses): Use addr_mask to
|
* ldlang.c (lang_check_section_addresses): Use addr_mask to
|
||||||
|
@ -85,6 +85,9 @@ proc overflow_check {} {
|
|||||||
&& ![istarget arm*-*-*] } {
|
&& ![istarget arm*-*-*] } {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
if ![is_elf_format] {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
run_dump_test "over"
|
run_dump_test "over"
|
||||||
run_dump_test "over2"
|
run_dump_test "over2"
|
||||||
|
Loading…
Reference in New Issue
Block a user