From d611a82e6706d8dc0c0007406e722eeef59fb702 Mon Sep 17 00:00:00 2001 From: Kim Knuttila Date: Thu, 30 Nov 1995 18:18:38 +0000 Subject: Expose .edata section --- ld/scripttempl/ppcpe.sc | 195 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 ld/scripttempl/ppcpe.sc (limited to 'ld/scripttempl/ppcpe.sc') diff --git a/ld/scripttempl/ppcpe.sc b/ld/scripttempl/ppcpe.sc new file mode 100644 index 0000000..4452213 --- /dev/null +++ b/ld/scripttempl/ppcpe.sc @@ -0,0 +1,195 @@ +# 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 <