mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
MIPS/LD/testsuite: Uniquely identify `undefweak-overflow' tests
ld/ * testsuite/ld-mips-elf/mips-elf.exp: Uniquely identify `undefweak-overflow' tests.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2016-06-22 Maciej W. Rozycki <macro@imgtec.com>
|
||||||
|
|
||||||
|
* testsuite/ld-mips-elf/mips-elf.exp: Uniquely identify
|
||||||
|
`undefweak-overflow' tests.
|
||||||
|
|
||||||
2016-06-22 H.J. Lu <hongjiu.lu@intel.com>
|
2016-06-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/20283
|
PR ld/20283
|
||||||
|
@ -505,9 +505,11 @@ run_dump_test "undefweak-overflow" [list [list as $abi_asflags(o32)] \
|
|||||||
[list ld $abi_ldflags(o32)]]
|
[list ld $abi_ldflags(o32)]]
|
||||||
|
|
||||||
if {$has_newabi} {
|
if {$has_newabi} {
|
||||||
run_dump_test "undefweak-overflow" [list [list as $abi_asflags(n32)] \
|
run_dump_test "undefweak-overflow" [list [list name (n32)] \
|
||||||
|
[list as $abi_asflags(n32)] \
|
||||||
[list ld $abi_ldflags(n32)]]
|
[list ld $abi_ldflags(n32)]]
|
||||||
run_dump_test "undefweak-overflow" [list [list as $abi_asflags(n64)] \
|
run_dump_test "undefweak-overflow" [list [list name (n64)] \
|
||||||
|
[list as $abi_asflags(n64)] \
|
||||||
[list ld $abi_ldflags(n64)]]
|
[list ld $abi_ldflags(n64)]]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user