NetBSD/gnu/dist/bfd
thorpej 5ddefb1229 Garbage-collect the code that created old-format PLT entires.
The NetBSD/alpha ld.elf_so understands both formats, now.
2001-12-14 01:12:24 +00:00
..
doc
hosts
COPYING
Makefile.am
Makefile.in
PORTING
README
TODO
acconfig.h
acinclude.m4
aclocal.m4
aix386-core.c
aout-adobe.c
aout-arm.c
aout-arm32.c
aout-encap.c
aout-ns32k.c
aout-sparcle.c
aout-target.h Added a couple of hooks used during dynamic links. 2000-05-20 20:28:16 +00:00
aout-tic30.c
aout0.c
aout32.c
aout64.c
aoutf1.h
aoutnbsd.h Moved inclusion of netbsd.h and the _get_section_contents #define to 2000-05-20 17:56:54 +00:00
aoutx.h Add entries for VAX specific a.out relocs so that objdump can print them. 2000-11-02 16:34:32 +00:00
archive.c
archures.c
armnetbsd.c
bfd-in.h Pull up code from binutils 2.11.3 to fix a problem when linking against 2001-11-15 20:06:27 +00:00
bfd-in2.h Pull up code from binutils 2.11.3 to fix a problem when linking against 2001-11-15 20:06:27 +00:00
bfd.c
binary.c
bout.c
cache.c
cf-i386lynx.c
cf-m68klynx.c
cf-sparclynx.c
cisco-core.c
coff-a29k.c
coff-alpha.c
coff-apollo.c
coff-arm.c
coff-aux.c
coff-go32.c
coff-h8300.c
coff-h8500.c
coff-i386.c
coff-i860.c
coff-i960.c
coff-m68k.c
coff-m88k.c
coff-mips.c
coff-pmac.c
coff-ppc.c
coff-rs6000.c
coff-sh.c bug fix. 2001-03-01 10:39:20 +00:00
coff-sparc.c
coff-stgo32.c
coff-svm68k.c
coff-tic30.c
coff-u68k.c
coff-vax.c Add rudimentry VAX COFF support. enough so objdump, size, nm, etc. are happy 2000-01-11 05:48:27 +00:00
coff-w65.c
coff-we32k.c
coff-z8k.c
coffcode.h Add rudimentry VAX COFF support. enough so objdump, size, nm, etc. are happy 2000-01-11 05:48:27 +00:00
coffgen.c
cofflink.c
coffswap.h
config.bfd Add rudimentry VAX COFF support. enough so objdump, size, nm, etc. are happy 2000-01-11 05:48:27 +00:00
config.in
configure Add rudimentry VAX COFF support. enough so objdump, size, nm, etc. are happy 2000-01-11 05:48:27 +00:00
configure.host
configure.in
corefile.c
cpu-a29k.c
cpu-alpha.c
cpu-arc.c
cpu-arm.c
cpu-d10v.c
cpu-h8300.c
cpu-h8500.c
cpu-hppa.c
cpu-i386.c
cpu-i860.c
cpu-i960.c
cpu-m32r.c
cpu-m68k.c
cpu-m88k.c
cpu-m10200.c
cpu-m10300.c
cpu-mips.c
cpu-ns32k.c
cpu-powerpc.c
cpu-rs6000.c
cpu-sh.c
cpu-sparc.c
cpu-tic30.c
cpu-v850.c
cpu-vax.c
cpu-w65.c
cpu-we32k.c
cpu-z8k.c
demo64.c
dep-in.sed
dwarf2.c
ecoff.c
ecofflink.c
ecoffswap.h
elf-bfd.h Pull up code from binutils 2.11.3 to fix a problem when linking against 2001-11-15 20:06:27 +00:00
elf-m10200.c
elf-m10300.c
elf.c Pull up code from binutils 2.11.3 to fix a problem when linking against 2001-11-15 20:06:27 +00:00
elf32-arc.c
elf32-d10v.c
elf32-gen.c
elf32-hppa.c
elf32-hppa.h
elf32-i386.c
elf32-i860.c
elf32-m32r.c
elf32-m68k.c
elf32-m88k.c
elf32-mips.c Make sure the dynsym section and the reserved bits in the RPDR are fully 2000-06-11 23:47:56 +00:00
elf32-ppc.c
elf32-sh.c bug fix. 2001-03-01 10:39:20 +00:00
elf32-shunx.c BFD for SH ELF 2000-01-02 10:53:52 +00:00
elf32-sparc.c
elf32-v850.c
elf32.c
elf64-alpha.c Garbage-collect the code that created old-format PLT entires. 2001-12-14 01:12:24 +00:00
elf64-gen.c
elf64-mips.c
elf64-sparc.c
elf64.c
elfcode.h
elfcore.h
elflink.c
elflink.h Pull up code from binutils 2.11.3 to fix a problem when linking against 2001-11-15 20:06:27 +00:00
elfxx-target.h
evax-alpha.c
evax-egsd.c
evax-emh.c
evax-etir.c
evax-misc.c
evax.h
filemode.c
format.c
freebsd.h
gen-aout.c
genlink.h
go32stub.h
hash.c
host-aout.c
hp300bsd.c
hp300hpux.c
hppa_stubs.h
hppabsd-core.c
hpux-core.c
i386aout.c
i386bsd.c
i386dynix.c
i386freebsd.c
i386linux.c
i386lynx.c
i386mach3.c
i386msdos.c
i386netbsd.c Moved inclusion of netbsd.h and the _get_section_contents #define to 2000-05-20 17:56:54 +00:00
i386os9k.c
ieee.c
ihex.c
init.c
irix-core.c
libaout.h Added a couple of hooks used during dynamic links. 2000-05-20 20:28:16 +00:00
libbfd-in.h
libbfd.c if bfd_write is invoked with ptr == NULL and (size * nitems) == 0, don't bother calling fwrite(); just return (0) 1999-09-17 13:38:19 +00:00
libbfd.h
libcoff-in.h
libcoff.h
libecoff.h
libhppa.h
libieee.h
libnlm.h
liboasys.h
linker.c
lynx-core.c
m68k4knetbsd.c
m68klinux.c
m68klynx.c
m68knetbsd.c
m88kmach3.c
mipsbsd.c
mipselnetbsd.c
netbsd-core.c
netbsd.h Made libbfd read and understand our a.out dynamic symbols. 2000-01-06 21:50:05 +00:00
netbsdaout.c This file will contain the MI part of netbsd a.out shared lib support. 2000-05-20 20:04:12 +00:00
newsos3.c
nlm-target.h
nlm.c
nlm32-alpha.c
nlm32-i386.c
nlm32-ppc.c
nlm32-sparc.c
nlm32.c
nlm64.c
nlmcode.h
nlmswap.h
ns32k.h
ns32knetbsd.c
oasys.c
opncls.c
osf-core.c
pc532-mach.c
pe-arm.c
pe-i386.c
pe-ppc.c
pei-arm.c
pei-i386.c
pei-ppc.c
peicode.h
ppcboot.c
ptrace-core.c
reloc.c
reloc16.c
riscix.c
rs6000-core.c
section.c
som.c
som.h
sparclinux.c
sparclynx.c
sparcnetbsd.c
srec.c
stab-syms.c
stabs.c
stamp-h.in
sunos.c
syms.c
sysdep.h
targets.c Add rudimentry VAX COFF support. enough so objdump, size, nm, etc. are happy 2000-01-11 05:48:27 +00:00
targmatch.sed
tekhex.c
trad-core.c
vaxnetbsd.c
versados.c
xcofflink.c

