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/ChangeLog | 5 ++ ld/scripttempl/ppcpe.sc | 195 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 200 insertions(+) create mode 100644 ld/scripttempl/ppcpe.sc (limited to 'ld') diff --git a/ld/ChangeLog b/ld/ChangeLog index 444c4cd..ebaddc5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 30 13:14:30 1995 Kim Knuttila + + * scripttempl/ppcpe.sc: Moved .edata into its own section to + expose it. + Thu Nov 30 11:32:34 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 * configure.host (m68*-motorola-sysv): Define HOSTING_CRT0 and 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 <