From: Chris Demetriou Date: Mon, 22 Apr 2002 22:29:47 +0000 (+0000) Subject: 2002-04-22 Chris Demetriou X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6398a4776e6d52d20fe783209e0446e16ed88355;p=binutils-gdb.git 2002-04-22 Chris Demetriou * 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. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6299e5b8b92..c479ec1fb0b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2002-04-22 Chris Demetriou + + * 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 * lib/gas-defs.exp (run_dump_test): Support new attribute "stderr" diff --git a/gas/testsuite/gas/mips/mips-gp64-fp32.d b/gas/testsuite/gas/mips/mips-gp64-fp32.d index f0e072a9653..6faf9b8e06f 100644 --- a/gas/testsuite/gas/mips/mips-gp64-fp32.d +++ b/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.* diff --git a/gas/testsuite/gas/mips/mips-gp64-fp32.l b/gas/testsuite/gas/mips/mips-gp64-fp32.l new file mode 100644 index 00000000000..4f26b42dce1 --- /dev/null +++ b/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 diff --git a/gas/testsuite/gas/mips/mips-gp64-fp64.d b/gas/testsuite/gas/mips/mips-gp64-fp64.d index 29ddb89e985..cba98f0acfc 100644 --- a/gas/testsuite/gas/mips/mips-gp64-fp64.d +++ b/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.* diff --git a/gas/testsuite/gas/mips/mips-gp64-fp64.l b/gas/testsuite/gas/mips/mips-gp64-fp64.l new file mode 100644 index 00000000000..4f26b42dce1 --- /dev/null +++ b/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