From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sun, 18 Mar 2001 09:56:56 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Patch for djgpp.djl Message-ID: <3AB48668.14836.1B1189@localhost> References: <3AB35C76 DOT 21437 DOT 248782 AT localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > Is there any chance these changes will have problems with previous > versions of GCC and/or Binutils? If not, I think the changes can go > in. No. > Just for the record, could someone please say a few words about these > new sections, and the issue of unique sections in general? Thanks. Unique sections are generated to ensure that only one copy of something will appear in the final link or for garbage collection by the linker. The patch adds support for the sections for the second case and .gnu.linkonce* sections handle the first case. Mark