From: pavenis AT lanet DOT lv To: "Mark E." , djgpp-workers AT delorie DOT com Date: Thu, 21 Jun 2001 17:04:45 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: gcc 3.0 Message-ID: <3B32292D.8789.9C7C5F@localhost> In-reply-to: <3B31BC6F.16661.67EDD@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 On 21 Jun 2001, at 9:20, Mark E. wrote: > Andris, > >From your example it looks like duplicate section symbols from link once > sections aren't being removed. An issue with section symbols from link once > sections in ELF came up recently on the binutils list so at least it does > something about them. I'll look at what ELF does and see if it can be applied > to COFF. > > These symbols should go away after stripping the exe so it's not a major > issue, but it is better they not be there to begin with if they're not > needed. This is one non fatal but not nice thing with binutils and gcc-3.0. Another one is .comment section being interpretted as unresolved reference by mkdexe.exe. Of course I can patch mkdexe.c to skip .comment but it should be ugly workaround. Currently I'm doing that to build DJGPP CVS version with gcc-3.0 but I (and perhaps not only I) would not like to try to get similar patch in CVS version Andris