From 6398a4776e6d52d20fe783209e0446e16ed88355 Mon Sep 17 00:00:00 2001 From: Chris Demetriou Date: Mon, 22 Apr 2002 22:29:47 +0000 Subject: 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. --- gas/testsuite/ChangeLog | 9 +++++++++ gas/testsuite/gas/mips/mips-gp64-fp32.d | 1 + gas/testsuite/gas/mips/mips-gp64-fp32.l | 4 ++++ gas/testsuite/gas/mips/mips-gp64-fp64.d | 1 + gas/testsuite/gas/mips/mips-gp64-fp64.l | 4 ++++ 5 files changed, 19 insertions(+) create mode 100644 gas/testsuite/gas/mips/mips-gp64-fp32.l create mode 100644 gas/testsuite/gas/mips/mips-gp64-fp64.l diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6299e5b..c479ec1 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,14 @@ 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" which is a file used to regexp_diff the assembler's pruned stderr output. diff --git a/gas/testsuite/gas/mips/mips-gp64-fp32.d b/gas/testsuite/gas/mips/mips-gp64-fp32.d index f0e072a..6faf9b8 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 0000000..4f26b42 --- /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 29ddb89..cba98f0 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 0000000..4f26b42 --- /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 -- cgit v1.1