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]
Other format: [Raw text]

Re: Patch for building gdb on arm-netbsd


> 
> On Wed, 9 Jan 2002, Richard Earnshaw wrote:
> 
> > The following patch is needed to enable building of gdb on arm-netbsd.  
> > The definition of IN_SIGTRAMP tests NAME for being NULL and if not calls 
> > STREQ to compare the strings.
> 
> Nitpicking: Elena will probably be very happy if you toss STREQ and use 
> strcmp instead.

Since it's only a nit, I think I'll leave that issue for now.  What is 
most important at this time is to get the ARM code multi-arched (I suspect 
that whole function will have to be re-written anyway -- I think it's part 
of one of the deprecated frame calls).

R.


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