aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/tic54xcoff.sc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-10-10 04:34:39 +0000
committerAlan Modra <amodra@gmail.com>2009-10-10 04:34:39 +0000
commitec2d9b29273a260dad374eca5bbe2f7922d0bfde (patch)
tree2156cd6930f0b4701cbf590d22149f1d463670d7 /ld/scripttempl/tic54xcoff.sc
parentd4780e57f540e6c89da1cfef35666ae3f20d26a8 (diff)
downloadfsf-binutils-gdb-ec2d9b29273a260dad374eca5bbe2f7922d0bfde.zip
fsf-binutils-gdb-ec2d9b29273a260dad374eca5bbe2f7922d0bfde.tar.gz
fsf-binutils-gdb-ec2d9b29273a260dad374eca5bbe2f7922d0bfde.tar.bz2
Revert 2009-09-28 changes.
Diffstat (limited to 'ld/scripttempl/tic54xcoff.sc')
-rw-r--r--ld/scripttempl/tic54xcoff.sc3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/scripttempl/tic54xcoff.sc b/ld/scripttempl/tic54xcoff.sc
index 6cfcd4c..f17b480 100644
--- a/ld/scripttempl/tic54xcoff.sc
+++ b/ld/scripttempl/tic54xcoff.sc
@@ -1,6 +1,5 @@
# default linker script for c54x, TI COFF(1).
# patterned after description in TI Assembler Tools PDF, SPRU102C, 7-53
-test -z "$RELOCATING" && exit 0
test -z "$ENTRY" && ENTRY=_c_int00
cat <<EOF
@@ -13,7 +12,7 @@ MEMORY
/*PAGE 1 : */ data (W) : ORIGIN = 0x01000080, LENGTH = 0xFF80
}
-ENTRY (${ENTRY})
+${RELOCATING+ENTRY (${ENTRY})}
SECTIONS
{