diff options
author | Chris Demetriou <cgd@google.com> | 2002-04-22 22:29:47 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-04-22 22:29:47 +0000 |
commit | 6398a4776e6d52d20fe783209e0446e16ed88355 (patch) | |
tree | 5ec4a56847c2b9be20f411cdde97bfb7f2ddcdfc /gas/testsuite | |
parent | 2b2e39bfa58372c6b44646633cb0126de3a7975b (diff) | |
download | gdb-6398a4776e6d52d20fe783209e0446e16ed88355.zip gdb-6398a4776e6d52d20fe783209e0446e16ed88355.tar.gz gdb-6398a4776e6d52d20fe783209e0446e16ed88355.tar.bz2 |
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.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 9 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips-gp64-fp32.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips-gp64-fp32.l | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips-gp64-fp64.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips-gp64-fp64.l | 4 |
5 files changed, 19 insertions, 0 deletions
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 <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" 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 |