aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/tic54xcoff.sc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-09-09 11:59:14 +0000
committerAlan Modra <amodra@gmail.com>2009-09-09 11:59:14 +0000
commit596d6d9145d7b285b1bd1afde953bb49d3cdbeff (patch)
treea2ee31b36c7eb98a756e3fa1117cb779180557d3 /ld/scripttempl/tic54xcoff.sc
parent9384f2ffd0864b49f201c3fd887492acba3c0c55 (diff)
downloadfsf-binutils-gdb-596d6d9145d7b285b1bd1afde953bb49d3cdbeff.zip
fsf-binutils-gdb-596d6d9145d7b285b1bd1afde953bb49d3cdbeff.tar.gz
fsf-binutils-gdb-596d6d9145d7b285b1bd1afde953bb49d3cdbeff.tar.bz2
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 8d8a811..f17b480 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
{