Message-Id: <199908111802.SAA51388@out2.ibm.net> From: "Mark E." To: Eli Zaretskii , djgpp-workers AT delorie DOT com Date: Wed, 11 Aug 1999 14:02:16 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: small patch for crt0.s References: <199908101723 DOT RAA68970 AT out4 DOT ibm DOT net> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp-workers AT delorie DOT com > Btw, could you describe the long section name feature in a couple of > sentences, from the user point of view? I would like to mention it in > the "What changed" section of the Knowledge Base. > Is this what you're looking for? Starting with the 2.10 release of Binutils, the DJGPP port of Binutils eliminates the eight character limit on section names. This was done so DJGPP can use a feature (called .gnu.linkonce) that allows for improved support for C++ templates but requires long section names for it to work. When Binutils 2.10 is released, and when a version of GCC is released containing the configuration changes neccessary to take advantage of this .gnu.linkonce feature, then DJGPP's C++ users will be able to use the same automatic template instantiation method already available the Win32 and Unix ports. --- Mark Elbrecht, snowball3 AT bigfoot DOT com http://snowball.frogspace.net/