# 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) # # Copyright (C) 2014 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. # # These are substituted in as variables in order to get '}' in a shell # conditional expansion. INIT='.init : { *(.init) }' FINI='.fini : { *(.fini) }' cat <