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: Build failure on Linux - strnicmp undefined


>>>>> "Andrew" == Andrew Cagney <ac131313@cygnus.com> writes:
>> However, I also found strnicmp in src/gdb/nlm/gdserve.c so I wasn't
>> sure that I should do the change.

Andrew> I think this can go.

I think we better leave this be for now.  nlm/* builds gdbserve.exe, 
a gdbserver-like remote protocol debug agent for NetWare systems.  

The NetWare C library NLM has str{n,}icmp() but not str{n,}casecmp().
While we could probably link with libiberty, I wouldn't go down that
road unless it's considered a high priority and there's some means for
testing the results.  When I last worked with nlm/*, it was rather 
fragile.  I don't think the years of neglect since then have done it 
any favors.  

        --jtc

-- 
J.T. Conklin
RedBack Networks

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