From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25297 invoked by alias); 26 Apr 2002 21:12:32 -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 25277 invoked from network); 26 Apr 2002 21:12:32 -0000 Received: from unknown (HELO nevyn.them.org) (128.2.145.6) by sources.redhat.com with SMTP; 26 Apr 2002 21:12:32 -0000 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 171D1F-00017Y-00; Fri, 26 Apr 2002 17:12:41 -0400 Date: Fri, 26 Apr 2002 14:12:00 -0000 From: Daniel Jacobowitz To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Makefile.in: no ,-Werror for thread-db.c Message-ID: <20020426171241.A4283@nevyn.them.org> Mail-Followup-To: Elena Zannoni , gdb-patches@sources.redhat.com References: <15561.47290.123521.894587@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15561.47290.123521.894587@localhost.redhat.com> User-Agent: Mutt/1.3.23i X-SW-Source: 2002-04/txt/msg01091.txt.bz2 On Fri, Apr 26, 2002 at 04:29:46PM -0400, Elena Zannoni wrote: > > I keep getting warnings for thread-db.c about mismatched types: > > /home/ezannoni/uberbaum/src/gdb/thread-db.c: In function `thread_db_fetch_registers': > /home/ezannoni/uberbaum/src/gdb/thread-db.c:805: warning: passing arg 1 of `supply_fpregset' from incompatible pointer type > /home/ezannoni/uberbaum/src/gdb/thread-db.c: In function `thread_db_store_registers': > /home/ezannoni/uberbaum/src/gdb/thread-db.c:838: warning: passing arg 1 of `fill_fpregset' from incompatible pointer type > /home/ezannoni/uberbaum/src/gdb/thread-db.c:844: warning: passing arg 2 of pointer to function from incompatible pointer type > > Is this OK? ...unless somebody more familiar than me with regsets wants > to go and fix it. :-) This implies that your platform (PowerPC you said?) has a broken prfpregset_t in the presence of AltiVec. We should both get glibc fixed and/or autoconf away the problem... -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer