From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19929 invoked by alias); 26 Apr 2002 21:00:33 -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 19875 invoked from network); 26 Apr 2002 21:00:29 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 26 Apr 2002 21:00:29 -0000 Received: from localhost.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id OAA11964; Fri, 26 Apr 2002 14:00:24 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id E7A1310A8C; Fri, 26 Apr 2002 16:59:57 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15561.49101.776302.278639@localhost.redhat.com> Date: Fri, 26 Apr 2002 14:00:00 -0000 To: Andrew Cagney Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Makefile.in: no ,-Werror for thread-db.c In-Reply-To: <3CC9BE54.4050801@cygnus.com> References: <15561.47290.123521.894587@localhost.redhat.com> <3CC9BE54.4050801@cygnus.com> X-SW-Source: 2002-04/txt/msg01089.txt.bz2 Andrew Cagney writes: > > 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. :-) > > Which host? It builds on RH 7.2 cleanly. Does the platform have broken > headers? > > Andrew ppc G4 with yellowdog linux. It could be a platform problem, yes. Elena