2002-04-22 Chris Demetriou <cgd@broadcom.com>
* gas/mips/mips-gp64-fp32.l: New file. * gas/mips/mips-gp64-fp32.d: Use mips-gp64-fp32.l to check stderr output. * gas/mips/mips-gp64-fp64.l: New file. * gas/mips/mips-gp64-fp64.d: Use mips-gp64-fp64.l to check stderr output.
This commit is contained in:
parent
2b2e39bfa5
commit
6398a4776e
5 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2002-04-22 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* gas/mips/mips-gp64-fp32.l: New file.
|
||||
* gas/mips/mips-gp64-fp32.d: Use mips-gp64-fp32.l to check stderr
|
||||
output.
|
||||
* gas/mips/mips-gp64-fp64.l: New file.
|
||||
* gas/mips/mips-gp64-fp64.d: Use mips-gp64-fp64.l to check stderr
|
||||
output.
|
||||
|
||||
2002-04-22 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* lib/gas-defs.exp (run_dump_test): Support new attribute "stderr"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#objdump: -d -mmips:8000
|
||||
#as: -march=8000 -EB -mfp32
|
||||
#name: MIPS -mgp64 -mfp32
|
||||
#stderr: mips-gp64-fp32.l
|
||||
|
||||
.*: +file format.*
|
||||
|
||||
|
|
4
gas/testsuite/gas/mips/mips-gp64-fp32.l
Normal file
4
gas/testsuite/gas/mips/mips-gp64-fp32.l
Normal file
|
@ -0,0 +1,4 @@
|
|||
.*: Assembler messages:
|
||||
.*:92: Warning: Macro instruction expanded into multiple instructions in a branch delay slot
|
||||
.*:96: Warning: Macro instruction expanded into multiple instructions in a branch delay slot
|
||||
.*:100: Warning: Macro instruction expanded into multiple instructions in a branch delay slot
|
|
@ -1,6 +1,7 @@
|
|||
#objdump: -d -mmips:8000
|
||||
#as: -march=8000 -EB
|
||||
#name: MIPS -mgp64 -mfp64
|
||||
#stderr: mips-gp64-fp32.l
|
||||
|
||||
.*: +file format.*
|
||||
|
||||
|
|
4
gas/testsuite/gas/mips/mips-gp64-fp64.l
Normal file
4
gas/testsuite/gas/mips/mips-gp64-fp64.l
Normal file
|
@ -0,0 +1,4 @@
|
|||
.*: Assembler messages:
|
||||
.*:92: Warning: Macro instruction expanded into multiple instructions in a branch delay slot
|
||||
.*:96: Warning: Macro instruction expanded into multiple instructions in a branch delay slot
|
||||
.*:100: Warning: Macro instruction expanded into multiple instructions in a branch delay slot
|
Loading…
Reference in a new issue