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 2/7] MIPS testsuite cleanup - part 2


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


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