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: Squash some more gdbserver warnings on non-i386


On Tue, Apr 09, 2002 at 07:04:45PM -0400, Andrew Cagney wrote:
> >+#ifdef HAVE_STRING_H
> >+#include <string.h>
> >+#endif
> >+
> 
> Suggest
> #include "gdb_string.h"

Hmm.  It isn't available in gdbserver, and I'm reluctant to share any
header which checks autoconf-set variables.  gdbserver doesn't have a
lot of what gdb_string.h is checking in its "config.h".  It sure is a
handy looking file, though...

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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