From 16517b9bd0ae24d0f23db8d70a4fd7446da0cf3a Mon Sep 17 00:00:00 2001 From: amodra Date: Sat, 26 Jul 2008 01:23:37 +0000 Subject: [PATCH] * ld-scripts/include.exp: Don't run test for aout. * ld-scripts/include.s: Use .fill rather than .4byte. * ld-scripts/include-1.d: Adjust. --- ld/testsuite/ChangeLog | 6 ++++++ ld/testsuite/ld-scripts/include-1.d | 4 ++-- ld/testsuite/ld-scripts/include.exp | 4 ++++ ld/testsuite/ld-scripts/include.s | 8 ++------ 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 6231d99b1a..593c909b61 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2008-07-26 Alan Modra + + * ld-scripts/include.exp: Don't run test for aout. + * ld-scripts/include.s: Use .fill rather than .4byte. + * ld-scripts/include-1.d: Adjust. + 2008-07-22 Alan Modra * ld-alpha/tlsbin.rd: Update. diff --git a/ld/testsuite/ld-scripts/include-1.d b/ld/testsuite/ld-scripts/include-1.d index 65cef4d559..4ad1fe8cc0 100644 --- a/ld/testsuite/ld-scripts/include-1.d +++ b/ld/testsuite/ld-scripts/include-1.d @@ -9,5 +9,5 @@ Sections: Idx +Name +Size +VMA +LMA +File off +Algn +Flags - 0 .text 0+000000c 0+0000000 0+0000000 [0-9a-f]+ 2\*\*[0-9]+ CONTENTS, ALLOC, LOAD,.*CODE - 1 .data 0+000000c 0+0100000 0+0100000 [0-9a-f]+ 2\*\*[0-9]+ CONTENTS, ALLOC, LOAD, DATA + 0 .text 0+0000020 0+0000000 0+0000000 [0-9a-f]+ 2\*\*[0-9]+ CONTENTS, ALLOC, LOAD,.*CODE + 1 .data 0+0000010 0+0100000 0+0100000 [0-9a-f]+ 2\*\*[0-9]+ CONTENTS, ALLOC, LOAD, DATA diff --git a/ld/testsuite/ld-scripts/include.exp b/ld/testsuite/ld-scripts/include.exp index 3c73c6b365..98fd55d22a 100644 --- a/ld/testsuite/ld-scripts/include.exp +++ b/ld/testsuite/ld-scripts/include.exp @@ -20,6 +20,10 @@ load_lib ld-lib.exp +if [is_aout_format] { + return +} + set old_ldflags $LDFLAGS if { [istarget spu*-*-*] } { set LDFLAGS "$LDFLAGS --no-overlays" diff --git a/ld/testsuite/ld-scripts/include.s b/ld/testsuite/ld-scripts/include.s index 5b8fda6938..e9fca056d1 100644 --- a/ld/testsuite/ld-scripts/include.s +++ b/ld/testsuite/ld-scripts/include.s @@ -1,9 +1,5 @@ .text - .4byte 0x11223344 - .4byte 0x55667788 - .4byte 0x99aabbcc + .fill 32,1,0x12 .data - .4byte 0x01020304 - .4byte 0x05060708 - .4byte 0x090a0b0c + .fill 16,1,0x34 -- 2.11.0