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).
This commit is contained in:
marcel 2004-06-19 20:50:57 +00:00
parent 50ab7a0a58
commit fea17fd6f8

View File

@ -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 \