* ld-elf/sec-to-seg1.s: Shorten test data to align the section to
authorNick Clifton <nickc@redhat.com>
Sun, 17 Aug 2008 20:42:53 +0000 (20:42 +0000)
committerNick Clifton <nickc@redhat.com>
Sun, 17 Aug 2008 20:42:53 +0000 (20:42 +0000)
        a 4-byte boundary.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/sec-to-seg1.s

index 37e6fc2..d909938 100644 (file)
@@ -1,3 +1,8 @@
+2008-08-17  Nick Clifton  <nickc@redhat.com>
+
+       * ld-elf/sec-to-seg1.s: Shorten test data to align the section to
+       a 4-byte boundary.
+
 2008-08-08  Richard Sandiford  <rdsandiford@googlemail.com>
            Daniel Jacobowitz  <dan@codesourcery.com>
 
index 7c9f479..1e8e2bb 100644 (file)
@@ -2,8 +2,8 @@
 
        .section        .rodata
        .align  2
-       .ascii  "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\000"
+       .ascii  "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\000"
        .align  2
-       .ascii  "00000000000000000000000000000000\000"
+       .ascii  "0000000000000000000000000000000\000"