mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
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:
@ -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>
|
2002-04-22 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
* lib/gas-defs.exp (run_dump_test): Support new attribute "stderr"
|
* lib/gas-defs.exp (run_dump_test): Support new attribute "stderr"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#objdump: -d -mmips:8000
|
#objdump: -d -mmips:8000
|
||||||
#as: -march=8000 -EB -mfp32
|
#as: -march=8000 -EB -mfp32
|
||||||
#name: MIPS -mgp64 -mfp32
|
#name: MIPS -mgp64 -mfp32
|
||||||
|
#stderr: mips-gp64-fp32.l
|
||||||
|
|
||||||
.*: +file format.*
|
.*: +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
|
#objdump: -d -mmips:8000
|
||||||
#as: -march=8000 -EB
|
#as: -march=8000 -EB
|
||||||
#name: MIPS -mgp64 -mfp64
|
#name: MIPS -mgp64 -mfp64
|
||||||
|
#stderr: mips-gp64-fp32.l
|
||||||
|
|
||||||
.*: +file format.*
|
.*: +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
|
Reference in New Issue
Block a user