diff options
author | Chris Demetriou <cgd@google.com> | 2001-02-18 01:57:20 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2001-02-18 01:57:20 +0000 |
commit | f14c68788683091532cd6320e4432cf4ca408309 (patch) | |
tree | d6a2b7edfea00f710fbb4c717a76a3f0579c7c8f /gas | |
parent | 2cd5676f03c7c7647a19dcf2a0405bec997976ad (diff) | |
download | gdb-f14c68788683091532cd6320e4432cf4ca408309.zip gdb-f14c68788683091532cd6320e4432cf4ca408309.tar.gz gdb-f14c68788683091532cd6320e4432cf4ca408309.tar.bz2 |
2001-02-17 Chris Demetriou <cgd@broadcom.com>
* gas/mips/mips32.d: Remove ELF dependencies. This test
wasn't meant to be ELF specific, and doesn't have to be.
* gas/mips/mips64.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips32.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips64.d | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 3f0d305..6557da5 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2001-02-17 Chris Demetriou <cgd@broadcom.com> + * gas/mips/mips32.d: Remove ELF dependencies. This test + wasn't meant to be ELF specific, and doesn't have to be. + * gas/mips/mips64.d: Likewise. + +2001-02-17 Chris Demetriou <cgd@broadcom.com> + * gas/mips/mips.exp: Don't attempt the elf_e_flags family of tests if not ELF; they test ELF-specific features. diff --git a/gas/testsuite/gas/mips/mips32.d b/gas/testsuite/gas/mips/mips32.d index 56cbadb..bbfd73b 100644 --- a/gas/testsuite/gas/mips/mips32.d +++ b/gas/testsuite/gas/mips/mips32.d @@ -1,10 +1,10 @@ -#objdump: -dr --prefix-addresses --show-raw-insn +#objdump: -dr --prefix-addresses --show-raw-insn -mmips:mips32 #name: MIPS MIPS32 instructions #as: -mips32 # Check MIPS32 instruction assembly -.*: +file format elf.*mips.* +.*: +file format .*mips.* Disassembly of section .text: 0+0000 <[^>]*> 70410821 clo \$at,\$v0 diff --git a/gas/testsuite/gas/mips/mips64.d b/gas/testsuite/gas/mips/mips64.d index 1baa367..71b36f2 100644 --- a/gas/testsuite/gas/mips/mips64.d +++ b/gas/testsuite/gas/mips/mips64.d @@ -1,10 +1,10 @@ -#objdump: -dr --prefix-addresses --show-raw-insn +#objdump: -dr --prefix-addresses --show-raw-insn -mmips:mips64 #name: MIPS MIPS64 instructions #as: -mips64 # Check MIPS32 instruction assembly -.*: +file format elf.*mips.* +.*: +file format .*mips.* Disassembly of section .text: 0+0000 <[^>]*> 70410825 dclo \$at,\$v0 |