1 # Linker script for 386 COFF. This works on SVR3.2 and SCO Unix 3.2.2.
2 # Ian Taylor <ian@cygnus.com>.
3 test -z "$ENTRY" && ENTRY=_start
4 # These are substituted in as variables in order to get '}' in a shell
5 # conditional expansion.
6 INIT='.init : { *(.init) }'
7 FINI='.fini : { *(.fini) }'
9 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
12 ${RELOCATING+ENTRY (${ENTRY})}
16 .text ${RELOCATING+ SIZEOF_HEADERS} : {
17 ${RELOCATING+ *(.init)}
19 ${RELOCATING+ *(.fini)}
20 ${RELOCATING+ etext = .};
22 .data ${RELOCATING+ 0x400000 + (. & 0xffc00fff)} : {
24 ${RELOCATING+ edata = .};
26 .bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :
30 ${RELOCATING+ end = .};
32 ${RELOCATING- ${INIT}}
33 ${RELOCATING- ${FINI}}
34 .stab 0 ${RELOCATING+(NOLOAD)} :
38 .stabstr 0 ${RELOCATING+(NOLOAD)} :