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]

[PATCH, MIPS] Fix gas tests broken by octeon3 processor definition


The octeon3 processor has VZ implicitly available which broke
some of the expected output for FP ABI tests. Since the ASEs
are not the focus of these testcases then I have simply fixed
them by ignoring the ASE list.

OK to commit?

Thanks,
Matthew

gas/testsuite/

	* gas/mips/attr-gnu-4-5.d: Ignore ASEs.
	* gas/mips/attr-gnu-4-6.d: Likewise.
	* gas/mips/attr-gnu-4-7.d: Likewise.
	* gas/mips/attr-none-o32-fp64-nooddspreg.d: Likewise.
	* gas/mips/attr-none-o32-fp64.d: Likewise.
	* gas/mips/attr-none-o32-fpxx.d: Likewise.
---
 gas/testsuite/gas/mips/attr-gnu-4-5.d                  | 2 +-
 gas/testsuite/gas/mips/attr-gnu-4-6.d                  | 2 +-
 gas/testsuite/gas/mips/attr-gnu-4-7.d                  | 2 +-
 gas/testsuite/gas/mips/attr-none-o32-fp64-nooddspreg.d | 2 +-
 gas/testsuite/gas/mips/attr-none-o32-fp64.d            | 2 +-
 gas/testsuite/gas/mips/attr-none-o32-fpxx.d            | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gas/testsuite/gas/mips/attr-gnu-4-5.d b/gas/testsuite/gas/mips/attr-gnu-4-5.d
index e6eb677..a6297e6 100644
--- a/gas/testsuite/gas/mips/attr-gnu-4-5.d
+++ b/gas/testsuite/gas/mips/attr-gnu-4-5.d
@@ -17,7 +17,7 @@ CPR2 size: 0
 FP ABI: Hard float \(32-bit CPU, Any FPU\)
 ISA Extension: .*
 ASEs:
-	None
+	.*
 FLAGS 1: 0000000.
 FLAGS 2: 00000000
 
diff --git a/gas/testsuite/gas/mips/attr-gnu-4-6.d b/gas/testsuite/gas/mips/attr-gnu-4-6.d
index 5df111f..00704a5 100644
--- a/gas/testsuite/gas/mips/attr-gnu-4-6.d
+++ b/gas/testsuite/gas/mips/attr-gnu-4-6.d
@@ -17,7 +17,7 @@ CPR2 size: 0
 FP ABI: Hard float \(32-bit CPU, 64-bit FPU\)
 ISA Extension: .*
 ASEs:
-	None
+	.*
 FLAGS 1: 00000001
 FLAGS 2: 00000000
 
diff --git a/gas/testsuite/gas/mips/attr-gnu-4-7.d b/gas/testsuite/gas/mips/attr-gnu-4-7.d
index b453218..bdc2e6c 100644
--- a/gas/testsuite/gas/mips/attr-gnu-4-7.d
+++ b/gas/testsuite/gas/mips/attr-gnu-4-7.d
@@ -17,7 +17,7 @@ CPR2 size: 0
 FP ABI: Hard float compat \(32-bit CPU, 64-bit FPU\)
 ISA Extension: .*
 ASEs:
-	None
+	.*
 FLAGS 1: 00000000
 FLAGS 2: 00000000
 
diff --git a/gas/testsuite/gas/mips/attr-none-o32-fp64-nooddspreg.d b/gas/testsuite/gas/mips/attr-none-o32-fp64-nooddspreg.d
index d122268..c276bcb 100644
--- a/gas/testsuite/gas/mips/attr-none-o32-fp64-nooddspreg.d
+++ b/gas/testsuite/gas/mips/attr-none-o32-fp64-nooddspreg.d
@@ -17,7 +17,7 @@ CPR2 size: 0
 FP ABI: Hard float compat \(32-bit CPU, 64-bit FPU\)
 ISA Extension: .*
 ASEs:
-	None
+	.*
 FLAGS 1: 00000000
 FLAGS 2: 00000000
 
diff --git a/gas/testsuite/gas/mips/attr-none-o32-fp64.d b/gas/testsuite/gas/mips/attr-none-o32-fp64.d
index 1f5abd2..28c3c36 100644
--- a/gas/testsuite/gas/mips/attr-none-o32-fp64.d
+++ b/gas/testsuite/gas/mips/attr-none-o32-fp64.d
@@ -17,7 +17,7 @@ CPR2 size: 0
 FP ABI: Hard float \(32-bit CPU, 64-bit FPU\)
 ISA Extension: .*
 ASEs:
-	None
+	.*
 FLAGS 1: 00000001
 FLAGS 2: 00000000
 
diff --git a/gas/testsuite/gas/mips/attr-none-o32-fpxx.d b/gas/testsuite/gas/mips/attr-none-o32-fpxx.d
index 1e440bd..7afdd89 100644
--- a/gas/testsuite/gas/mips/attr-none-o32-fpxx.d
+++ b/gas/testsuite/gas/mips/attr-none-o32-fpxx.d
@@ -17,7 +17,7 @@ CPR2 size: 0
 FP ABI: Hard float \(32-bit CPU, Any FPU\)
 ISA Extension: .*
 ASEs:
-	None
+	.*
 FLAGS 1: 0000000.
 FLAGS 2: 00000000
 
-- 
1.9.4


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