* scripttempl/elfarm.sc: Change text start address
authorCatherine Moore <clm@redhat.com>
Wed, 12 Aug 1998 00:11:13 +0000 (00:11 +0000)
committerCatherine Moore <clm@redhat.com>
Wed, 12 Aug 1998 00:11:13 +0000 (00:11 +0000)
        back to zero.

ld/ChangeLog
ld/scripttempl/elfarm.sc

index 5e76427a6b7bf270ea95173b0494776bb8f36cce..a96134e6f7bf0b2d146f9be1b128133232e1762b 100644 (file)
@@ -1,3 +1,10 @@
+start-sanitize-armelf
+Tue Aug 11 16:17:01 1998  Catherine Moore  <clm@cygnus.com>
+
+        * scripttempl/elfarm.sc:  Change text start address
+        back to zero.
+
+end-sanitize-armelf
 Tue Aug 11 10:01:12 1998  Jeffrey A Law  (law@cygnus.com)
 
        * emulparms/mn10200.sh (MAX_PAGESIZE): Define to 1.
index 98a319832d53650967802471202bcad8b3b2ce69..c3673a412e826ad909577105b22d6314396c0ed7 100644 (file)
@@ -1,4 +1,3 @@
-/* start-sanitize-armelf */
 #
 # Unusual variables checked by this code:
 #      NOP - two byte opcode for no-op (defaults to 0)
@@ -131,7 +130,7 @@ SECTIONS
   .rela.plt    ${RELOCATING-0} : { *(.rela.plt)                }
   .init        ${RELOCATING-0} : { KEEP (*(.init))     } =${NOP-0}
   ${DATA_PLT-${PLT}}
-  .text    ${RELOCATING+ 0x8000} :
+  .text    ${RELOCATING-0} :
   {
     ${RELOCATING+${TEXT_START_SYMBOLS}}
     *(.text)
@@ -265,4 +264,3 @@ SECTIONS
   ${OTHER_SECTIONS}
 }
 EOF
-/* end-sanitize-armelf */