mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
* scripttempl/elfarm.sc: Set text start address to
0x8000. Add __bss_end definition.
This commit is contained in:
parent
0ff7faafe6
commit
45834a73ef
@ -1,4 +1,11 @@
|
||||
start-sanitize-armelf
|
||||
Sun Aug 9 20:31:27 1998 Catherine Moore <clm@cygnus.com>
|
||||
|
||||
* scripttempl/elfarm.sc: Set text start address to
|
||||
0x8000. Add __bss_end definition.
|
||||
|
||||
end-sanitize-armelf
|
||||
start-sanitize-armelf
|
||||
Sat Aug 1 11:47:37 1998 Catherine Moore <clm@cygnus.com>
|
||||
|
||||
* scripttempl/elfarm.sc: New file.
|
||||
|
@ -131,7 +131,7 @@ SECTIONS
|
||||
.rela.plt ${RELOCATING-0} : { *(.rela.plt) }
|
||||
.init ${RELOCATING-0} : { KEEP (*(.init)) } =${NOP-0}
|
||||
${DATA_PLT-${PLT}}
|
||||
.text ${RELOCATING-0} :
|
||||
.text ${RELOCATING+ 0x8000} :
|
||||
{
|
||||
${RELOCATING+${TEXT_START_SYMBOLS}}
|
||||
*(.text)
|
||||
@ -215,6 +215,7 @@ SECTIONS
|
||||
${RELOCATING+. = ALIGN(${ALIGNMENT});}
|
||||
${RELOCATING+_end = . ;}
|
||||
${RELOCATING+_bss_end__ = . ;}
|
||||
${RELOCATING+__bss_end__ = . ;}
|
||||
${RELOCATING+PROVIDE (end = .);}
|
||||
|
||||
/* Stabs debugging sections. */
|
||||
|
Loading…
Reference in New Issue
Block a user