From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lance Taylor To: rth@cygnus.com Cc: binutils@sourceware.cygnus.com Subject: Re: binutils patches for basic generic i960-elf Date: Thu, 01 Jul 1999 00:00:00 -0000 Message-id: <19990623041309.19867.qmail@daffy.airs.com> References: <376DFC6D.6BB3A44@madge.com> <19990621172404.27917.qmail@daffy.airs.com> <19990621133544.B31217@cygnus.com> <19990621133544.B31217@cygnus.com> X-SW-Source: 1999-q2/msg00340.html Date: Mon, 21 Jun 1999 13:35:44 -0700 From: Richard Henderson On Mon, Jun 21, 1999 at 01:24:04PM -0400, Ian Lance Taylor wrote: > I wonder if it is really correct to discard link once sections when > doing a relocateable link. I don't think so. We got a PR about that on Friday. I changed the linker so that it only discards link once sections if it is building constructors. Everyone, please let me know if you notice any problems, such as unexpectedly large C++ executables. Ian