This is the mail archive of the binutils@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]

[committed] Fix -mfix-24k tests for 64-bit targets


I noticed the recent -mfix-24k tests were failing on mips64-linux-gnu.
Tested on that target and applied.

Richard


gas/testsuite/
	* gas/mips/24k-branch-delay-1.d: Add -32 to assembler options.
	* gas/mips/24k-triple-stores-1.d: Likewise.
	* gas/mips/24k-triple-stores-2.d: Likewise.
	* gas/mips/24k-triple-stores-3.d: Likewise.
	* gas/mips/24k-triple-stores-4.d: Likewise.
	* gas/mips/24k-triple-stores-5.d: Likewise.
	* gas/mips/24k-triple-stores-6.d: Likewise.
	* gas/mips/24k-triple-stores-7.d: Likewise.
	* gas/mips/24k-triple-stores-8.d: Likewise.
	* gas/mips/24k-triple-stores-9.d: Likewise.
	* gas/mips/24k-triple-stores-10.d: Likewise.
	* gas/mips/24k-triple-stores-11.d: Likewise.

Index: gas/testsuite/gas/mips/24k-branch-delay-1.d
===================================================================
--- gas/testsuite/gas/mips/24k-branch-delay-1.d	2011-04-20 17:44:28.000000000 +0100
+++ gas/testsuite/gas/mips/24k-branch-delay-1.d	2011-05-11 12:48:15.000000000 +0100
@@ -1,5 +1,5 @@
 #objdump: -dr 
-#as: -mfix-24k
+#as: -mfix-24k -32
 #name: 24K: Delay slot filling
 
 .*: +file format .*mips.*
Index: gas/testsuite/gas/mips/24k-triple-stores-1.d
===================================================================
--- gas/testsuite/gas/mips/24k-triple-stores-1.d	2011-04-20 17:44:28.000000000 +0100
+++ gas/testsuite/gas/mips/24k-triple-stores-1.d	2011-05-11 12:46:40.000000000 +0100
@@ -1,5 +1,5 @@
 #objdump: -dr 
-#as: -mfix-24k
+#as: -mfix-24k -32
 #name: 24K: Triple Store (Opcode Check)
 
 .*: +file format .*mips.*
Index: gas/testsuite/gas/mips/24k-triple-stores-2.d
===================================================================
--- gas/testsuite/gas/mips/24k-triple-stores-2.d	2011-04-20 17:44:28.000000000 +0100
+++ gas/testsuite/gas/mips/24k-triple-stores-2.d	2011-05-11 12:46:47.000000000 +0100
@@ -1,5 +1,5 @@
 #objdump: -dr
-#as: -mfix-24k
+#as: -mfix-24k -32
 #name: 24K: Triple Store (Range Check)
 
 .*: +file format .*mips.*
Index: gas/testsuite/gas/mips/24k-triple-stores-3.d
===================================================================
--- gas/testsuite/gas/mips/24k-triple-stores-3.d	2011-04-20 17:44:28.000000000 +0100
+++ gas/testsuite/gas/mips/24k-triple-stores-3.d	2011-05-11 12:46:53.000000000 +0100
@@ -1,5 +1,5 @@
 #objdump: -dr
-#as: -mfix-24k
+#as: -mfix-24k -32
 #name: 24K: Triple Store (Double-word Check)
 
 .*: +file format .*mips.*
Index: gas/testsuite/gas/mips/24k-triple-stores-4.d
===================================================================
--- gas/testsuite/gas/mips/24k-triple-stores-4.d	2011-04-20 17:44:28.000000000 +0100
+++ gas/testsuite/gas/mips/24k-triple-stores-4.d	2011-05-11 12:46:59.000000000 +0100
@@ -1,5 +1,5 @@
 #objdump: -dr
-#as: -mfix-24k
+#as: -mfix-24k -32
 #name: 24K: Triple Store (Range Check >= 32)
 
 .*: +file format .*mips.*
