* gas/mips/eret-1.s: Add trailing padding.
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 21 Sep 2009 13:10:07 +0000 (13:10 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Mon, 21 Sep 2009 13:10:07 +0000 (13:10 +0000)
* gas/mips/eret-2.s: Likewise.
* gas/mips/eret-3.s: Likewise.
* gas/mips/eret-1.d: Adjust accordingly.  Force a 32-bit ABI.
* gas/mips/eret-2.d: Likewise.
* gas/mips/eret-3.d: Likewise.

gas/testsuite/ChangeLog
gas/testsuite/gas/mips/eret-1.d
gas/testsuite/gas/mips/eret-1.s
gas/testsuite/gas/mips/eret-2.d
gas/testsuite/gas/mips/eret-2.s
gas/testsuite/gas/mips/eret-3.d
gas/testsuite/gas/mips/eret-3.s

index 5b400374cb1cdbebccb9a673b83a0485036e5fcb..0b68cb62b5ea03bc6a0400629d3ec15ea1fb2d61 100644 (file)
@@ -1,3 +1,12 @@
+2009-09-21  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * gas/mips/eret-1.s: Add trailing padding.
+       * gas/mips/eret-2.s: Likewise.
+       * gas/mips/eret-3.s: Likewise.
+       * gas/mips/eret-1.d: Adjust accordingly.  Force a 32-bit ABI.
+       * gas/mips/eret-2.d: Likewise.
+       * gas/mips/eret-3.d: Likewise.
+
 2009-09-21  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * gas/mips/mips.exp: Fix a typo.
index 1171d2d1f081bea7ef07eae60ae23f5dced3cb7a..4c4e6d3e9b6dfef72ba1291aed4dd1c0d53f2de1 100644 (file)
@@ -1,6 +1,6 @@
 #objdump: -d
 #name: MIPS eret-1 disassembly
-#as: -mfix-24k -march=24kc --no-warn
+#as: -mabi=32 -mfix-24k -march=24kc --no-warn
 
 .*\.o:     file format .*mips.*
 
@@ -39,3 +39,4 @@ Disassembly of section \.text:
   74:  240c0003        li      t4,3
   78:  240c0003        li      t4,3
   7c:  42000018        eret
+       \.\.\.
index 081d01ef9210ab975009b8786e20f6f269f68ce3..088acba13609bdf1ff29c7d327d9baebe4015d60 100644 (file)
@@ -25,3 +25,6 @@
        li $t4, 3
 1:     li $t4, 3
        eret
+
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+        .space 8
index 3b8e4afc07f463b725da7f8743bebd903ed357b1..a78940f245aaee52031166cd18e5e29225a53e7e 100644 (file)
@@ -1,6 +1,6 @@
 #objdump: -d
 #name: MIPS eret-2 disassembly
-#as: -mfix-24k -march=24kc --no-warn
+#as: -mabi=32 -mfix-24k -march=24kc --no-warn
 
 .*\.o:     file format .*mips.*
 
@@ -14,3 +14,5 @@ Disassembly of section \.text:
   10:  42000018        eret
   14:  00000000        nop
   18:  1000fffd        b       0x10
+  1c:  00000000        nop
+       \.\.\.
index 4c15f2107b18e37c638e749687b2b160031615ce..dfe1e605faf7fb9dee78ce5ceadd8212e6c092fe 100644 (file)
@@ -7,3 +7,6 @@
        .set    noreorder
        b       1b
        .set    reorder
+
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+        .space 8
index 983469918247efaacc90b00bf4748e6f1e756bb6..f31afa6010f16a834d530c803a1122e89d726dd3 100644 (file)
@@ -1,6 +1,6 @@
 #objdump: -d
 #name: MIPS eret-3 disassembly
-#as: -mfix-24k -march=24kc --no-warn
+#as: -mabi=32 -mfix-24k -march=24kc --no-warn
 
 .*\.o:     file format .*mips.*
 
@@ -16,3 +16,4 @@ Disassembly of section \.text:
   10:  aca40000        sw      a0,0\(a1\)
   14:  03e00008        jr      ra
   18:  00000000        nop
+       \.\.\.
index cebe260b29622a33b589059ae42e3873a8c95f40..d6b6d5ce0592c2c181e2131cabc86d852e7fc666 100644 (file)
@@ -12,3 +12,6 @@ bar:
 1:
        jr      $31
        .end    bar
+
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+        .space 8