Name Date Size #Lines LOC

..--

COPYINGH A D20-Feb-202034.3 KiB675553

READMEH A D20-Feb-20202.2 KiB5644

archive.cH A D20-Feb-202075.1 KiB2,7561,860

archive64.cH A D20-Feb-20207.1 KiB241155

archures.cH A D20-Feb-202038.7 KiB1,376515

bfd-in.hH A D20-Feb-202035.2 KiB997618

bfd-in2.hH A D20-Feb-2020223 KiB6,8314,091

bfd.cH A D20-Feb-202048 KiB1,907720

bfdio.cH A D20-Feb-202015.5 KiB624382

bfdwin.cH A D20-Feb-20206.6 KiB265192

binary.cH A D20-Feb-202011.2 KiB370247

cache.cH A D20-Feb-202015.6 KiB620353

coffgen.cH A D20-Feb-202073.6 KiB2,6071,956

compress.cH A D20-Feb-202011.7 KiB429255

config.bfdH A D20-Feb-202051.7 KiB1,7441,625

corefile.cH A D20-Feb-20204.6 KiB19266

cpu-i386.cH A D20-Feb-20206 KiB240182

cpu-l1om.cH A D20-Feb-20201.7 KiB6237

dwarf1.cH A D20-Feb-202014.6 KiB565362

dwarf2.cH A D20-Feb-202099.2 KiB3,6982,758

elf-attrs.cH A D20-Feb-202018.4 KiB704534

elf-bfd.hH A D20-Feb-202093.6 KiB2,5471,448

elf-eh-frame.cH A D20-Feb-202053.3 KiB1,8841,389

elf-ifunc.cH A D20-Feb-20209.3 KiB324214

elf-linux-psinfo.hH A D20-Feb-20204.8 KiB12870

elf-nacl.cH A D20-Feb-20207.3 KiB225143

elf-nacl.hH A D20-Feb-20201 KiB253

elf-strtab.cH A D20-Feb-202010.1 KiB422286

elf-vxworks.cH A D20-Feb-20209.2 KiB302204

elf-vxworks.hH A D20-Feb-20201.6 KiB3916

elf.cH A D20-Feb-2020281.9 KiB10,0437,512

elf32-gen.cH A D20-Feb-20203.2 KiB10467

elf32-i386.cH A D20-Feb-2020156 KiB5,3523,867

elf32.cH A D20-Feb-2020970 252

elf64-gen.cH A D20-Feb-20203.2 KiB10467

elf64-x86-64.cH A D20-Feb-2020162.5 KiB5,5884,106

elf64.cH A D20-Feb-2020949 242

elfcode.hH A D20-Feb-202056.7 KiB1,8711,392

elfcore.hH A D20-Feb-20209.4 KiB321197

elflink.cH A D20-Feb-2020376.2 KiB13,0739,489

elfxx-target.hH A D20-Feb-202030.5 KiB1,000815

format.cH A D20-Feb-202015 KiB542280

genlink.hH A D20-Feb-20204 KiB11137

hash.cH A D20-Feb-202025.8 KiB910460

ihex.cH A D20-Feb-202024.8 KiB1,002687

init.cH A D20-Feb-20201.5 KiB567

libaout.hH A D20-Feb-202023.4 KiB692441

libbfd.cH A D20-Feb-202026.4 KiB1,142726

libbfd.hH A D20-Feb-202089.4 KiB2,8092,458

libcoff.hH A D20-Feb-202032.1 KiB969576

libecoff.hH A D20-Feb-202013 KiB349174

linker.cH A D20-Feb-2020103.2 KiB3,4322,069

merge.cH A D20-Feb-202022.3 KiB902689

opncls.cH A D20-Feb-202038.4 KiB1,543834

reloc.cH A D20-Feb-2020161.9 KiB7,118703

section.cH A D20-Feb-202047.3 KiB1,634424

simple.cH A D20-Feb-20207.9 KiB254175

srec.cH A D20-Feb-202032.4 KiB1,381999

stab-syms.cH A D20-Feb-20202.1 KiB6127

stabs.cH A D20-Feb-202021.9 KiB790512

syms.cH A D20-Feb-202038.8 KiB1,425643

sysdep.hH A D20-Feb-20204.5 KiB207141

targets.cH A D20-Feb-202056 KiB1,727949

targmatch.sedH A D20-Feb-2020526 3433

tekhex.cH A D20-Feb-202025.4 KiB1,017687

verilog.cH A D20-Feb-202010.7 KiB376255

version.hH A D20-Feb-2020179 54

README

1BFD is an object file library.  It permits applications to use the
2same routines to process object files regardless of their format.
3
4BFD is used by the GNU debugger, assembler, linker, and the binary
5utilities.
6
7The documentation on using BFD is scanty and may be occasionally
8incorrect.  Pointers to documentation problems, or an entirely
9rewritten manual, would be appreciated.
10
11There is some BFD internals documentation in doc/bfdint.texi which may
12help programmers who want to modify BFD.
13
14BFD is normally built as part of another package.  See the build
15instructions for that package, probably in a README file in the
16appropriate directory.
17
18BFD supports the following configure options:
19
20  --target=TARGET
21	The default target for which to build the library.  TARGET is
22	a configuration target triplet, such as sparc-sun-solaris.
23  --enable-targets=TARGET,TARGET,TARGET...
24	Additional targets the library should support.  To include
25	support for all known targets, use --enable-targets=all.
26  --enable-64-bit-bfd
27	Include support for 64 bit targets.  This is automatically
28	turned on if you explicitly request a 64 bit target, but not
29	for --enable-targets=all.  This requires a compiler with a 64
30	bit integer type, such as gcc.
31  --enable-shared
32	Build BFD as a shared library.
33  --with-mmap
34	Use mmap when accessing files.  This is faster on some hosts,
35	but slower on others.  It may not work on all hosts.
36
37Report bugs with BFD to bug-binutils@gnu.org.
38
39Patches are encouraged.  When sending patches, always send the output
40of diff -u or diff -c from the original file to the new file.  Do not
41send default diff output.  Do not make the diff from the new file to
42the original file.  Remember that any patch must not break other
43systems.  Remember that BFD must support cross compilation from any
44host to any target, so patches which use ``#ifdef HOST'' are not
45acceptable.  Please also read the ``Reporting Bugs'' section of the
46gcc manual.
47
48Bug reports without patches will be remembered, but they may never get
49fixed until somebody volunteers to fix them.
50
51Copyright (C) 2012 Free Software Foundation, Inc.
52
53Copying and distribution of this file, with or without modification,
54are permitted in any medium without royalty provided the copyright
55notice and this notice are preserved.
56