[PATCH 2/7] MIPS testsuite cleanup - part 2
Matthew Fortune
Matthew.Fortune@imgtec.com
Fri Sep 5 15:04:00 GMT 2014
This patch ignores the subtly different warnings/errors produced by
32-bit vs 64-bit architectures targeting O32.
Thanks,
Matthew
gas/testsuite/
* gas/mips/module-defer-warn2.l: Ignore differences in output from
64-bit vs 32-bit targets using O32.
---
gas/testsuite/gas/mips/module-defer-warn2.l | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gas/testsuite/gas/mips/module-defer-warn2.l b/gas/testsuite/gas/mips/module-defer-warn2.l
index f03ad48..bd37c29 100644
--- a/gas/testsuite/gas/mips/module-defer-warn2.l
+++ b/gas/testsuite/gas/mips/module-defer-warn2.l
@@ -1,3 +1,3 @@
.*: Assembler messages:
-.*:2: Error: `gp=64' used with a 32-bit processor
-.*:2: Error: `fp=64' used with a 32-bit fpu
+.*:2: Error: `gp=64' used with a 32-bit.*
+.*:2: .*: `fp=64' used with a 32-bit.*
--
1.9.4
More information about the Binutils
mailing list