binutils-gdb/bfd
Zack Weinberg c19d120533 include/elf:
* arm.h: Import complete list of official relocation names
	and numbers from AAELF.  Define FAKE_RELOCs for old names.
	Remove a few old names no longer used anywhere.

bfd:
	* elf32-arm.c: Wherever possible, use official reloc names
	from AAELF.
	(elf32_arm_howto_table, elf32_arm_tls_gd32_howto)
	(elf32_arm_tls_ldo32_howto, elf32_arm_tls_ldm32_howto)
	(elf32_arm_tls_le32_howto, elf32_arm_tls_ie32_howto)
	(elf32_arm_vtinherit_howto, elf32_arm_vtentry_howto)
	(elf32_arm_pc11_howto, elf32_arm_thm_pc9_howto, elf32_arm_got_prel)
	(elf32_arm_r_howto): Replace with elf32_arm_howto_table_1,
	elf32_arm_howto_table_2, and elf32_arm_howto_table_3.
	Add many new relocations from AAELF.
	(elf32_arm_howto_from_type): Update to match.
	(elf32_arm_reloc_map): Add entries for R_ARM_THM_JUMP24,
	R_ARM_THM_JUMP11, R_ARM_THM_JUMP19, R_ARM_THM_JUMP8,
	R_ARM_THM_JUMP6, R_ARM_GNU_VTINHERIT, and R_ARM_GNU_VTENTRY.
	(elf32_arm_reloc_type_lookup): Use elf32_arm_howto_from_type.
	(elf32_arm_final_link_relocate): Add support for
	R_ARM_THM_JUMP24, R_ARM_THM_JUMP19, R_ARM_THM_JUMP6.  Remove
	case entries redundant with default.

	* reloc.c: Reorganize ARM relocations.  Add Thumb
	assembler-internal relocations BFD_RELOC_ARM_T32_OFFSET_U8,
	BFD_RELOC_ARM_T32_OFFSET_IMM, BFD_RELOC_ARM_T32_IMMEDIATE.
	Add visible relocations BFD_RELOC_THUMB_PCREL_BRANCH7,
	BFD_RELOC_THUMB_BRANCH20, BFD_RELOC_THUMB_BRANCH25.
	Delete unused relocations BFD_RELOC_ARM_GOT12, BFD_RELOC_ARM_COPY.
	* bfd-in2.h, libbfd.h: Regenerate.

opcodes:
	* arm-dis.c (thumb_opcodes): Add disassembly for V6T2 16-bit
	instructions.  Adjust disassembly of some opcodes to match
	unified syntax.
	(thumb32_opcodes): New table.
	(print_insn_thumb): Rename print_insn_thumb16; don't handle
	two-halfword branches here.
	(print_insn_thumb32): New function.
	(print_insn): Choose among print_insn_arm, print_insn_thumb16,
	and print_insn_thumb32.  Be consistent about order of
	halfwords when printing 32-bit instructions.

gas:
	* hash.c (hash_lookup): Add len parameter.  All callers changed.
	(hash_find_n): New interface.
	* hash.h: Prototype hash_find_n.
	* sb.c: Include as.h.
	(scrub_from_sb, sb_to_scrub, scrub_position): New statics.
	(sb_scrub_and_add_sb): New interface.
	* sb.h: Prototype sb_scrub_and_add_sb.
	* input-scrub.c (input_scrub_include_sb): Use sb_scrub_and_add_sb.

	* config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Remove
	reference to BFD_RELOC_ARM_GOT12 which is never generated.
	* config/tc-arm.c: Rewrite, adding Thumb-2 support.

gas/testsuite:
	* gas/arm/arm.exp: Convert all existing "gas_test" tests to
	"run_dump_test" tests.  Run more tests unconditionally.  Run new tests.
	* gas/arm/arch4t.s, gas/arm/arch6zk.s, gas/arm/arm3.s, gas/arm/arm6.s
	* gas/arm/arm7dm.s, gas/arm/bignum1.s, gas/arm/float.s
	* gas/arm/immed.s, gas/arm/iwmmxt.s, gas/arm/offset.s, gas/arm/thumb.s:
	Adjust to work as a dump test.
	* gas/arm/arch4t.d, gas/arm/arch6zk.d, gas/arm/arm3.d, gas/arm/arm6.d
	* gas/arm/arm7dm.d, gas/arm/bignum1.d, gas/arm/float.d
	* gas/arm/immed.d, gas/arm/iwmmxt.d, gas/arm/offset.d, gas/arm/thumb.d:
	New files.

	* gas/arm/armv1-bad.l, gas/arm/armv1-bad.s: Remove tests for
	diagnostics that don't happen in the first pass anymore.

	* gas/arm/iwmmxt-bad.l, gas/arm/r15-bad.l, gas/arm/req.l
	* gas/arm/vfp-bad.l:
	Update expected diagnostics.
	* gas/arm/pic.d: Update expected reloc name.
	* gas/arm/thumbv6.d: CPY no longer appears in disassembly.
	* gas/arm/r15-bad.s: Avoid two-argument mul.
	* gas/arm/req.s: Adjust comments.
	* gas/arm/maverick.d, gas/arm/maverick.s: Avoid inappropriate
	use of PC.

	* gas/arm/macro-1.d, gas/arm/macro1.s
	* gas/arm/t16-bad.l, gas/arm/t16-bad.s
	* gas/arm/tcompat.d, gas/arm/tcompat.s
	* gas/arm/tcompat2.d, gas/arm/tcompat2.s
	* gas/arm/thumb32.d, gas/arm/thumb32.s
	New test pair.

