summaryrefslogtreecommitdiff
path: root/ld/scripttempl/tic54xcoff.sc
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-06-30 12:36:38 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-06-30 12:36:38 +0000
commitf58b346f7c5bbc81cc657263153b9e8ff788c6cc (patch)
treed02ca79b310dd284fd5c0a8cc0f138755161b3ea /ld/scripttempl/tic54xcoff.sc
parent7e17cfb9f5e870f069bce4a07b897b3b80d7573b (diff)
downloadbinutils-redhat-f58b346f7c5bbc81cc657263153b9e8ff788c6cc.tar.gz
Remove unimplemented "PAGE N:" flag from default linker script.
Diffstat (limited to 'ld/scripttempl/tic54xcoff.sc')
-rw-r--r--ld/scripttempl/tic54xcoff.sc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/scripttempl/tic54xcoff.sc b/ld/scripttempl/tic54xcoff.sc
index d84f928bb1..8d8a81166b 100644
--- a/ld/scripttempl/tic54xcoff.sc
+++ b/ld/scripttempl/tic54xcoff.sc
@@ -1,5 +1,5 @@
# default linker script for c54x, TI COFF(1).
-# patterned after description in TI Aseembler Tools PDF, SPRU102C, 7-53
+# patterned after description in TI Assembler Tools PDF, SPRU102C, 7-53
test -z "$ENTRY" && ENTRY=_c_int00
cat <<EOF
@@ -8,8 +8,8 @@ OUTPUT_ARCH("${OUTPUT_ARCH}")
MEMORY
{
- PAGE 0 : prog (RXI) : ORIGIN = 0x000080, LENGTH = 0xFF00
- PAGE 1 : data (W) : ORIGIN = 0x000080, LENGTH = 0xFF80
+ /*PAGE 0 : */ prog (RXI) : ORIGIN = 0x00000080, LENGTH = 0xFF00
+ /*PAGE 1 : */ data (W) : ORIGIN = 0x01000080, LENGTH = 0xFF80
}
ENTRY(${ENTRY})