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.


I'm puzzled as to why it would be Elena?  Anyway, Richard, when 
generating new code just keep an eye on 
http://sources.redhat.com/gdb/ari/ for things to not copy.

BTW, people tend to just use NULL.

either way, yes it is obvious,
Andrew


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