ld/testsuite:
	* ld-arm/mixed-app.d: Adjust expected disassembly a little.
2005-05-18 05:40:12 +00:00
..
doc 2005-05-09 Kelley Cook <kcook@gcc.gnu.org> 2005-05-10 01:27:54 +00:00
hosts Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
po New translation: Kinyarwanda 2005-04-05 07:58:41 +00:00
acinclude.m4 2005-05-09 Kelley Cook <kcook@gcc.gnu.org> 2005-05-10 01:27:54 +00:00
aclocal.m4 bfd/ 2005-04-29 14:03:55 +00:00
aix5ppc-core.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aix386-core.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout0.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout-adobe.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout-cris.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout-ns32k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout-sparcle.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout-target.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout-tic30.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aoutf1.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aoutx.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
archive64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
archive.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
archures.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
armnetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
bfd-in2.h include/elf: 2005-05-18 05:40:12 +00:00
bfd-in.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
bfd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
bfd.m4 * bfd.m4 (BFD_NEED_DECLARATION): Restore. 2005-04-26 09:43:17 +00:00
bfdio.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
bfdwin.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
binary.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
bout.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cache.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cf-i386lynx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cf-m68klynx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cf-sparclynx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
ChangeLog include/elf: 2005-05-18 05:40:12 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-9193
ChangeLog-9495
ChangeLog-9697
ChangeLog-9899
cisco-core.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff64-rs6000.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-a29k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-alpha.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-apollo.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-aux.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-go32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-h8300.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-h8500.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-i386.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-i860.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-i960.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-ia64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-m68k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-m88k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-maxq.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-mcore.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-mips.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-or32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-pmac.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-ppc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-rs6000.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-sh.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-sparc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-stgo32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-svm68k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-tic4x.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-tic30.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-tic54x.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-tic80.c 2005-05-08 Dave Korn <dave.korn@artimi.com> 2005-05-08 23:48:38 +00:00
coff-u68k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-w65.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-we32k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-z8k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coffcode.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coffgen.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cofflink.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coffswap.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
config.bfd 2005-05-05 Paul Brook <paul@codesourcery.com> 2005-05-05 14:37:27 +00:00
config.in 2005-05-09 Kelley Cook <kcook@gcc.gnu.org> 2005-05-10 01:27:54 +00:00
configure 2005-05-09 Kelley Cook <kcook@gcc.gnu.org> 2005-05-10 01:27:54 +00:00
configure.com
configure.host
configure.in 2005-05-09 Kelley Cook <kcook@gcc.gnu.org> 2005-05-10 01:27:54 +00:00
COPYING Update the FSF address in the copyright/GPL notice 2005-05-04 07:19:45 +00:00
corefile.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-a29k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-alpha.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-arc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-avr.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-cr16c.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-cris.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-crx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-d10v.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-d30v.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-dlx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-fr30.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-frv.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-h8300.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-h8500.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-hppa.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-i370.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-i386.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-i860.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-i960.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-ia64-opc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-ia64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-ip2k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-iq2000.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m32r.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m68hc11.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m68hc12.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m68k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m88k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m10200.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m10300.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-maxq.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-mcore.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-mips.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-mmix.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-msp430.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-ns32k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-openrisc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-or32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-pdp11.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-pj.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-powerpc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-rs6000.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-s390.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-sh.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-sparc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-tic4x.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-tic30.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-tic54x.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-tic80.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-v850.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-vax.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-w65.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-we32k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-xstormy16.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-xtensa.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-z8k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
demo64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
dep-in.sed
dwarf1.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
dwarf2.c * dwarf2.c (read_abbrevs): If bfd_realloc fails, free currently allocated memory 2005-05-05 14:25:23 +00:00
ecoff.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
ecofflink.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
ecoffswap.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
efi-app-ia32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
efi-app-ia64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-am33lin.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-arc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-arm.c include/elf: 2005-05-18 05:40:12 +00:00
elf32-avr.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-cr16c.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-cris.c 2005-05-05 H.J. Lu <hongjiu.lu@intel.com> 2005-05-05 14:34:04 +00:00
elf32-crx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-d10v.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-d30v.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-dlx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-fr30.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-frv.c bfd/ 2005-05-07 02:55:55 +00:00
elf32-gen.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-h8300.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-hppa.c 2005-05-05 H.J. Lu <hongjiu.lu@intel.com> 2005-05-05 14:34:04 +00:00
elf32-hppa.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-i370.c bfd/ 2005-05-07 02:55:55 +00:00
elf32-i386.c bfd/ 2005-05-17 16:43:02 +00:00
elf32-i860.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-i960.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-ip2k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-iq2000.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-m32r.c 2005-05-07 H.J. Lu <hongjiu.lu@intel.com> 2005-05-07 13:22:57 +00:00
elf32-m68hc1x.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-m68hc1x.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-m68hc11.c 2005-05-07 H.J. Lu <hongjiu.lu@intel.com> 2005-05-07 13:22:57 +00:00
elf32-m68hc12.c 2005-05-07 H.J. Lu <hongjiu.lu@intel.com> 2005-05-07 13:22:57 +00:00
elf32-m68k.c 2005-05-05 H.J. Lu <hongjiu.lu@intel.com> 2005-05-05 14:34:04 +00:00
elf32-m88k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-mcore.c 2005-05-07 H.J. Lu <hongjiu.lu@intel.com> 2005-05-07 13:22:57 +00:00
elf32-mips.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-msp430.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-openrisc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-or32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-pj.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-ppc.c * elf32-ppc.c (LIS_11. LIS_12): Define. 2005-05-17 13:55:02 +00:00
elf32-ppc.h * reloc.c (BFD_RELOC_HI16_PCREL): Define. 2005-05-11 14:09:43 +00:00
elf32-s390.c 2005-05-05 H.J. Lu <hongjiu.lu@intel.com> 2005-05-05 14:34:04 +00:00
elf32-sh64-com.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-sh64.c 2005-05-07 H.J. Lu <hongjiu.lu@intel.com> 2005-05-07 13:22:57 +00:00
elf32-sh64.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-sh-symbian.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-sh.c 2005-05-05 H.J. Lu <hongjiu.lu@intel.com> 2005-05-05 14:34:04 +00:00
elf32-sparc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-v850.c (v850_elf_relocate_section): Move code to test for the presence of a symbol 2005-05-17 10:22:40 +00:00
elf32-vax.c 2005-05-05 H.J. Lu <hongjiu.lu@intel.com> 2005-05-05 14:34:04 +00:00
elf32-xstormy16.c 2005-05-05 H.J. Lu <hongjiu.lu@intel.com> 2005-05-05 14:34:04 +00:00
elf32-xtensa.c * elf32-xtensa.c (xtensa_get_property_section_name): Add missing 2005-05-14 00:26:06 +00:00
elf32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf64-alpha.c 2005-05-07 H.J. Lu <hongjiu.lu@intel.com> 2005-05-07 13:22:57 +00:00
elf64-gen.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf64-hppa.c 2005-05-07 H.J. Lu <hongjiu.lu@intel.com> 2005-05-07 13:22:57 +00:00
elf64-hppa.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf64-mips.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf64-mmix.c 2005-05-05 H.J. Lu <hongjiu.lu@intel.com> 2005-05-05 14:34:04 +00:00
elf64-ppc.c * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add has_dotsym. 2005-05-09 10:30:40 +00:00
elf64-ppc.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf64-s390.c 2005-05-05 H.J. Lu <hongjiu.lu@intel.com> 2005-05-05 14:34:04 +00:00
elf64-sh64.c 2005-05-07 H.J. Lu <hongjiu.lu@intel.com> 2005-05-07 13:22:57 +00:00
elf64-sparc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf64-x86-64.c bfd/ 2005-05-17 16:43:02 +00:00
elf64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf-bfd.h 2005-05-07 H.J. Lu <hongjiu.lu@intel.com> 2005-05-07 13:22:57 +00:00
elf-eh-frame.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf-hppa.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf-m10200.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf-m10300.c bfd/ 2005-05-07 02:55:55 +00:00
elf-strtab.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf-vxworks.c 2005-05-05 Paul Brook <paul@codesourcery.com> 2005-05-05 14:37:27 +00:00
elf-vxworks.h 2005-05-05 Paul Brook <paul@codesourcery.com> 2005-05-05 14:37:27 +00:00
elf.c * elf.c (_bfd_elf_write_object_contents): Check for non-NULL 2005-05-17 19:44:55 +00:00
elfcode.h * elfcode.h (elf_object_p): Add more sanity checks on elf header. 2005-05-09 03:35:38 +00:00
elfcore.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elflink.c * elflink.c (bfd_elf_size_dynamic_sections): Use lbasename instead 2005-05-14 13:49:42 +00:00
elfn32-mips.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elfxx-ia64.c 2005-05-17 H.J. Lu <hongjiu.lu@intel.com> 2005-05-17 17:26:27 +00:00
elfxx-mips.c 2005-05-07 H.J. Lu <hongjiu.lu@intel.com> 2005-05-07 13:22:57 +00:00
elfxx-mips.h 2005-05-07 H.J. Lu <hongjiu.lu@intel.com> 2005-05-07 13:22:57 +00:00
elfxx-sparc.c 2005-05-05 H.J. Lu <hongjiu.lu@intel.com> 2005-05-05 14:34:04 +00:00
elfxx-sparc.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elfxx-target.h bfd/ 2005-05-07 02:55:55 +00:00
epoc-pe-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
epoc-pei-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
format.c * elf.c (_bfd_elf_write_object_contents): Check for non-NULL 2005-05-17 19:44:55 +00:00
freebsd.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
gen-aout.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
genlink.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
go32stub.h
hash.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
host-aout.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
hp300bsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
hp300hpux.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
hppabsd-core.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
hpux-core.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386aout.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386bsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386dynix.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386freebsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386linux.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386lynx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386mach3.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386msdos.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386netbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386os9k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
ieee.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
ihex.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
init.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
irix-core.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libaout.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libbfd-in.h Fix obvious typo in comment. 2005-05-14 01:31:32 +00:00
libbfd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libbfd.h include/elf: 2005-05-18 05:40:12 +00:00
libcoff-in.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libcoff.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libecoff.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libhppa.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libieee.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libnlm.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
liboasys.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libpei.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libxcoff.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
linker.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
lynx-core.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
m68k4knetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
m68klinux.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
m68klynx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
m68knetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
m88kmach3.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
m88kopenbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
mach-o-target.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
mach-o.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
mach-o.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
MAINTAINERS
Makefile.am 2005-05-05 Paul Brook <paul@codesourcery.com> 2005-05-05 14:37:27 +00:00
Makefile.in 2005-05-09 Kelley Cook <kcook@gcc.gnu.org> 2005-05-10 01:27:54 +00:00
makefile.vms
merge.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
mipsbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
mmo.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
netbsd-core.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
netbsd.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
newsos3.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm32-alpha.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm32-i386.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm32-ppc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm32-sparc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm-target.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlmcode.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlmswap.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
ns32k.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
ns32knetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
oasys.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
opncls.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
osf-core.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pc532-mach.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pdp11.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pe-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pe-i386.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pe-mcore.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pe-mips.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pe-ppc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pe-sh.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pef-traceback.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pef.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pef.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pei-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pei-i386.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pei-mcore.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pei-mips.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pei-ppc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pei-sh.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
peicode.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
peXXigen.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
PORTING
ppcboot.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
ptrace-core.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
README
reloc16.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
reloc.c include/elf: 2005-05-18 05:40:12 +00:00
riscix.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
rs6000-core.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
sco5-core.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
section.c * elf.c (_bfd_elf_write_object_contents): Check for non-NULL 2005-05-17 19:44:55 +00:00
simple.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
som.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
som.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
sparclinux.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
sparclynx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
sparcnetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
srec.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
stab-syms.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
stabs.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
stamp-h.in
sunos.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
syms.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
sysdep.h Fix ia64-hpux build failure, patch from Steve Ellcey. 2005-05-05 18:51:14 +00:00
targets.c 2005-05-05 Paul Brook <paul@codesourcery.com> 2005-05-05 14:37:27 +00:00
targmatch.sed
tekhex.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
ticoff.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
TODO
trad-core.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vax1knetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vaxbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vaxnetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
versados.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
version.h daily update 2005-05-18 00:00:05 +00:00
vms-gsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vms-hdr.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vms-misc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vms-tir.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vms.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vms.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
warning.m4 bfd/ 2005-04-14 05:26:44 +00:00
xcoff-target.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
xcofflink.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
xsym.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
xsym.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
xtensa-isa.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
xtensa-modules.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00

BFD is 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.

There is some BFD internals documentation in doc/bfdint.texi which may
help programmers who want to modify BFD.

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-binutils@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.