From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24623 invoked by alias); 15 Sep 2003 17:57:13 -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 24587 invoked from network); 15 Sep 2003 17:57:12 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 15 Sep 2003 17:57:12 -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 h8FHvA412698; Mon, 15 Sep 2003 13:57:11 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h8FHv8e05578; Mon, 15 Sep 2003 13:57:08 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h8FHv6d06508; Mon, 15 Sep 2003 13:57:06 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id h8FHv4Z03343; Mon, 15 Sep 2003 13:57:04 -0400 Date: Mon, 15 Sep 2003 17:57:00 -0000 Message-Id: <200309151757.h8FHv4Z03343@greed.delorie.com> From: DJ Delorie To: drow@mvista.com CC: gdb-patches@sources.redhat.com, binutils@sources.redhat.com, gcc-patches@gcc.gnu.org In-reply-to: <20030915143933.GA22129@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 15 Sep 2003 10:39:33 -0400) Subject: Re: [libiberty and gdb] floatformat_is_valid References: <20030915143933.GA22129@nevyn.them.org> X-SW-Source: 2003-09/txt/msg00332.txt.bz2 > static unsigned long > + unsigned int exponent, int_bit; These should match (long != int on some platforms), otherwise OK.