0x8000. Add __bss_end definition.
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.
.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)
${RELOCATING+. = ALIGN(${ALIGNMENT});}
${RELOCATING+_end = . ;}
${RELOCATING+_bss_end__ = . ;}
+ ${RELOCATING+__bss_end__ = . ;}
${RELOCATING+PROVIDE (end = .);}
/* Stabs debugging sections. */