From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13333 invoked by alias); 12 Oct 2009 09:51:55 -0000 Received: (qmail 13321 invoked by uid 22791); 12 Oct 2009 09:51:54 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Oct 2009 09:51:49 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 53F97290012; Mon, 12 Oct 2009 11:51:47 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ikd6ZadYJSUD; Mon, 12 Oct 2009 11:51:46 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 558FB29000C; Mon, 12 Oct 2009 11:51:46 +0200 (CEST) Subject: Re: -Wformat and the like Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Tristan Gingold In-Reply-To: <200910092055.12750.pedro@codesourcery.com> Date: Mon, 12 Oct 2009 09:51:00 -0000 Cc: Tobias Hahn , gdb@sourceware.org Content-Transfer-Encoding: 7bit Message-Id: References: <847995BD-73DF-46CD-AFDE-25AB8A5A6E6D@ableton.com> <200910091944.35883.pedro@codesourcery.com> <02C5402A-7B26-4A21-91C2-549917DA523E@ableton.com> <200910092055.12750.pedro@codesourcery.com> To: Pedro Alves X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00204.txt.bz2 On Oct 9, 2009, at 9:55 PM, Pedro Alves wrote: > On Friday 09 October 2009 20:29:07, Tobias Hahn wrote: >> Am 09.10.2009 um 20:44 schrieb Pedro Alves: >> >>> I'm curious. Has anybody posted a snippet of these warnings yet? >>> >>> -- Pedro Alves >> >> >> This is what I get on stderr when I call make. > > So it looks like they're all gettext/"_()" related. This is > probably why Tristan mentioned he uses "--disable-intl". Right. I tried to investigate the reason of these warnings but without success. > Looks like this patch to address it was never applied: > > http://sourceware.org/ml/binutils/2009-05/msg00214.html I confirm this patch fixes the issue. Can I apply it ? Tristan.