From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19021 invoked by alias); 15 May 2005 16:29:48 -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 18566 invoked from network); 15 May 2005 16:29:21 -0000 Received: from unknown (205.217.158.180) by sourceware.org with QMTP; 15 May 2005 16:29:21 -0000 Received: (qmail 6256 invoked by uid 10); 15 May 2005 16:29:20 -0000 Received: (qmail 1069 invoked by uid 500); 15 May 2005 16:29:11 -0000 To: Eli Zaretskii Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: [RFA] Eliminate warnings about snprintf declaration 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> From: Ian Lance Taylor Date: Sun, 15 May 2005 16:31:00 -0000 In-Reply-To: <01c558a0$Blat.v2.4$2b06ba40@zahav.net.il> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-05/txt/msg00367.txt.bz2 "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. > gdb/ChangeLog: > 2005-05-14 Eli Zaretskii > > * configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS. I can't approve this one, but it looks fine to me. Ian