From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Thu, 21 Jun 2001 09:20:47 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: gcc 3.0 Message-ID: <3B31BC6F.16661.67EDD@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com 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. Mark