README

BFD is a an object file library.  It permits applications to use the
same routines to process object files regardless of their format.

BFD is used by the GNU debugger, assembler, linker, and the binary
utilities.

The documentation on using BFD is scanty and may be occasionally
incorrect.  Pointers to documentation problems, or an entirely
rewritten manual, would be appreciated.

BFD is normally built as part of another package.  See the build
instructions for that package, probably in a README file in the
appropriate directory.

BFD supports the following configure options:

  --target=TARGET
	The default target for which to build the library.  TARGET is
	a configuration target triplet, such as sparc-sun-solaris.
  --enable-targets=TARGET,TARGET,TARGET...
	Additional targets the library should support.  To include
	support for all known targets, use --enable-targets=all.
  --enable-64-bit-bfd
	Include support for 64 bit targets.  This is automatically
	turned on if you explicitly request a 64 bit target, but not
	for --enable-targets=all.  This requires a compiler with a 64
	bit integer type, such as gcc.
  --enable-shared
	Build BFD as a shared library.
  --with-mmap
	Use mmap when accessing files.  This is faster on some hosts,
	but slower on others.  It may not work on all hosts.

Report bugs with BFD to bug-gnu-utils@gnu.org.

Patches are encouraged.  When sending patches, always send the output
of diff -u or diff -c from the original file to the new file.  Do not
send default diff output.  Do not make the diff from the new file to
the original file.  Remember that any patch must not break other
systems.  Remember that BFD must support cross compilation from any
host to any target, so patches which use ``#ifdef HOST'' are not
acceptable.  Please also read the ``Reporting Bugs'' section of the
gcc manual.

Bug reports without patches will be remembered, but they may never get
fixed until somebody volunteers to fix them.