[RFA] xcoffread.c: handle -bbigtoc binaries

Andrew Cagney ac131313@cygnus.com
Thu Apr 12 14:14:00 GMT 2001


Nick Duffek wrote:
> 
> On 12-Apr-2001, Kevin Buettner wrote:
> 
> >Yes.  Please check it in.
> 
> Thanks, I've committed it.

Kevin, I guess you're calling this an obvious fix?  Anyway, the comment:

+           /* If symbol name starts with ".$" or "$", ignore it. 

doesn't match the code.

+           if (namestring[0] == '$' || namestring[0] == '@'

	Andrew



More information about the Gdb-patches mailing list