From owner-cvs-src-old@FreeBSD.ORG Wed Sep 29 14:42:33 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFAD21065673 for ; Wed, 29 Sep 2010 14:42:33 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B9388FC1B for ; Wed, 29 Sep 2010 14:42:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8TEgXr4037327 for ; Wed, 29 Sep 2010 14:42:33 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8TEgXAE037326 for cvs-src-old@freebsd.org; Wed, 29 Sep 2010 14:42:33 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201009291442.o8TEgXAE037326@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Wed, 29 Sep 2010 14:41:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/binutils/bfd coff-x86_64.c efi-app-x86_64.c targets.c src/contrib/binutils/include/coff internal.h x86_64.h src/gnu/usr.bin/binutils/libbfd Makefile.amd64 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 14:42:33 -0000 rpaulo 2010-09-29 14:41:03 UTC FreeBSD src repository Modified files: contrib/binutils/bfd targets.c contrib/binutils/include/coff internal.h gnu/usr.bin/binutils/libbfd Makefile.amd64 Added files: contrib/binutils/bfd coff-x86_64.c efi-app-x86_64.c contrib/binutils/include/coff x86_64.h Log: SVN rev 213274 on 2010-09-29 14:41:03Z by rpaulo Add support for the BFD target efi-app-x86_64. This uses only GPL2 source code and is a requirement for a 64 bit EFI boot loader. Revision Changes Path 1.1 +785 -0 src/contrib/binutils/bfd/coff-x86_64.c (new) 1.1 +34 -0 src/contrib/binutils/bfd/efi-app-x86_64.c (new) 1.2 +735 -395 src/contrib/binutils/bfd/targets.c 1.2 +204 -87 src/contrib/binutils/include/coff/internal.h 1.1 +56 -0 src/contrib/binutils/include/coff/x86_64.h (new) 1.6 +11 -2 src/gnu/usr.bin/binutils/libbfd/Makefile.amd64