mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
* gas/mips/mips16e-jrc.d, gas/mips/mips16e-save.d,
gas/mips/mips32-dsp.d, gas/mips/mips32-mt.d: Explicitly specify o32 ABI.
This commit is contained in:
parent
cc3e26bed7
commit
adad22db6d
@ -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.
|
||||
|
@ -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.*
|
||||
|
@ -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.*
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user