mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
Fix failures in MIPS testsuite
This commit is contained in:
@ -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>
|
2001-07-08 Anders Norlander <anorland@synergenix.se>
|
||||||
|
|
||||||
* gas/all/gas.exp: Run incbin test.
|
* gas/all/gas.exp: Run incbin test.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#objdump: -dr --prefix-addresses -mmips:4000
|
#objdump: -dr --prefix-addresses -mmips:4000
|
||||||
|
#as:-march=4000
|
||||||
#name: MIPS abs
|
#name: MIPS abs
|
||||||
|
|
||||||
# Test the abs macro.
|
# Test the abs macro.
|
||||||
|
@ -23,4 +23,4 @@ OFFSET TYPE VALUE
|
|||||||
Contents of section \.text:
|
Contents of section \.text:
|
||||||
0000 d782c000 d782c008 d782c010 c782c000 .*
|
0000 d782c000 d782c008 d782c010 c782c000 .*
|
||||||
0010 c782c004 c782c008 8f82c000 8f82c004 .*
|
0010 c782c004 c782c008 8f82c000 8f82c004 .*
|
||||||
0020 8f82c008 00000000 00000000 00000000 .*
|
0020 8f82c008 .*
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# name: ELF e_flags: nothing special
|
# name: ELF e_flags: nothing special
|
||||||
# source: elf_e_flags.s
|
# source: elf_e_flags.s
|
||||||
# objdump: -fd
|
# objdump: -fd
|
||||||
|
# as: -march=4000
|
||||||
|
|
||||||
.*:.*file format.*mips.*
|
.*:.*file format.*mips.*
|
||||||
architecture: mips:.*, flags 0x00000011:
|
architecture: mips:.*, flags 0x00000011:
|
||||||
|
Reference in New Issue
Block a user