From 6c03179c327ed55f7b870c9043943cd7883114d9 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Fri, 3 Apr 2009 10:15:21 +0000 Subject: [PATCH] * ld-scripts/rgn-at.s: Use explicit .section pseudos. --- ld/testsuite/ChangeLog | 4 ++++ ld/testsuite/ld-scripts/rgn-at.s | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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 -- 2.30.2