From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7220 invoked by alias); 29 Mar 2005 08:36:08 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 7091 invoked from network); 29 Mar 2005 08:35:50 -0000 Received: from unknown (HELO priv-edtnes46.telusplanet.net) (199.185.220.240) by sourceware.org with SMTP; 29 Mar 2005 08:35:50 -0000 Received: from takamaka.act-europe.fr ([142.179.108.108]) by priv-edtnes46.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050329083549.RPB22086.priv-edtnes46.telusplanet.net@takamaka.act-europe.fr> for ; Tue, 29 Mar 2005 01:35:49 -0700 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 314AA47DC0; Tue, 29 Mar 2005 00:35:45 -0800 (PST) Date: Tue, 29 Mar 2005 15:23:00 -0000 From: Joel Brobecker To: binutils@sources.redhat.com Subject: Re: [PATCH] converted irix-core.c to ISO C Message-ID: <20050329083545.GV2545@adacore.com> References: <20050329051135.GK2545@adacore.com> <20050329061853.GF14407@bubble.modra.org> <20050329064154.GR2545@adacore.com> <20050329071304.GI14407@bubble.modra.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="SUk9VBj82R8Xhb8H" Content-Disposition: inline In-Reply-To: <20050329071304.GI14407@bubble.modra.org> User-Agent: Mutt/1.4i X-SW-Source: 2005-03/txt/msg00851.txt.bz2 --SUk9VBj82R8Xhb8H Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 325 > > +static int do_sections64 (bfd *, struct coreout *); > > This one can go too. OK with that change. Good catch. I don't know why I thought it was needed. Here is what I ended up cheking in: 2005-03-29 Joel Brobecker * irix-core.c: Remove some unnecessary prototypes. Thanks, -- Joel --SUk9VBj82R8Xhb8H Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="irix-core.c.diff" Content-length: 944 Index: irix-core.c =================================================================== RCS file: /cvs/src/src/bfd/irix-core.c,v retrieving revision 1.14 diff -u -p -r1.14 irix-core.c --- irix-core.c 29 Mar 2005 04:48:45 -0000 1.14 +++ irix-core.c 29 Mar 2005 08:33:00 -0000 @@ -43,22 +43,6 @@ struct sgi_core_struct static asection *make_bfd_asection (bfd *, const char *, flagword, bfd_size_type, bfd_vma, file_ptr); -static const bfd_target *irix_core_core_file_p - (bfd *); -static char *irix_core_core_file_failing_command - (bfd *); -static int irix_core_core_file_failing_signal - (bfd *); -static bfd_boolean irix_core_core_file_matches_executable_p - (bfd *, bfd *); -static void swap_abort - (void); -#ifdef CORE_MAGIC64 -static int do_sections64 - (bfd *, struct coreout *); -#endif -static int do_sections - (bfd *, struct coreout *); /* Helper function for irix_core_core_file_p: 32-bit and 64-bit versions. */ --SUk9VBj82R8Xhb8H--