From: Nathan Sidwell Date: Fri, 3 Apr 2009 10:15:21 +0000 (+0000) Subject: * ld-scripts/rgn-at.s: Use explicit .section pseudos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c03179c327ed55f7b870c9043943cd7883114d9;p=binutils-gdb.git * ld-scripts/rgn-at.s: Use explicit .section pseudos. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 7847d8d23be..e15d62acc79 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-04-03 Nathan Sidwell + + * ld-scripts/rgn-at.s: Use explicit .section pseudos. + 2009-04-03 Dave Korn * ld-pe/image_size.d (#target): Also run test on Cygwin and x86_64 diff --git a/ld/testsuite/ld-scripts/rgn-at.s b/ld/testsuite/ld-scripts/rgn-at.s index 406f875b3a0..0628046762b 100644 --- a/ld/testsuite/ld-scripts/rgn-at.s +++ b/ld/testsuite/ld-scripts/rgn-at.s @@ -1,6 +1,6 @@ - .text + .section .text .long 0x12345678 - .data + .section .data .long 0x9abcdef0 - .bss + .section .bss .long 0