From: "Mark E." To: djgpp-workers AT delorie DOT com, eli Zaretskii Date: Tue, 26 Jun 2001 10:59:06 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: gcc 3.0 released Message-ID: <3B386AFA.23396.42B7DB@localhost> In-reply-to: <3405-Tue26Jun2001173448+0300-eliz@is.elta.co.il> References: (message from Andris Pavenis on Tue, 26 Jun 2001 08:50:09 +0300 (WET)) 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 > Yes, please. But I think the comment you put there should be changed: > I didn't understand that this could be a bug in Binutils. Mark, am I > right? I just posted my reply to the patch Andris posted. I believe it's dxegen.c that has the bug. dxegen is complaining about a symbol that's local because it isn't testing whether the symbol is external before complaining. Section symbols in djgpp coff are local, so it's complaint is bogus.