This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] MIPS/LD/testsuite: Uniquely identify `undefweak-overflow' tests


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4861b80420856a420c372b93782f32b7626c7037

commit 4861b80420856a420c372b93782f32b7626c7037
Author: Maciej W. Rozycki <macro@imgtec.com>
Date:   Thu Jun 23 00:29:14 2016 +0100

    MIPS/LD/testsuite: Uniquely identify `undefweak-overflow' tests
    
    	ld/
    	* testsuite/ld-mips-elf/mips-elf.exp: Uniquely identify
    	`undefweak-overflow' tests.

Diff:
---
 ld/ChangeLog                          | 5 +++++
 ld/testsuite/ld-mips-elf/mips-elf.exp | 6 ++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8c85993..3cd7296 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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
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)]]
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]