OSDN Git Service

* 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 7847d8d..e15d62a 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 406f875..0628046 100644 (file)
@@ -1,6 +1,6 @@
-       .text
+       .section .text
        .long 0x12345678
-       .data
+       .section .data
        .long 0x9abcdef0
-       .bss
+       .section .bss
        .long 0