From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29049 invoked by alias); 16 Sep 2003 00:22:54 -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 28816 invoked from network); 16 Sep 2003 00:22:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 16 Sep 2003 00:22:53 -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 h8G0Mq429185 for ; Mon, 15 Sep 2003 20:22:53 -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 h8G0Moe14125; Mon, 15 Sep 2003 20:22:50 -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 h8G0Mmd13666; Mon, 15 Sep 2003 20:22:48 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id h8G0Mi610920; Mon, 15 Sep 2003 20:22:44 -0400 Date: Tue, 16 Sep 2003 00:22:00 -0000 Message-Id: <200309160022.h8G0Mi610920@greed.delorie.com> From: DJ Delorie To: ac131313@redhat.com CC: gdb-patches@sources.redhat.com, gcc-patches@gcc.gnu.org, binutils@gcc.gnu.org In-reply-to: <3F663DB4.5060104@redhat.com> (message from Andrew Cagney on Mon, 15 Sep 2003 18:31:16 -0400) Subject: Re: [patch/rfc] constafy floatformat References: <3F663DB4.5060104@redhat.com> X-SW-Source: 2003-09/txt/msg00350.txt.bz2 > The attached changes the "from" parameter to the various floatformat > functions to a "const char *" / "const double *". Ok. > Baring comments I intend committing this one in a few hours. Please do not check in unapproved patches to libiberty. > To test the waters, I'm planning on following this up with a patch > proposing that this file be switched to ISO C. No. Libiberty cannot be converted to ISO C until *every* project that uses it has been converted. Libiberty will be the last conversion.