This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH] Specify o32 ABI for some MIPS gas testcases
- From: Thiemo Seufer <ths at networkno dot de>
- To: binutils at sourceware dot org
- Date: Wed, 14 Jun 2006 09:30:08 +0100
- Subject: [PATCH] Specify o32 ABI for some MIPS gas testcases
Hello All,
I applied this patch, it fixes testsuite failures for native
mips64-linux builds.
daniel, this should IMHO also go in the branch.
Thiemo
2006-06-14 Thiemo Seufer <ths@mips.com>
* gas/mips/mips16e-jrc.d, gas/mips/mips16e-save.d,
gas/mips/mips32-dsp.d, gas/mips/mips32-mt.d: Explicitly specify
o32 ABI.
--- gas/testsuite/gas/mips/mips16e-jrc.d 2005-11-14 11:03:15.000000000 +0000
+++ gas/testsuite/gas/mips/mips16e-jrc.d 2006-06-14 00:32:38.000000000 +0100
@@ -1,5 +1,5 @@
#objdump: -dr -mmips:isa32 -mmips:16
-#as: -march=mips32 -mips16
+#as: -march=mips32 -mips16 -32
#name: mips16e jalrc/jrc
.*: +file format .*mips.*
--- gas/testsuite/gas/mips/mips16e-save.d 2005-11-14 02:25:39.000000000 +0000
+++ gas/testsuite/gas/mips/mips16e-save.d 2006-06-14 00:32:40.000000000 +0100
@@ -1,5 +1,5 @@
#objdump: -dr -mmips:isa32 -mmips:16
-#as: -march=mips32 -mips16
+#as: -march=mips32 -mips16 -32
#name: mips16e save/restore
.*: +file format .*mips.*
--- gas/testsuite/gas/mips/mips32-dsp.d 2005-08-25 19:21:47.000000000 +0100
+++ gas/testsuite/gas/mips/mips32-dsp.d 2006-06-14 00:31:27.000000000 +0100
@@ -1,6 +1,6 @@
#objdump: -dr --prefix-addresses --show-raw-insn
#name: MIPS DSP ASE for MIPS32
-#as: -mdsp
+#as: -mdsp -32
#stderr: mips32-dsp.l
# Check MIPS DSP ASE for MIPS32 Instruction Assembly
--- gas/testsuite/gas/mips/mips32-mt.d 2006-05-04 19:41:01.000000000 +0100
+++ gas/testsuite/gas/mips/mips32-mt.d 2006-06-14 00:31:26.000000000 +0100
@@ -1,6 +1,6 @@
#objdump: -dr --prefix-addresses --show-raw-insn -M cp0-names=mips32
#name: MIPS MT ASE for MIPS32
-#as: -mmt
+#as: -mmt -32
#stderr: mips32-mt.l
# Check MIPS MT ASE for MIPS32 Instruction Assembly