summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/libbfd/Makefile
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2010-10-21 20:17:13 +0000
committerdim <dim@FreeBSD.org>2010-10-21 20:17:13 +0000
commit82ee80ccd74faec108718fdcefb1fd3febae27f1 (patch)
tree6cd5eb074a2c2a956138e35c7b4b6c38c7299dd7 /gnu/usr.bin/binutils/libbfd/Makefile
parent7e6c84d6b29e18626e5c438fcb8aa9c8d01b85fe (diff)
downloadFreeBSD-src-82ee80ccd74faec108718fdcefb1fd3febae27f1.zip
FreeBSD-src-82ee80ccd74faec108718fdcefb1fd3febae27f1.tar.gz
Update BFD version and date, and add new upstream files. Also remove
the elf32-arm-fbsd.c kludge; it is now integrated cleanly into contrib/binutils/bfd/elf32-arm.c.
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd/Makefile')
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile
index 570b9c3..fe3b966 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile
+++ b/gnu/usr.bin/binutils/libbfd/Makefile
@@ -21,6 +21,7 @@ SRCS+= archive.c \
dwarf2.c \
elf-eh-frame.c \
elf-strtab.c \
+ elf-vxworks.c \
elf.c \
format.c \
hash.c \
@@ -81,8 +82,8 @@ 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 20050317' >> ${.TARGET}
+ echo '#define BFD_VERSION 217000000' > ${.TARGET}
+ echo '#define BFD_VERSION_DATE 20070807' >> ${.TARGET}
echo '#define BFD_VERSION_STRING ${VERSION}' >> ${.TARGET}
targmatch.h: targmatch.sed config.bfd
OpenPOWER on IntegriCloud