From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sat, 17 Mar 2001 12:45:42 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Patch for djgpp.djl Message-ID: <3AB35C76.21437.248782@localhost> In-reply-to: <3AB39E1E.20274.64D8F7@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > To get gcc-3.0 20010314 working for DJGPP I had to modify djgpp.djl or > C++ applications which uses libstdcxx.a doesn't link correctly. Perhaps > it should not break anything with earlier versions ... I have no problem with the patch. Especially since it makes it more like the binutils version. The patch adds handling of unique sections. Does this mean that the g++ 3.0 compiler is producting unique sections without using flags like '-ffunction-sections'? Mark