diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-06-14 08:29:42 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2006-06-14 08:29:42 +0000 |
commit | adad22db6d919ca1823e63c57532d8b747b2d9ef (patch) | |
tree | 36f359952889c6b89e05a43721ee63af225c3288 /gas | |
parent | cc3e26bed74f5e492b5d042afe2c2616975de445 (diff) | |
download | gdb-adad22db6d919ca1823e63c57532d8b747b2d9ef.zip gdb-adad22db6d919ca1823e63c57532d8b747b2d9ef.tar.gz gdb-adad22db6d919ca1823e63c57532d8b747b2d9ef.tar.bz2 |
* gas/mips/mips16e-jrc.d, gas/mips/mips16e-save.d,
gas/mips/mips32-dsp.d, gas/mips/mips32-mt.d: Explicitly specify
o32 ABI.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips16e-jrc.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips16e-save.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips32-dsp.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips32-mt.d | 2 |
5 files changed, 10 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 8ff202d..dc51d97 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +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. + 2006-06-12 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp: Run nops and x86-64-nops. diff --git a/gas/testsuite/gas/mips/mips16e-jrc.d b/gas/testsuite/gas/mips/mips16e-jrc.d index 1f34ac7..a323b31 100644 --- a/gas/testsuite/gas/mips/mips16e-jrc.d +++ b/gas/testsuite/gas/mips/mips16e-jrc.d @@ -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.* diff --git a/gas/testsuite/gas/mips/mips16e-save.d b/gas/testsuite/gas/mips/mips16e-save.d index 7bc0b99..6e18d8c 100644 --- a/gas/testsuite/gas/mips/mips16e-save.d +++ b/gas/testsuite/gas/mips/mips16e-save.d @@ -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.* diff --git a/gas/testsuite/gas/mips/mips32-dsp.d b/gas/testsuite/gas/mips/mips32-dsp.d index f2f82e9..d538abd 100644 --- a/gas/testsuite/gas/mips/mips32-dsp.d +++ b/gas/testsuite/gas/mips/mips32-dsp.d @@ -1,6 +1,6 @@ #objdump: -dr --prefix-addresses --show-raw-insn #name: MIPS DSP ASE for MIPS32 -#as: -mdsp +#as: -mdsp -32 # Check MIPS DSP ASE for MIPS32 Instruction Assembly diff --git a/gas/testsuite/gas/mips/mips32-mt.d b/gas/testsuite/gas/mips/mips32-mt.d index f3bbf5b..c640732 100644 --- a/gas/testsuite/gas/mips/mips32-mt.d +++ b/gas/testsuite/gas/mips/mips32-mt.d @@ -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 |