From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16527 invoked by alias); 14 Feb 2005 20:23:17 -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 16011 invoked from network); 14 Feb 2005 20:22:56 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 14 Feb 2005 20:22:56 -0000 Received: from zaretski (tony06-88-59.inter.net.il [80.230.88.59]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id ANR18818 (AUTH halo1); Mon, 14 Feb 2005 22:22:29 +0200 (IST) Date: Tue, 15 Feb 2005 01:47:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-ID: <01c512d2$Blat.v2.4$661c73e0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <4210B87C.80608@gnu.org> (message from Andrew Cagney on Mon, 14 Feb 2005 09:41:00 -0500) Subject: Re: [commit] New function paddress, deprecate print_address_numeric Reply-to: Eli Zaretskii References: <4210B87C.80608@gnu.org> X-SW-Source: 2005-02/txt/msg00135.txt.bz2 > Date: Mon, 14 Feb 2005 09:41:00 -0500 > From: Andrew Cagney > > This is so that: > > printf ("The address is "); > print_address_numeric (address); > printf ("\n"); > > can be replaced by: > > printf ("The address is %s\n", paddress (address)); I guess this came out of my review of the last i18n patch, where I asked for something like that, so thanks.