From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18133 invoked by alias); 12 Oct 2009 17:10:49 -0000 Received: (qmail 18116 invoked by uid 22791); 12 Oct 2009 17:10:49 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Oct 2009 17:10:45 +0000 Received: from zps76.corp.google.com (zps76.corp.google.com [172.25.146.76]) by smtp-out.google.com with ESMTP id n9CHAgYU029267 for ; Mon, 12 Oct 2009 10:10:42 -0700 Received: from fxm19 (fxm19.prod.google.com [10.184.13.19]) by zps76.corp.google.com with ESMTP id n9CHAUu3015432 for ; Mon, 12 Oct 2009 10:10:40 -0700 Received: by fxm19 with SMTP id 19so7427034fxm.2 for ; Mon, 12 Oct 2009 10:10:40 -0700 (PDT) Received: by 10.103.125.17 with SMTP id c17mr2536655mun.16.1255367439947; Mon, 12 Oct 2009 10:10:39 -0700 (PDT) Received: from coign.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net [71.133.8.30]) by mx.google.com with ESMTPS id n7sm89835mue.27.2009.10.12.10.10.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 12 Oct 2009 10:10:38 -0700 (PDT) To: Tristan Gingold Cc: gcc-patches , gdb-patches ml , binutils@sources.redhat.com Subject: Re: Patch: backport libintl changes to allow -Wformat checking of libintl_gettext and friends References: From: Ian Lance Taylor Date: Mon, 12 Oct 2009 17:10:00 -0000 In-Reply-To: (Tristan Gingold's message of "Mon\, 12 Oct 2009 16\:41\:51 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00239.txt.bz2 Tristan Gingold writes: > this libintl patch > http://sourceware.org/ml/binutils/2009-05/msg00214.html > > was approved by Joseph S. Myers > http://sourceware.org/ml/binutils/2009-05/msg00218.html > > but was never applied. It will be useful to fix gdb warnings on Darwin. > Can I apply it ? It was approved, so anybody can apply it. Ian