From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5805 invoked by alias); 8 Nov 2005 07:16:40 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 5790 invoked by uid 22791); 8 Nov 2005 07:16:35 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 08 Nov 2005 07:16:34 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jA87GKfv007476; Tue, 8 Nov 2005 08:16:20 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jA87GKXO006456; Tue, 8 Nov 2005 08:16:20 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jA87GJO8015781; Tue, 8 Nov 2005 08:16:19 +0100 (CET) Date: Tue, 08 Nov 2005 17:28:00 -0000 Message-Id: <200511080716.jA87GJO8015781@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: kevinb@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <20051107184610.7472b928@ironwood.lan> (message from Kevin Buettner on Mon, 7 Nov 2005 18:46:10 -0700) Subject: Re: [commit] ia64-tdep.c: update an argument type in floatformat_valid() References: <20051107184610.7472b928@ironwood.lan> X-SW-Source: 2005-11/txt/msg00097.txt.bz2 > Date: Mon, 7 Nov 2005 18:46:10 -0700 > From: Kevin Buettner > > I've just committed the change below. With this change in place, the > ia64-linux-gnu target builds using -Werror. > > * ia64-tdep.c (floatformat_valid): Change type of `from' from > `const char *' to `const void *'. Hmm, why doesn't ia64-tdep.c use one of the ia64-specific types from floatformat.[ch]?