2002-08-01 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 2 Aug 2002 02:33:48 +0000 (02:33 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 2 Aug 2002 02:33:48 +0000 (02:33 +0000)
* gas/mips/elf-rel6.s: Add ".p2align 4".
* gas/mips/elf-rel6.d: Check nop.

gas/testsuite/ChangeLog
gas/testsuite/gas/mips/elf-rel6.d
gas/testsuite/gas/mips/elf-rel6.s

index 8d211f7..8855862 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-01  H.J. Lu <hjl@gnu.org>
+
+       * gas/mips/elf-rel6.s: Add ".p2align 4".
+       * gas/mips/elf-rel6.d: Check nop.
+
 2002-08-01  Richard Sandiford  <rsandifo@redhat.com>
 
        * gas/mips/elf-rel6.[sd]: New test.
index 5baadf9..3ff37b2 100644 (file)
@@ -8,3 +8,7 @@ Disassembly of section \.text:
                        0: R_MIPS16_GPREL       bar
 0+04 <.*> lb   v0,1\(v1\)
                        4: R_MIPS16_GPREL       bar
+0+08 <[^>]*> nop
+0+0a <[^>]*> nop
+0+0c <[^>]*> nop
+0+0e <[^>]*> nop
index e0bc37a..6735d75 100644 (file)
@@ -14,3 +14,6 @@ f:
        lb      $2,%gprel(bar)($3)
        lb      $2,%gprel(bar+1)($3)
        .end    f
+
+# align section end to 16-byte boundary for easier testing on multiple targets
+       .p2align 4