Fix failures in MIPS testsuite
This commit is contained in:
parent
18c7a9a534
commit
e7d10af411
4 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
Fix failures in MIPS testsuite:
|
||||
* gas/mips/abs.d: Pass -march=4000 to gas.
|
||||
* gas/mips/eld_rel2.d: Do not expect zeroes at end of dump.
|
||||
* gas/mips/elf_e_flags1.d: Pass -march=4000 to gas.
|
||||
|
||||
2001-07-08 Anders Norlander <anorland@synergenix.se>
|
||||
|
||||
* gas/all/gas.exp: Run incbin test.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#objdump: -dr --prefix-addresses -mmips:4000
|
||||
#as:-march=4000
|
||||
#name: MIPS abs
|
||||
|
||||
# Test the abs macro.
|
||||
|
|
|
@ -23,4 +23,4 @@ OFFSET TYPE VALUE
|
|||
Contents of section \.text:
|
||||
0000 d782c000 d782c008 d782c010 c782c000 .*
|
||||
0010 c782c004 c782c008 8f82c000 8f82c004 .*
|
||||
0020 8f82c008 00000000 00000000 00000000 .*
|
||||
0020 8f82c008 .*
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# name: ELF e_flags: nothing special
|
||||
# source: elf_e_flags.s
|
||||
# objdump: -fd
|
||||
# as: -march=4000
|
||||
|
||||
.*:.*file format.*mips.*
|
||||
architecture: mips:.*, flags 0x00000011:
|
||||
|
|
Loading…
Reference in a new issue