From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mark E." To: binutils@sourceware.cygnus.com Subject: Re: update for djgpp linker script Date: Tue, 24 Aug 1999 20:18:00 -0000 Message-id: <30769.935551109.0@NO-ID-FOUND.mhonarc.org> X-SW-Source: 1999-08/msg00139.html There was a typo in the last patch. I removed KEEP from .ctors.* and didn't realize the parenthesis with it should have been deleted too. ld/Changelog: 1999-08-19 Mark Elbrecht * scripttempl/i386go32.sc (___EH_FRAME_BEGIN__, ___EH_FRAME_END__): Delete. (_etext, _end): Move the semicolon inside the brace. * scripttempl/i386go32.sc: Support the g++ attribute 'init_priority'. Add a period to link once section names. *** scripttempl\i386go32.sc.orig Mon Aug 9 23:07:46 1999 --- scripttempl\i386go32.sc Tue Aug 24 12:00:16 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 <