* 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.
This commit is contained in:
parent
5b68030fbd
commit
1ce4cec447
4 changed files with 14 additions and 8 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-07-26 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* 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 <amodra@bigpond.net.au>
|
2008-07-22 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* ld-alpha/tlsbin.rd: Update.
|
* ld-alpha/tlsbin.rd: Update.
|
||||||
|
|
|
@ -9,5 +9,5 @@
|
||||||
|
|
||||||
Sections:
|
Sections:
|
||||||
Idx +Name +Size +VMA +LMA +File off +Algn +Flags
|
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
|
0 .text 0+0000020 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
|
1 .data 0+0000010 0+0100000 0+0100000 [0-9a-f]+ 2\*\*[0-9]+ CONTENTS, ALLOC, LOAD, DATA
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
load_lib ld-lib.exp
|
load_lib ld-lib.exp
|
||||||
|
|
||||||
|
if [is_aout_format] {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
set old_ldflags $LDFLAGS
|
set old_ldflags $LDFLAGS
|
||||||
if { [istarget spu*-*-*] } {
|
if { [istarget spu*-*-*] } {
|
||||||
set LDFLAGS "$LDFLAGS --no-overlays"
|
set LDFLAGS "$LDFLAGS --no-overlays"
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
.text
|
.text
|
||||||
.4byte 0x11223344
|
.fill 32,1,0x12
|
||||||
.4byte 0x55667788
|
|
||||||
.4byte 0x99aabbcc
|
|
||||||
|
|
||||||
.data
|
.data
|
||||||
.4byte 0x01020304
|
.fill 16,1,0x34
|
||||||
.4byte 0x05060708
|
|
||||||
.4byte 0x090a0b0c
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue