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.
This commit is contained in:
parent
2cd5676f03
commit
f14c687886
3 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue