From c9e769c2b1db09afda65b8a6c4b5a869209e1a87 Mon Sep 17 00:00:00 2001 From: Timothy Wall Date: Fri, 30 Jun 2000 12:36:38 +0000 Subject: [PATCH] Remove unimplemented "PAGE N:" flag from default linker script. --- ld/ChangeLog | 5 +++++ ld/scripttempl/tic54xcoff.sc | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index fd58bd97f4..97360fd881 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2000-06-30 Timothy Wall + + * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode + the page in the upper octet of the address. + 2000-06-26 Marek Michalkiewicz * emulparams/avrmega161.sh (ARCH): Change to avr:5. 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 <