* scripttempl/elfarm.sc: Set text start address to
authorCatherine Moore <clm@redhat.com>
Mon, 10 Aug 1998 01:45:58 +0000 (01:45 +0000)
committerCatherine Moore <clm@redhat.com>
Mon, 10 Aug 1998 01:45:58 +0000 (01:45 +0000)
        0x8000.  Add __bss_end definition.

ld/ChangeLog
ld/scripttempl/elfarm.sc

index d11fcb9a29d86c3a84a584e37e14d18ab320d59b..7071462c4d4a2c47510fff17a07d96e771f7de28 100644 (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.
index 9e97ad1bc7c7be0eef7e8ce0e7036f9af44a1031..98a319832d53650967802471202bcad8b3b2ce69 100644 (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.  */