Message-Id: <200003060344.LAA08260@southgate.cyberway.com.sg> From: "Rob Kramer" To: djgpp AT delorie DOT com Date: Mon, 6 Mar 2000 11:43:40 +0800 MIME-Version: 1.0 Content-type: text/enriched; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: ANNOUNCE: Binutils 2.9.5 beta 1 released X-mailer: Pegasus Mail for Win32 (v3.12a) Reply-To: djgpp AT delorie DOT com 0100,0100,0100Hi, Times New Roman> * Weak symbols are now supported, along with the '.gnu.linkonce' feature > for C++ templates. DJGPP ports of gcc 2.95.2 and later can generate > weak symbols with the -mbnu210 command line switch. Now that would be brilliant! Unfortunately, there is no '-mbnu210' switch in my gcc 2.95.2, and I can't find any reference to it on the web. I checked my objects, but there's no .linkonce section and no weak symbols. I think multiple template instances are a big source of code bloat in my case, so I'd love to see .linkonce and weak symbols working OK. What's the deal with this mysterious -mbnu210 switch? Thanks! Rob Kramer robk AT cyberway DOT com DOT sg