From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mark E." To: binutils@sourceware.cygnus.com Subject: DJGPP linker script patch r3 Date: Wed, 20 Oct 1999 07:48:00 -0000 Message-id: <10788.940430901.0@NO-ID-FOUND.mhonarc.org> X-SW-Source: 1999-q4/msg00113.html Hello again: This revision adds support for symbols that have their own unique section, to allow for gc by the linker when --gc-sections support for COFF is added. ld/Changelog: 1999-10-19 Mark Elbrecht * scripttempl/i386go32.sc (___EH_FRAME_BEGIN__): Delete. (___EH_FRAME_END__): Delete. (_etext, _end): Move the semicolon inside the brace. * scripttempl/i386go32.sc: Support prioritized constructors and destructors. Support symbols that have their own unique section. *** scripttempl/i386go32.sc.orig Mon Aug 9 23:07:46 1999 --- scripttempl/i386go32.sc Tue Oct 19 23:55:02 1999 *************** EXE=${CONSTRUCTING+${RELOCATING+-exe}} *** 5,12 **** # These are substituted in as variables in order to get '}' in a shell # conditional expansion. ! CTOR='.ctor : { *(.ctor) }' ! DTOR='.dtor : { *(.dtor) }' cat <