* scripttempl/elfarm.sc: Set text start address to

0x8000.  Add __bss_end definition.
This commit is contained in:
Catherine Moore 1998-08-10 01:45:58 +00:00
parent 0ff7faafe6
commit 45834a73ef
2 changed files with 9 additions and 1 deletions

View File

@ -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.

View 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. */