From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27708 invoked by alias); 15 May 2005 19:48:14 -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 27380 invoked from network); 15 May 2005 19:48:06 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 15 May 2005 19:48:06 -0000 Received: from zaretski (IGLD-80-230-75-75.inter.net.il [80.230.75.75]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id BFP66397 (AUTH halo1); Sun, 15 May 2005 22:47:53 +0300 (IDT) Date: Sun, 15 May 2005 19:55:00 -0000 From: "Eli Zaretskii" To: Ian Lance Taylor Message-ID: <01c55986$Blat.v2.4$b53a1720@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org In-reply-to: (message from Ian Lance Taylor on 15 May 2005 12:29:11 -0400) Subject: Re: [RFA] Eliminate warnings about snprintf declaration Reply-to: Eli Zaretskii References: <41994B9D.9080809@gnu.org> <01c55702$Blat.v2.4$d4764900@zahav.net.il> <20050512150804.GA1808@nevyn.them.org> <01c55708$Blat.v2.4$cfc9f040@zahav.net.il> <20050512154716.GA3513@nevyn.them.org> <01c5570e$Blat.v2.4$1c533160@zahav.net.il> <20050512162453.GA5180@nevyn.them.org> <01c55732$Blat.v2.4$e9bd3640@zahav.net.il> <20050512205103.GB13519@nevyn.them.org> <01c5586c$Blat.v2.4$a7dfc720@zahav.net.il> <20050514141204.GA10684@nevyn.them.org> <01c558a0$Blat.v2.4$2b06ba40@zahav.net.il> X-SW-Source: 2005-05/txt/msg00386.txt.bz2 > Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, > binutils@sourceware.org > From: Ian Lance Taylor > Date: 15 May 2005 12:29:11 -0400 > > "Eli Zaretskii" writes: > > > include/ChangeLog: > > 2005-05-14 Eli Zaretskii > > > > * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if > > needed. > > (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed. > > > > > > bfd/ChangeLog: > > 2005-05-14 Eli Zaretskii > > > > * configure.in: Add snprintf and vsnprintf to AC_CHECK_DECLS. > > These patches are approved, plus the change to libiberty/configure.ac > which needs the obvious ChangeLog entry. Thanks. Thank you. Could someone please commit these? I don't have write access to bfd and gcc repositories. TIA