# $MirOS: src/gnu/usr.bin/binutils/ld/scripttempl/i386coff.sc,v 1.2 2005/03/13 16:07:08 tg Exp $ # # Linker script for 386 COFF. This works on SVR3.2 and SCO Unix 3.2.2. # Ian Taylor . test -z "$ENTRY" && ENTRY=_start # These are substituted in as variables in order to get '}' in a shell # conditional expansion. INIT='.init : { *(.init) }' FINI='.fini : { *(.fini) }' cat <