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: Correct duplicate `Loongson-3A tests' test name


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

commit 30147392ca2b686b17e022a9cf8bbbddae785ff1
Author: Maciej W. Rozycki <macro@mips.com>
Date:   Tue Feb 13 12:56:29 2018 +0000

    MIPS/GAS/testsuite: Correct duplicate `Loongson-3A tests' test name
    
    Correct a duplicate `Loongson-3A tests' GAS test name introduced with
    commit 986754024085 ("Add Loongson3A specific instructions"),
    <https://sourceware.org/ml/binutils/2010-12/msg00447.html>, shared
    between gas/testsuite/gas/mips/loongson-3a.d and
    gas/testsuite/gas/mips/loongson-3a-2.d.
    
    	gas/
    	* testsuite/gas/mips/loongson-3a-2.d: Rename test.

Diff:
---
 gas/ChangeLog                          | 4 ++++
 gas/testsuite/gas/mips/loongson-3a-2.d | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5c8ffd1..fc4cd6f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-13  Maciej W. Rozycki  <macro@mips.com>
+
+	* testsuite/gas/mips/loongson-3a-2.d: Rename test.
+
 2018-02-12  Maciej W. Rozycki  <macro@mips.com>
 
 	* testsuite/gas/mips/reginfo-2-n32.d: Add `--no-pad-sections' to
diff --git a/gas/testsuite/gas/mips/loongson-3a-2.d b/gas/testsuite/gas/mips/loongson-3a-2.d
index 32fea2e..309db47 100644
--- a/gas/testsuite/gas/mips/loongson-3a-2.d
+++ b/gas/testsuite/gas/mips/loongson-3a-2.d
@@ -1,6 +1,6 @@
 #as: -march=loongson3a -mabi=o64
 #objdump: -M reg-names=numeric -dr
-#name: Loongson-3A tests
+#name: Loongson-3A tests 2
 
 .*:     file format .*


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