From owner-svn-src-projects@FreeBSD.ORG Sun Jan 16 23:07:09 2011 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 21DB0106566B; Sun, 16 Jan 2011 23:07:09 +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 115848FC19; Sun, 16 Jan 2011 23:07:09 +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 p0GN78d0080377; Sun, 16 Jan 2011 23:07:08 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p0GN780H080375; Sun, 16 Jan 2011 23:07:08 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201101162307.p0GN780H080375@svn.freebsd.org> From: Dimitry Andric Date: Sun, 16 Jan 2011 23:07:08 +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: r217488 - projects/binutils-2.17/gnu/usr.bin/binutils/libbfd 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: Sun, 16 Jan 2011 23:07:09 -0000 Author: dim Date: Sun Jan 16 23:07:08 2011 New Revision: 217488 URL: http://svn.freebsd.org/changeset/base/217488 Log: For libbfd on amd64, add not only the default i386 vector, but also all alternative 32-bit vectors (e.g. elf32_i386 and efi_app_ia32). This is needed to allow the virtualbox port on amd64 to fully link. Modified: projects/binutils-2.17/gnu/usr.bin/binutils/libbfd/Makefile.amd64 Modified: projects/binutils-2.17/gnu/usr.bin/binutils/libbfd/Makefile.amd64 ============================================================================== --- projects/binutils-2.17/gnu/usr.bin/binutils/libbfd/Makefile.amd64 Sun Jan 16 22:44:42 2011 (r217487) +++ projects/binutils-2.17/gnu/usr.bin/binutils/libbfd/Makefile.amd64 Sun Jan 16 23:07:08 2011 (r217488) @@ -2,8 +2,8 @@ .include "${.CURDIR}/Makefile.i386" -# Get the i386 DEFAULT_VECTOR and VECS. -I386_VECS:= ${DEFAULT_VECTOR} # ${VECS} +# Get the i386 VECS. +I386_VECS:= ${VECS} DEFAULT_VECTOR= bfd_elf64_x86_64_freebsd_vec @@ -19,7 +19,6 @@ SRCS+= elf64-x86-64.c \ VECS= ${DEFAULT_VECTOR} \ bfd_elf64_x86_64_vec \ bfd_efi_app_x86_64_vec \ - bfd_efi_app_ia32_vec \ ${I386_VECS} CLEANFILES+= pepigen.c pex64igen.c