summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-06-19 20:50:57 +0000
committermarcel <marcel@FreeBSD.org>2004-06-19 20:50:57 +0000
commitfea17fd6f8735c1330d7e9316c3364dd2b82b9c5 (patch)
treee60fa78a9857b155143393cd11f8df265dac9913 /gnu
parent50ab7a0a58ea5ad297d02ed0fa4fc28f5457a882 (diff)
downloadFreeBSD-src-fea17fd6f8735c1330d7e9316c3364dd2b82b9c5.zip
FreeBSD-src-fea17fd6f8735c1330d7e9316c3364dd2b82b9c5.tar.gz
Add bfdwin.c to SRCS. The file contains support for mmap(2) windows
into a BFD. It's included in stock BFD on the platforms I checked (i386 and ia64).
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile
index b84e0b7..3089de7 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile
+++ b/gnu/usr.bin/binutils/libbfd/Makefile
@@ -5,7 +5,7 @@
.PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes
LIB= bfd
-SRCS+= archive.c archive64.c archures.c bfd.c binary.c cache.c \
+SRCS+= archive.c archive64.c archures.c bfd.c bfdwin.c binary.c cache.c \
coffgen.c corefile.c elf.c elf-eh-frame.c elf-strtab.c format.c \
hash.c ihex.c init.c libbfd.c linker.c merge.c opncls.c reloc.c \
section.c srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c \
OpenPOWER on IntegriCloud