This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Checked in, obvious fix. 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. Index: gas/mips/mips32.d =================================================================== RCS file: /cvs/src/src/gas/testsuite/gas/mips/mips32.d,v retrieving revision 1.3 diff -c -r1.3 mips32.d *** mips32.d 2000/12/03 21:34:08 1.3 --- mips32.d 2001/02/18 01:55:09 *************** *** 1,10 **** ! #objdump: -dr --prefix-addresses --show-raw-insn #name: MIPS MIPS32 instructions #as: -mips32 # Check MIPS32 instruction assembly ! .*: +file format elf.*mips.* Disassembly of section .text: 0+0000 <[^>]*> 70410821 clo \$at,\$v0 --- 1,10 ---- ! #objdump: -dr --prefix-addresses --show-raw-insn -mmips:mips32 #name: MIPS MIPS32 instructions #as: -mips32 # Check MIPS32 instruction assembly ! .*: +file format .*mips.* Disassembly of section .text: 0+0000 <[^>]*> 70410821 clo \$at,\$v0 Index: gas/mips/mips64.d =================================================================== RCS file: /cvs/src/src/gas/testsuite/gas/mips/mips64.d,v retrieving revision 1.1 diff -c -r1.1 mips64.d *** mips64.d 2000/12/03 22:10:02 1.1 --- mips64.d 2001/02/18 01:55:09 *************** *** 1,10 **** ! #objdump: -dr --prefix-addresses --show-raw-insn #name: MIPS MIPS64 instructions #as: -mips64 # Check MIPS32 instruction assembly ! .*: +file format elf.*mips.* Disassembly of section .text: 0+0000 <[^>]*> 70410825 dclo \$at,\$v0 --- 1,10 ---- ! #objdump: -dr --prefix-addresses --show-raw-insn -mmips:mips64 #name: MIPS MIPS64 instructions #as: -mips64 # Check MIPS32 instruction assembly ! .*: +file format .*mips.* Disassembly of section .text: 0+0000 <[^>]*> 70410825 dclo \$at,\$v0
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |