From: Catherine Moore Date: Mon, 10 Aug 1998 01:45:58 +0000 (+0000) Subject: * scripttempl/elfarm.sc: Set text start address to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45834a73ef623e57d5fac5f56a85528c26d18b58;p=binutils-gdb.git * scripttempl/elfarm.sc: Set text start address to 0x8000. Add __bss_end definition. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index d11fcb9a29d..7071462c4d4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,4 +1,11 @@ start-sanitize-armelf +Sun Aug 9 20:31:27 1998 Catherine Moore + + * 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 * scripttempl/elfarm.sc: New file. diff --git a/ld/scripttempl/elfarm.sc b/ld/scripttempl/elfarm.sc index 9e97ad1bc7c..98a319832d5 100644 --- a/ld/scripttempl/elfarm.sc +++ b/ld/scripttempl/elfarm.sc @@ -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. */