svn commit: r214075 - in projects/binutils-2.17/gnu/usr.bin/binutils: . libbfd

Dimitry Andric dim at FreeBSD.org
Tue Oct 19 20:17:17 UTC 2010


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


More information about the svn-src-projects mailing list