# $MirOS: src/gnu/usr.bin/binutils/ld/scripttempl/ppcpe.sc,v 1.2 2005/03/13 16:07:08 tg Exp $ # # A PE linker script for PowerPC. # Loosely based on Steve Chamberlain's pe.sc. # All new mistakes should be credited to Kim Knuttila (krk@cygnus.com) # # These are substituted in as variables in order to get '}' in a shell # conditional expansion. INIT='.init : { *(.init) }' FINI='.fini : { *(.fini) }' cat <