From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27436 invoked by alias); 25 Jun 2002 03:10:50 -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 27396 invoked from network); 25 Jun 2002 03:10:46 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 25 Jun 2002 03:10:46 -0000 Received: from fleche.redhat.com (ta0203.peakpeak.com [204.144.244.203]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id VAA14772 for ; Mon, 24 Jun 2002 21:10:44 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id 8139D4F80AA; Mon, 24 Jun 2002 21:23:53 -0600 (MDT) To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: next gettextization step References: <877kkqq6y8.fsf@fleche.redhat.com> <3D17D445.9080308@cygnus.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: How's it going in those MODULAR LOVE UNITS?? Date: Mon, 24 Jun 2002 20:10:00 -0000 In-Reply-To: <3D17D445.9080308@cygnus.com> Message-ID: <87u1nsghx2.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-06/txt/msg00503.txt.bz2 >>>>> "Andrew" == Andrew Cagney writes: Andrew> BTW, what effect does this have on -Werror -Wprintf? Does GCC Andrew> have magic telling it to look through the gettext()? On Linux boxes the installed libintl.h has such magic. On other platforms I don't know. To be honest I haven't kept up with developments in this area; perhaps importing a newer gettext into the src repository would enable this capability for everybody using gcc. I'm not certain. Such an import may not be entirely trivial; when I did it the first time I had to make some changes to various configury bits. I sent those upstream but I have never verified that they were included in any subsequent release. Tom