Browse Source

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.
binutils-2_13-branch
Chris Demetriou 25 years ago
parent
commit
6398a4776e
  1. 9
      gas/testsuite/ChangeLog
  2. 1
      gas/testsuite/gas/mips/mips-gp64-fp32.d
  3. 4
      gas/testsuite/gas/mips/mips-gp64-fp32.l
  4. 1
      gas/testsuite/gas/mips/mips-gp64-fp64.d
  5. 4
      gas/testsuite/gas/mips/mips-gp64-fp64.l

9
gas/testsuite/ChangeLog

@ -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
gas/testsuite/gas/mips/mips-gp64-fp32.d

@ -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

@ -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
gas/testsuite/gas/mips/mips-gp64-fp64.d

@ -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

@ -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…
Cancel
Save