From 6c03179c327ed55f7b870c9043943cd7883114d9 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Fri, 3 Apr 2009 10:15:21 +0000 Subject: * ld-scripts/rgn-at.s: Use explicit .section pseudos. --- ld/testsuite/ld-scripts/rgn-at.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ld/testsuite/ld-scripts') diff --git a/ld/testsuite/ld-scripts/rgn-at.s b/ld/testsuite/ld-scripts/rgn-at.s index 406f875..0628046 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 -- cgit v1.1