1 # Default linker script for c54x, TI COFF(1).
2 # patterned after description in TI Assembler Tools PDF, SPRU102C, 7-53
4 # Copyright (C) 2014-2018 Free Software Foundation, Inc.
6 # Copying and distribution of this file, with or without modification,
7 # are permitted in any medium without royalty provided the copyright
8 # notice and this notice are preserved.
10 test -z "$ENTRY" && ENTRY=_c_int00
13 /* Copyright (C) 2014-2018 Free Software Foundation, Inc.
15 Copying and distribution of this script, with or without modification,
16 are permitted in any medium without royalty provided the copyright
17 notice and this notice are preserved. */
19 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
20 OUTPUT_ARCH("${OUTPUT_ARCH}")
24 /*PAGE 0 : */ prog (RXI) : ORIGIN = 0x00000080, LENGTH = 0xFF00
25 /*PAGE 1 : */ data (W) : ORIGIN = 0x01000080, LENGTH = 0xFF80
28 ${RELOCATING+ENTRY (${ENTRY})}
48 /* all other initialized sections should be allocated here */
63 /* all other uninitialized sections should be allocated here */