+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.
-/* start-sanitize-armelf */
#
# Unusual variables checked by this code:
# NOP - two byte opcode for no-op (defaults to 0)
.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)
${OTHER_SECTIONS}
}
EOF
-/* end-sanitize-armelf */