summaryrefslogtreecommitdiff
path: root/ld/scripttempl/tic54xcoff.sc
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-09-09 11:59:14 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-09-09 11:59:14 +0000
commitba3bb863c2c93fe1e80513679d63340a5433ff1d (patch)
treefefbdf90d5d0c4afe85fbd1239cb71c2058c3f11 /ld/scripttempl/tic54xcoff.sc
parentc1a8d676ce2d0f23f91eb3941df4c6eac69f8283 (diff)
downloadbinutils-redhat-ba3bb863c2c93fe1e80513679d63340a5433ff1d.tar.gz
Only provide ENTRY on final link.
Diffstat (limited to 'ld/scripttempl/tic54xcoff.sc')
-rw-r--r--ld/scripttempl/tic54xcoff.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/tic54xcoff.sc b/ld/scripttempl/tic54xcoff.sc
index 8d8a81166b..f17b480d1f 100644
--- a/ld/scripttempl/tic54xcoff.sc
+++ b/ld/scripttempl/tic54xcoff.sc
@@ -12,7 +12,7 @@ MEMORY
/*PAGE 1 : */ data (W) : ORIGIN = 0x01000080, LENGTH = 0xFF80
}
-ENTRY(${ENTRY})
+${RELOCATING+ENTRY (${ENTRY})}
SECTIONS
{