mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* ld-scripts/empty-aligned.d: Revert last change. Allow more
than one header, just not two PT_LOAD. * ld-elf/stack.s: Use .long 0 rather than nops.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2012-10-25 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
|
* ld-scripts/empty-aligned.d: Revert last change. Allow more
|
||||||
|
than one header, just not two PT_LOAD.
|
||||||
|
* ld-elf/stack.s: Use .long 0 rather than nops.
|
||||||
|
|
||||||
2012-10-23 Nathan Sidwell <nathan@codesourcery.com>
|
2012-10-23 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
* ld-elf/binutils.exp: Add -z stack-size=0.
|
* ld-elf/binutils.exp: Add -z stack-size=0.
|
||||||
|
@ -3,8 +3,4 @@
|
|||||||
.globl _start
|
.globl _start
|
||||||
start:
|
start:
|
||||||
_start:
|
_start:
|
||||||
nop
|
.long 0
|
||||||
nop
|
|
||||||
nop
|
|
||||||
nop
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#source: empty-aligned.s
|
#source: empty-aligned.s
|
||||||
#ld: -T empty-aligned.t -z stack-size=0
|
#ld: -T empty-aligned.t
|
||||||
#readelf: -l --wide
|
#readelf: -l --wide
|
||||||
#xfail: "hppa64-*-*"
|
#xfail: "hppa64-*-*"
|
||||||
#notarget: frv-*-*linux*
|
#notarget: frv-*-*linux*
|
||||||
@ -8,7 +8,7 @@
|
|||||||
Program Headers:
|
Program Headers:
|
||||||
+Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg +Align
|
+Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg +Align
|
||||||
+LOAD +0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ [RWE ]+ +0x[0-9a-f]+
|
+LOAD +0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ [RWE ]+ +0x[0-9a-f]+
|
||||||
|
! +LOAD .*
|
||||||
Section to Segment mapping:
|
#...
|
||||||
+Segment Sections\.\.\.
|
+Segment Sections\.\.\.
|
||||||
+00 +.text
|
+00 +.text
|
||||||
|
Reference in New Issue
Block a user