This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFA] xcoffread.c: handle -bbigtoc binaries


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]