* ld-scripts/rgn-at.s: Use explicit .section pseudos.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 3 Apr 2009 10:15:21 +0000 (10:15 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Fri, 3 Apr 2009 10:15:21 +0000 (10:15 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/rgn-at.s

index 7847d8d23be97af20212fdef9b9f96e6a5381f8f..e15d62acc79495621b676c6a8f5511ff7d785b82 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-03  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * ld-scripts/rgn-at.s: Use explicit .section pseudos.
+
 2009-04-03  Dave Korn  <dave.korn.cygwin@gmail.com>
 
        * ld-pe/image_size.d (#target):  Also run test on Cygwin and x86_64
index 406f875b3a059b92c0414c2fce240fbdc9310386..0628046762b34c608b4859d07752152a43b694ad 100644 (file)
@@ -1,6 +1,6 @@
-       .text
+       .section .text
        .long 0x12345678
-       .data
+       .section .data
        .long 0x9abcdef0
-       .bss
+       .section .bss
        .long 0