summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2010-10-19 20:17:17 +0000
committerdim <dim@FreeBSD.org>2010-10-19 20:17:17 +0000
commitba43e0ffe7a883f062e502acf73190ce6534b0fe (patch)
tree6d45b26ac9515c1fd861723262a9b4ef580f2cb9 /gnu
parent028042064399bacfc2ffe052a225f29e0ddc7173 (diff)
downloadFreeBSD-src-ba43e0ffe7a883f062e502acf73190ce6534b0fe.zip
FreeBSD-src-ba43e0ffe7a883f062e502acf73190ce6534b0fe.tar.gz
Update the BFD and binutils version defines.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc02
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0
index 5999a2e..29e46ae 100644
--- a/gnu/usr.bin/binutils/Makefile.inc0
+++ b/gnu/usr.bin/binutils/Makefile.inc0
@@ -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"
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile
index 8ace1e2..d211d91 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile
+++ b/gnu/usr.bin/binutils/libbfd/Makefile
@@ -52,7 +52,7 @@ CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
# 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
OpenPOWER on IntegriCloud