This is the mail archive of the gdb-patches@sourceware.org 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: [RFA 1/2] $pdir/../foo: Make vec.h usable in gdbserver


>>>>> "Douglas" == Douglas Evans <dje@google.com> writes:

Douglas> [The potentially only odd bit is adding a check for strstr in
Douglas> gdbserver/configure.ac.  Since gdb_string.h contains a check
Douglas> for HAVE_DECL_STRSTR I figured it was cleaner to check for it
Douglas> in configure.]

This seems fine to me.

I wonder if we still need or want old-ish configury goo like:

Douglas> -#ifndef strchr
Douglas> -extern char *strchr (const char *, int);	/* X3.159-1989  4.11.5.2 */
Douglas> -#endif

It seems to me we can just use gnulib instead.

Tom


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