From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18528 invoked by alias); 9 Apr 2002 23:11:25 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18514 invoked from network); 9 Apr 2002 23:11:23 -0000 Received: from unknown (HELO nevyn.them.org) (128.2.145.6) by sources.redhat.com with SMTP; 9 Apr 2002 23:11:23 -0000 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 16v4lY-0003pt-00; Tue, 09 Apr 2002 19:11:08 -0400 Date: Tue, 09 Apr 2002 16:11:00 -0000 From: Daniel Jacobowitz To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: Squash some more gdbserver warnings on non-i386 Message-ID: <20020409191108.A14624@nevyn.them.org> Mail-Followup-To: Andrew Cagney , gdb-patches@sources.redhat.com References: <20020409185820.A6144@nevyn.them.org> <3CB3738D.5080902@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CB3738D.5080902@cygnus.com> User-Agent: Mutt/1.3.23i X-SW-Source: 2002-04/txt/msg00386.txt.bz2 On Tue, Apr 09, 2002 at 07:04:45PM -0400, Andrew Cagney wrote: > >+#ifdef HAVE_STRING_H > >+#include > >+#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