diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-06-23 00:29:14 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-06-23 00:43:14 +0100 |
commit | 4861b80420856a420c372b93782f32b7626c7037 (patch) | |
tree | 47507d5411f379d3e1f8207d64a4180c964c5de6 /ld/testsuite/ld-mips-elf | |
parent | 8cec2cfe27b40a2d61bae931d1dc17046d7e108d (diff) | |
download | gdb-4861b80420856a420c372b93782f32b7626c7037.zip gdb-4861b80420856a420c372b93782f32b7626c7037.tar.gz gdb-4861b80420856a420c372b93782f32b7626c7037.tar.bz2 |
MIPS/LD/testsuite: Uniquely identify `undefweak-overflow' tests
ld/
* testsuite/ld-mips-elf/mips-elf.exp: Uniquely identify
`undefweak-overflow' tests.
Diffstat (limited to 'ld/testsuite/ld-mips-elf')
-rw-r--r-- | ld/testsuite/ld-mips-elf/mips-elf.exp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/testsuite/ld-mips-elf/mips-elf.exp b/ld/testsuite/ld-mips-elf/mips-elf.exp index 61a119e..8fb55e4 100644 --- a/ld/testsuite/ld-mips-elf/mips-elf.exp +++ b/ld/testsuite/ld-mips-elf/mips-elf.exp @@ -505,9 +505,11 @@ run_dump_test "undefweak-overflow" [list [list as $abi_asflags(o32)] \ [list ld $abi_ldflags(o32)]] 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)]] - 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)]] } |