From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27975 invoked by alias); 12 Oct 2009 14:42:02 -0000 Received: (qmail 27950 invoked by uid 22791); 12 Oct 2009 14:42:01 -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 14:41:58 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 51AF4290025; Mon, 12 Oct 2009 16:41:56 +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 i1oO7VgLuC-Q; Mon, 12 Oct 2009 16:41:51 +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 CADE8290012; Mon, 12 Oct 2009 16:41:51 +0200 (CEST) From: Tristan Gingold Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Patch: backport libintl changes to allow -Wformat checking of libintl_gettext and friends Date: Mon, 12 Oct 2009 14:42:00 -0000 Message-Id: Cc: gdb-patches ml , binutils@sources.redhat.com To: gcc-patches Mime-Version: 1.0 (Apple Message framework v1076) X-IsSubscribed: yes 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/msg00232.txt.bz2 Hi, 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 ? Tristan.