From owner-svn-src-projects@FreeBSD.ORG Fri Oct 22 18:06:59 2010 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11659106566B; Fri, 22 Oct 2010 18:06:59 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 014D68FC15; Fri, 22 Oct 2010 18:06:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9MI6wVf061611; Fri, 22 Oct 2010 18:06:58 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9MI6wfN061609; Fri, 22 Oct 2010 18:06:58 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201010221806.o9MI6wfN061609@svn.freebsd.org> From: Dimitry Andric Date: Fri, 22 Oct 2010 18:06:58 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r214209 - projects/binutils-2.17/contrib/binutils/bfd X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2010 18:06:59 -0000 Author: dim Date: Fri Oct 22 18:06:58 2010 New Revision: 214209 URL: http://svn.freebsd.org/changeset/base/214209 Log: Make contrib/binutils/bfd/coff-x86_64.c compile without warnings. Modified: projects/binutils-2.17/contrib/binutils/bfd/coff-x86_64.c Modified: projects/binutils-2.17/contrib/binutils/bfd/coff-x86_64.c ============================================================================== --- projects/binutils-2.17/contrib/binutils/bfd/coff-x86_64.c Fri Oct 22 17:49:11 2010 (r214208) +++ projects/binutils-2.17/contrib/binutils/bfd/coff-x86_64.c Fri Oct 22 18:06:58 2010 (r214209) @@ -634,7 +634,9 @@ coff_amd64_rtype_to_howto (bfd *abfd ATT } #define coff_bfd_reloc_type_lookup coff_amd64_reloc_type_lookup +#ifdef notyet #define coff_bfd_reloc_name_lookup coff_amd64_reloc_name_lookup +#endif static reloc_howto_type * coff_amd64_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED, bfd_reloc_code_real_type code) @@ -677,6 +679,7 @@ coff_amd64_reloc_type_lookup (bfd *abfd } } +#ifdef notyet static reloc_howto_type * coff_amd64_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED, const char *r_name) @@ -690,6 +693,7 @@ coff_amd64_reloc_name_lookup (bfd *abfd return NULL; } +#endif #define coff_rtype_to_howto coff_amd64_rtype_to_howto