From owner-svn-src-projects@FreeBSD.ORG Tue Oct 19 20:17:17 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 5FEE61065672; Tue, 19 Oct 2010 20:17:17 +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 4EAC18FC17; Tue, 19 Oct 2010 20:17:17 +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 o9JKHHwT025790; Tue, 19 Oct 2010 20:17:17 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9JKHHT8025787; Tue, 19 Oct 2010 20:17:17 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201010192017.o9JKHHT8025787@svn.freebsd.org> From: Dimitry Andric Date: Tue, 19 Oct 2010 20:17:17 +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: r214075 - in 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: Tue, 19 Oct 2010 20:17:17 -0000 Author: dim Date: Tue Oct 19 20:17:17 2010 New Revision: 214075 URL: http://svn.freebsd.org/changeset/base/214075 Log: Update the BFD and binutils version defines. Modified: projects/binutils-2.17/gnu/usr.bin/binutils/Makefile.inc0 projects/binutils-2.17/gnu/usr.bin/binutils/libbfd/Makefile Modified: projects/binutils-2.17/gnu/usr.bin/binutils/Makefile.inc0 ============================================================================== --- projects/binutils-2.17/gnu/usr.bin/binutils/Makefile.inc0 Tue Oct 19 20:14:32 2010 (r214074) +++ projects/binutils-2.17/gnu/usr.bin/binutils/Makefile.inc0 Tue Oct 19 20:17:17 2010 (r214075) @@ -4,7 +4,7 @@ # use the normal "Makefile.inc" mechanism, because we need some of these # definitions before the sub-Makefile is processed. -VERSION= "2.15 [FreeBSD] 2004-05-23" +VERSION= "2.15 [FreeBSD] 2005-06-08" TARGET_ARCH?= ${MACHINE_ARCH} .if ${TARGET_ARCH} == "amd64" Modified: projects/binutils-2.17/gnu/usr.bin/binutils/libbfd/Makefile ============================================================================== --- projects/binutils-2.17/gnu/usr.bin/binutils/libbfd/Makefile Tue Oct 19 20:14:32 2010 (r214074) +++ projects/binutils-2.17/gnu/usr.bin/binutils/libbfd/Makefile Tue Oct 19 20:17:17 2010 (r214075) @@ -52,7 +52,7 @@ CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECT # XXX:DEO should grab BFD_VERSION_DATE from ${VERSION}... bfdver.h: Makefile echo '#define BFD_VERSION 215000000' > ${.TARGET} - echo '#define BFD_VERSION_DATE 20040517' >> ${.TARGET} + echo '#define BFD_VERSION_DATE 20050317' >> ${.TARGET} echo '#define BFD_VERSION_STRING ${VERSION}' >> ${.TARGET} targmatch.h: targmatch.sed config.bfd