Index: gas/testsuite/gas/mips/24k-triple-stores-5.d
===================================================================
--- gas/testsuite/gas/mips/24k-triple-stores-5.d	2011-04-20 17:44:28.000000000 +0100
+++ gas/testsuite/gas/mips/24k-triple-stores-5.d	2011-05-11 12:47:05.000000000 +0100
@@ -1,5 +1,5 @@
 #objdump: -dr
-#as: -mfix-24k
+#as: -mfix-24k -32
 #name: 24K: Triple Store (Mix byte/half/word size check)
 
 .*: +file format .*mips.*
Index: gas/testsuite/gas/mips/24k-triple-stores-6.d
===================================================================
--- gas/testsuite/gas/mips/24k-triple-stores-6.d	2011-04-20 17:44:28.000000000 +0100
+++ gas/testsuite/gas/mips/24k-triple-stores-6.d	2011-05-11 12:47:12.000000000 +0100
@@ -1,5 +1,5 @@
 #objdump: -dr
-#as: -mfix-24k
+#as: -mfix-24k -32
 #name: 24K: Triple Store (Store Macro Check)
 
 .*: +file format .*mips.*
Index: gas/testsuite/gas/mips/24k-triple-stores-7.d
===================================================================
--- gas/testsuite/gas/mips/24k-triple-stores-7.d	2011-04-20 17:44:28.000000000 +0100
+++ gas/testsuite/gas/mips/24k-triple-stores-7.d	2011-05-11 12:47:18.000000000 +0100
@@ -1,5 +1,5 @@
 #objdump: -dr
-#as: -mfix-24k
+#as: -mfix-24k -32
 #name: 24K: Triple Store (Extended Range Check)
 
 .*: +file format .*mips.*
Index: gas/testsuite/gas/mips/24k-triple-stores-8.d
===================================================================
--- gas/testsuite/gas/mips/24k-triple-stores-8.d	2011-04-20 17:44:28.000000000 +0100
+++ gas/testsuite/gas/mips/24k-triple-stores-8.d	2011-05-11 12:47:25.000000000 +0100
@@ -1,5 +1,5 @@
 #objdump: -dr
-#as: -mfix-24k
+#as: -mfix-24k -32
 #name: 24K: Triple Store (Range Check >= 24)
 
 .*: +file format .*mips.*
Index: gas/testsuite/gas/mips/24k-triple-stores-9.d
===================================================================
--- gas/testsuite/gas/mips/24k-triple-stores-9.d	2011-04-20 17:44:28.000000000 +0100
+++ gas/testsuite/gas/mips/24k-triple-stores-9.d	2011-05-11 12:47:33.000000000 +0100
@@ -1,5 +1,5 @@
 #objdump: -dr
-#as: -mfix-24k
+#as: -mfix-24k -32
 #name: 24K: Triple store (Intervening data #1)
 
 .*: +file format .*mips.*
Index: gas/testsuite/gas/mips/24k-triple-stores-10.d
===================================================================
--- gas/testsuite/gas/mips/24k-triple-stores-10.d	2011-04-20 17:44:28.000000000 +0100
+++ gas/testsuite/gas/mips/24k-triple-stores-10.d	2011-05-11 12:47:51.000000000 +0100
@@ -1,5 +1,5 @@
 #objdump: -dr
-#as: -mfix-24k
+#as: -mfix-24k -32
 #name: 24K: Triple Store (Intervening data #2)
 
 .*: +file format .*mips.*
Index: gas/testsuite/gas/mips/24k-triple-stores-11.d
===================================================================
--- gas/testsuite/gas/mips/24k-triple-stores-11.d	2011-04-20 17:44:28.000000000 +0100
+++ gas/testsuite/gas/mips/24k-triple-stores-11.d	2011-05-11 12:48:00.000000000 +0100
@@ -1,5 +1,5 @@
 #objdump: -d
-#as: -mfix-24k
+#as: -mfix-24k -32
 #name: 24K: Triple Store (gprel relocs)
 
 .*: +file format .*mips.*


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