MIPS/LD/testsuite: Uniquely identify `undefweak-overflow' tests
authorMaciej W. Rozycki <macro@imgtec.com>
Wed, 22 Jun 2016 23:29:14 +0000 (00:29 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Wed, 22 Jun 2016 23:43:14 +0000 (00:43 +0100)
ld/
* testsuite/ld-mips-elf/mips-elf.exp: Uniquely identify
`undefweak-overflow' tests.

ld/ChangeLog
ld/testsuite/ld-mips-elf/mips-elf.exp

index 8c85993b60580cd06e2456403375eff07fad58da..3cd7296411926ab14c7700feeedf26e55cb98423 100644 (file)
@@ -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>
 
        PR ld/20283
index 61a119e39a9ea834729b7fb4c66c0fcda6b1ab7a..8fb55e48bab84a8c3aa3f7c15ee7d2539185c32a 100644 (file)
@@ -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)]]
 }