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/GAS/testsuite: Uniquely identify MIPS64r6 tests


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

commit ff03d62a82aa11d05bb7c3f3a38622b8e9aa2708
Author: Maciej W. Rozycki <macro@imgtec.com>
Date:   Mon Jun 20 23:36:01 2016 +0100

    MIPS/GAS/testsuite: Uniquely identify MIPS64r6 tests
    
    	gas/
    	* testsuite/gas/mips/r6-64-n32.d: Change the `name' tag.
    	* testsuite/gas/mips/r6-64-n64.d: Likewise.

Diff:
---
 gas/ChangeLog                      | 5 +++++
 gas/testsuite/gas/mips/r6-64-n32.d | 2 +-
 gas/testsuite/gas/mips/r6-64-n64.d | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3e51448..3f1af8a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
 2016-06-20  Maciej W. Rozycki  <macro@imgtec.com>
 
+	* testsuite/gas/mips/r6-64-n32.d: Change the `name' tag.
+	* testsuite/gas/mips/r6-64-n64.d: Likewise.
+
+2016-06-20  Maciej W. Rozycki  <macro@imgtec.com>
+
 	* config/tc-mips.c (mips_fix_adjustable): Update comment on jump
 	reloc conversion.
 
diff --git a/gas/testsuite/gas/mips/r6-64-n32.d b/gas/testsuite/gas/mips/r6-64-n32.d
index fcef172..838d365 100644
--- a/gas/testsuite/gas/mips/r6-64-n32.d
+++ b/gas/testsuite/gas/mips/r6-64-n32.d
@@ -1,5 +1,5 @@
 #objdump: -dr --prefix-addresses --show-raw-insn
-#name: MIPS MIPSR6 64 instructions
+#name: MIPS64r6 n32 instructions
 #as: -n32
 #source: r6-64.s
 
diff --git a/gas/testsuite/gas/mips/r6-64-n64.d b/gas/testsuite/gas/mips/r6-64-n64.d
index 42d8e53..55a1a14 100644
--- a/gas/testsuite/gas/mips/r6-64-n64.d
+++ b/gas/testsuite/gas/mips/r6-64-n64.d
@@ -1,5 +1,5 @@
 #objdump: -dr --prefix-addresses --show-raw-insn
-#name: MIPS MIPSR6 64 instructions
+#name: MIPS64r6 n64 instructions
 #as: -64
 #source: r6-64.s


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