From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Nick Duffek Cc: kevinb@cygnus.com, gdb-patches@sources.redhat.com, Peter.Schauer@regent.e-technik.tu-muenchen.de Subject: Re: [RFA] xcoffread.c: handle -bbigtoc binaries Date: Thu, 12 Apr 2001 14:14:00 -0000 Message-id: <3AD61A7C.6FA3D78A@cygnus.com> References: <1010412191933.ZM17401@ocotillo.lan> <200104122005.f3CK59V00760@rtl.cygnus.com> X-SW-Source: 2001-04/msg00124.html 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