Fix failures in MIPS testsuite
authorNick Clifton <nickc@redhat.com>
Sat, 14 Jul 2001 15:50:41 +0000 (15:50 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 14 Jul 2001 15:50:41 +0000 (15:50 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/abs.d
gas/testsuite/gas/mips/elf-rel2.d
gas/testsuite/gas/mips/elf_e_flags1.d

index da080f88507865e96ee33137bc057022842c3354..c5740e494e2c04c3f4ce70dfd8142a189e8f031d 100644 (file)
@@ -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.
index 574af96f49c0e5623dd9223f8b0073126daa7751..082adf1a970b20c10d5b4da90b7f9f5f04bfdf9d 100644 (file)
@@ -1,4 +1,5 @@
 #objdump: -dr --prefix-addresses -mmips:4000
+#as:-march=4000
 #name: MIPS abs
 
 # Test the abs macro.
index 3b520d71217bb308d9c5f2009e5c62b2facde185..10b6f8a53dc0099892492fa7d047297023b1b69f 100644 (file)
@@ -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 .*
index 32fc464cd190c7f192f7ddb56201819dffb7ce38..564fc038a1aeee368df08d93b8ddb76db945a90b 100644 (file)
@@ -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:
This page took 0.027451 seconds and 4 git commands to generate.