From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29415 invoked by alias); 6 Dec 2002 18:39:18 -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 29406 invoked from network); 6 Dec 2002 18:39:15 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 6 Dec 2002 18:39:15 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gB6IE1P31236 for ; Fri, 6 Dec 2002 13:14:01 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB6IdFD26121 for ; Fri, 6 Dec 2002 13:39:15 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB6IdD901564; Fri, 6 Dec 2002 13:39:13 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id 35151FF79; Fri, 6 Dec 2002 13:34:53 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15856.60877.538282.714165@localhost.redhat.com> Date: Fri, 06 Dec 2002 11:27:00 -0000 To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] fix some warnings In-Reply-To: <15856.54877.23515.952495@localhost.redhat.com> References: <15856.54877.23515.952495@localhost.redhat.com> X-SW-Source: 2002-12/txt/msg00232.txt.bz2 Elena Zannoni writes: > > Fix some -Werror warnings. > > Committed as obvious. > > Elena > Grunt. Not my day....forgot the Makefile. Never prepare a patch while talking on the phone. 2002-12-06 Elena Zannoni * ia64-linux-nat.c: Include gdb_string.h. * alpha-nat.c: Ditto. * ppc-linux-nat.c: Ditto. * Makefile.in (ia64-linux-nat.o, alpha-nat.o, ppc-linux-nat.o): Update dependencies. Index: Makefile.in =================================================================== RCS file: /cvs/uberbaum/gdb/Makefile.in,v retrieving revision 1.291 diff -u -p -r1.291 Makefile.in --- Makefile.in 6 Dec 2002 07:35:55 -0000 1.291 +++ Makefile.in 6 Dec 2002 18:36:25 -0000 @@ -1514,7 +1514,7 @@ aix-thread.o: aix-thread.c $(defs_h) $(g alpha-linux-tdep.o: alpha-linux-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \ $(value_h) $(alpha_tdep_h) alpha-nat.o: alpha-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(target_h) \ - $(regcache_h) $(alpha_tdep_h) $(gregset_h) + $(regcache_h) $(alpha_tdep_h) $(gregset_h) $(gdb_string_h) alpha-osf1-tdep.o: alpha-osf1-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \ $(value_h) $(alpha_tdep_h) alpha-tdep.o: alpha-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(symtab_h) \ @@ -1810,7 +1810,7 @@ ia64-aix-nat.o: ia64-aix-nat.c $(defs_h) $(objfiles_h) $(gdb_stat_h) ia64-aix-tdep.o: ia64-aix-tdep.c $(defs_h) ia64-linux-nat.o: ia64-linux-nat.c $(defs_h) $(inferior_h) $(target_h) \ - $(gdbcore_h) $(regcache_h) $(gregset_h) + $(gdbcore_h) $(regcache_h) $(gregset_h) $(gdb_string_h) ia64-linux-tdep.o: ia64-linux-tdep.c $(defs_h) $(arch_utils_h) ia64-tdep.o: ia64-tdep.c $(defs_h) $(inferior_h) $(symfile_h) $(gdbcore_h) \ $(arch_utils_h) $(floatformat_h) $(regcache_h) $(doublest_h) \ @@ -2015,7 +2015,7 @@ ppc-bdm.o: ppc-bdm.c $(defs_h) $(gdbcore $(objfiles_h) $(gdb_stabs_h) $(serial_h) $(ocd_h) $(ppc_tdep_h) \ $(regcache_h) ppc-linux-nat.o: ppc-linux-nat.c $(defs_h) $(frame_h) $(inferior_h) \ - $(gdbcore_h) $(regcache_h) $(gregset_h) $(ppc_tdep_h) + $(gdbcore_h) $(regcache_h) $(gregset_h) $(ppc_tdep_h) $(gdb_string_h) ppc-linux-tdep.o: ppc-linux-tdep.c $(defs_h) $(frame_h) $(inferior_h) \ $(symtab_h) $(target_h) $(gdbcore_h) $(gdbcmd_h) $(symfile_h) \ $(objfiles_h) $(regcache_h) $(value_h) $(solib_svr4_h) $(ppc_tdep_h) > > 2002-12-06 Elena Zannoni > > * ia64-linux-nat.c: Include gdb_string.h. > * alpha-nat.c: Ditto. > * ia64-linux-nat.c: Ditto. > > > Index: ppc-linux-nat.c > =================================================================== > RCS file: /cvs/uberbaum/gdb/ppc-linux-nat.c,v > retrieving revision 1.18 > diff -u -p -r1.18 ppc-linux-nat.c > --- ppc-linux-nat.c 30 Jul 2002 19:03:49 -0000 1.18 > +++ ppc-linux-nat.c 6 Dec 2002 16:50:15 -0000 > @@ -20,6 +20,7 @@ > Boston, MA 02111-1307, USA. */ > > #include "defs.h" > +#include "gdb_string.h" > #include "frame.h" > #include "inferior.h" > #include "gdbcore.h" > Index: alpha-nat.c > =================================================================== > RCS file: /cvs/uberbaum/gdb/alpha-nat.c,v > retrieving revision 1.13 > diff -u -p -r1.13 alpha-nat.c > --- alpha-nat.c 14 Nov 2002 20:37:28 -0000 1.13 > +++ alpha-nat.c 6 Dec 2002 16:50:15 -0000 > @@ -20,6 +20,7 @@ > Boston, MA 02111-1307, USA. */ > > #include "defs.h" > +#include "gdb_string.h" > #include "inferior.h" > #include "gdbcore.h" > #include "target.h" > Index: ia64-linux-nat.c > =================================================================== > RCS file: /cvs/uberbaum/gdb/ia64-linux-nat.c,v > retrieving revision 1.14 > diff -u -p -r1.14 ia64-linux-nat.c > --- ia64-linux-nat.c 14 Nov 2002 20:37:28 -0000 1.14 > +++ ia64-linux-nat.c 6 Dec 2002 16:50:15 -0000 > @@ -21,6 +21,7 @@ > Boston, MA 02111-1307, USA. */ > > #include "defs.h" > +#include "gdb_string.h" > #include "inferior.h" > #include "target.h" > #include "gdbcore.h"