summaryrefslogtreecommitdiff
path: root/ld/scripttempl/elfm68hc11.sc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-02-18 14:53:44 +0000
committerNick Clifton <nickc@redhat.com>2008-02-18 14:53:44 +0000
commita94505d3f08c2bff99795b4a2e2d5b9cee4611ea (patch)
tree77baa91144a0295b2ad1157f774b04d468c92492 /ld/scripttempl/elfm68hc11.sc
parent6b464dd02bdae28ede08370b2aef2bdd9bc4087f (diff)
downloadbinutils-redhat-a94505d3f08c2bff99795b4a2e2d5b9cee4611ea.tar.gz
* scripttempl/armbpabi.sc (ENTRY): Do not define when performing a
relocatable link. * scripttempl/elf32cr16.sc: Likewise. * scripttempl/elf32cr16c.sc: Likewise. * scripttempl/elf32crx.sc: Likewise. * scripttempl/elf32sh-symbian.sc: Likewise. * scripttempl/elf_chaos.sc: Likewise. * scripttempl/elfd10v.sc: Likewise. * scripttempl/elfi370.sc: Likewise. * scripttempl/elfm68hc11.sc: Likewise. * scripttempl/elfm68hc12.sc: Likewise. * scripttempl/ip2k.sc: Likewise. * scripttempl/iq2000.sc: Likewise. * scripttempl/mep.sc: Likewise. * scripttempl/v850.sc: Likewise. * scripttempl/xstormy16.sc: Likewise.
Diffstat (limited to 'ld/scripttempl/elfm68hc11.sc')
-rw-r--r--ld/scripttempl/elfm68hc11.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elfm68hc11.sc b/ld/scripttempl/elfm68hc11.sc
index f4977f67ac..a6f2cce853 100644
--- a/ld/scripttempl/elfm68hc11.sc
+++ b/ld/scripttempl/elfm68hc11.sc
@@ -164,7 +164,7 @@ ${RELOCATING-/* Linker script for 68HC11 object file (ld -r). */}
OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}",
"${LITTLE_OUTPUT_FORMAT}")
OUTPUT_ARCH(${OUTPUT_ARCH})
-ENTRY(${ENTRY})
+${RELOCATING+ENTRY(${ENTRY})}
${RELOCATING+${LIB_SEARCH_DIRS}}
${RELOCATING+${EXECUTABLE_SYMBOLS}}