8sa1-binutils-gdb/bfd
Richard Sandiford 00a976722a bfd/
* configure.in (bfd_elf32_bigarm_vec): Include elf-vxworks.lo.
	(bfd_elf32_bigarm_symbian_vec): Likewise.
	(bfd_elf32_bigarm_vxworks_vec): Likewise.
	(bfd_elf32_littlearm_vec): Likewise.
	(bfd_elf32_littlearm_symbian_vec): Likewise.
	(bfd_elf32_littlearm_vxworks_vec): Likewise.
	* configure: Regenerate.
	* elf32-arm.c: Include libiberty.h and elf-vxworks.h.
	(RELOC_SECTION, RELOC_SIZE, SWAP_RELOC_IN, SWAP_RELOC_OUT): New macros.
	(elf32_arm_vxworks_bed): Add forward declaration.
	(elf32_arm_howto_table_1): Fix the masks for R_ASM_ABS12.
	(elf32_arm_vxworks_exec_plt0_entry): New table.
	(elf32_arm_vxworks_exec_plt_entry): Likewise.
	(elf32_arm_vxworks_shared_plt_entry): Likewise.
	(elf32_arm_link_hash_table): Add vxworks_p and srelplt2 fields.
	(reloc_section_p): New function.
	(create_got_section): Use RELOC_SECTION.
	(elf32_arm_create_dynamic_sections): Likewise.  Call
	elf_vxworks_create_dynamic_sections for VxWorks targets.
	Choose between the two possible values of plt_header_size
	and plt_entry_size.
	(elf32_arm_link_hash_table_create): Initialize vxworks_p and srelplt2.
	(elf32_arm_abs12_reloc): New function.
	(elf32_arm_final_link_relocate): Call it.  Allow the creation of
	dynamic R_ARM_ABS12 relocs on VxWorks.  Use reloc_section_p,
	RELOC_SIZE, SWAP_RELOC_OUT and RELOC_SECTION.  Initialize the
	r_addend fields of relocs.  On rela targets, skip any code that
	adjusts in-place addends.  When using _bfd_link_final_relocate
	to perform a final relocation, pass rel->r_addend as the addend
	argument.
	(elf32_arm_merge_private_bfd_data): If one of the bfds is a VxWorks
	object, ignore flags that are not standard on VxWorks.
	(elf32_arm_check_relocs): Allow the creation of dynamic R_ARM_ABS12
	relocs on VxWorks.  Use reloc_section_p.
	(elf32_arm_adjust_dynamic_symbol): Use RELOC_SECTION and RELOC_SIZE.
	(allocate_dynrelocs): Use RELOC_SIZE.  Account for the size of
	.rela.plt.unloaded relocs on VxWorks targets.
	(elf32_arm_size_dynamic_sections): Use RELOC_SIZE.  Check for
	.rela.plt.unloaded as well as .rel(a).plt.  Add DT_RELA* tags
	instead of DT_REL* tags on RELA targets.
	(elf32_arm_finish_dynamic_symbol): Use RELOC_SECTION, RELOC_SIZE
	and SWAP_RELOC_OUT.  Initialize r_addend fields.  Handle VxWorks
	PLT entries.  Do not make _GLOBAL_OFFSET_TABLE_ absolute on VxWorks.
	(elf32_arm_finish_dynamic_sections): Use RELOC_SECTION, RELOC_SIZE
	and SWAP_RELOC_OUT.  Initialize r_addend fields.  Handle DT_RELASZ
	like DT_RELSZ.  Handle the VxWorks form of initial PLT entry.
	Correct the .rela.plt.unreloaded symbol indexes.
	(elf32_arm_output_symbol_hook): Call the VxWorks version of this
	hook on VxWorks targets.
	(elf32_arm_vxworks_link_hash_table_create): Set vxworks_p to true.
	Minor formatting tweak.
	(elf32_arm_vxworks_final_write_processing): New function.
	(elf_backend_add_symbol_hook): Override for VxWorks and reset
	for Symbian.
	(elf_backend_final_write_processing): Likewise.
	(elf_backend_emit_relocs): Likewise.
	(elf_backend_want_plt_sym): Likewise.
	(ELF_MAXPAGESIZE): Likewise.
	(elf_backend_may_use_rel_p): Minor formatting tweak.
	(elf_backend_may_use_rela_p): Likewise.
	(elf_backend_default_use_rela_p): Likewise.
	(elf_backend_rela_normal): Likewise.
	* Makefile.in (elf32-arm.lo): Depend on elf-vxworks.h.

gas/
	* config/tc-arm.c (md_apply_fix): Install a value of zero into a
	BFD_RELOC_ARM_OFFSET_IMM field if we're going to generate a RELA
	R_ARM_ABS12 reloc.
	(tc_gen_reloc): Keep the original fx_offset for RELA pc-relative
	relocs, but adjust by md_pcrel_from_section.  Create R_ARM_ABS12
	relocations for BFD_RELOC_ARM_OFFSET_IMM on RELA targets.

gas/testsuite/
	* gas/arm/abs12.s, gas/arm/abs12.d: New test.
	* gas/arm/pic.d: Skip for *-*-vxworks*...
	* gas/arm/pic_vxworks.d: ...use this version instead.
	* gas/arm/unwind_vxworks.d: Fix expected output.

ld/
	* emulparams/armelf_vxworks.sh: Include vxworks.sh.
	(MAXPAGESIZE): Define.
	* emulparams/vxworks.sh: Undefine.
	* Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
	* Makefile.in: Regenerate.

ld/testsuite/
	* ld-arm/vxworks1.dd, ld-arm/vxworks1.ld, ld-arm/vxworks1-lib.dd,
	* ld-arm/vxworks1-lib.nd, ld-arm/vxworks1-lib.rd,
	* ld-arm/vxworks1-lib.s, ld-arm/vxworks1.rd, ld-arm/vxworks1.s,
	* ld-arm/vxworks1-static.d, ld-arm/vxworks2.s, ld-arm/vxworks2.sd,
	* ld-arm/vxworks2-static.sd: New tests.
	* ld-arm/arm-elf.exp: Run them.
2006-03-07 08:39:21 +00:00
..
doc bfd/doc/ 2006-02-27 16:26:26 +00:00
hosts 2005-12-27 Jan-Benedict Glaw <jbglaw@lug-owl.de> 2005-12-27 22:17:25 +00:00
po bfd/doc/ 2006-02-27 16:26:26 +00:00
acinclude.m4 2005-05-09 Kelley Cook <kcook@gcc.gnu.org> 2005-05-10 01:27:54 +00:00
aclocal.m4 2005-09-30 H.J. Lu <hongjiu.lu@intel.com> 2005-09-30 18:38:50 +00:00
aix5ppc-core.c * aix5ppc-core.c: Remove duplicate prototypes. 2005-12-24 08:37:38 +00:00
aix386-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +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 Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
aout-tic30.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
aoutf1.h Remove a29k support. 2005-08-18 03:51:51 +00:00
aoutx.h 2005-10-28 H.J. Lu <hongjiu.lu@intel.com> 2005-10-28 13:50:57 +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 * archive.c: Add missing SUBSECTION for documentation. 2005-10-05 21:24:23 +00:00
archures.c bfd: 2006-03-06 13:42:05 +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 bfd: 2006-03-06 13:42:05 +00:00
bfd-in.h * bfd/archures.c (bfd_mach_mcf5200, bfd_mach_mcf5206e, 2006-02-07 19:01:10 +00:00
bfd.c * bfd.c: (_bfd_default_error_handler): Don't call abort on 2006-02-21 00:14:49 +00:00
bfd.m4 * bfd.m4 (BFD_NEED_DECLARATION): Remove. 2005-07-13 21:19:13 +00:00
bfdio.c * configure.in: Check for fopen64. 2005-11-03 16:06:11 +00:00
bfdwin.c * bfdwin.c (bfd_get_file_window): Seek into file in place of 2005-10-27 04:06:35 +00:00
binary.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +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 * configure.in: Check for fopen64. 2005-11-03 16:06:11 +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-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 bfd/ 2006-03-07 08:39:21 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004 split changelogs 2006-01-16 23:15:07 +00:00
ChangeLog-2005 split changelogs 2006-01-16 23:15:07 +00:00
ChangeLog-9193
ChangeLog-9495
ChangeLog-9697
ChangeLog-9899
cisco-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
coff64-rs6000.c bfd/ 2005-11-24 06:02:08 +00:00
coff-alpha.c Fix spelling typo in comment 2005-07-14 07:48:28 +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 * coff-h8300.c (h8300_reloc16_extra_cases): Use input section 2005-12-27 03:06:27 +00:00
coff-h8500.c * coff-h8300.c (h8300_reloc16_extra_cases): Use input section 2005-12-27 03:06:27 +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 bfd/ 2005-11-24 06:02:08 +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 * coff-h8300.c (h8300_reloc16_extra_cases): Use input section 2005-12-27 03:06:27 +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 * coff-h8300.c (h8300_reloc16_extra_cases): Use input section 2005-12-27 03:06:27 +00:00
coff-z80.c Cleanup of pseudo-ops for constants and new def24,def32 pseudo-ops on z80 2006-02-05 11:57:35 +00:00
coffcode.h Add support for the Z80 processor family 2005-10-25 17:40:19 +00:00
coffgen.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
cofflink.c bfd 2005-08-17 08:58:01 +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 Add support for the Infineon XC16X. 2006-02-17 14:36:28 +00:00
config.in * configure.in: Check for fopen64. 2005-11-03 16:06:11 +00:00
configure bfd/ 2006-03-07 08:39:21 +00:00
configure.com
configure.host * configure.host (hppa*64*-*-hpux*): Set host64 to true. 2005-12-30 22:25:57 +00:00
configure.in bfd/ 2006-03-07 08:39:21 +00:00
COPYING Update the FSF address in the copyright/GPL notice 2005-05-04 07:19:45 +00:00
corefile.c missed copyright 2005 addition 2005-12-27 04:19:15 +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 formatting to ISO-C90 2006-03-03 15:54:23 +00:00
cpu-bfin.c * Makefile.am: Bfin support. 2005-09-30 15:36:41 +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 function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
cpu-d30v.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +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 function declarations to ISO C90 formatting 2005-07-01 11:16:33 +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 bfd/ 2006-02-23 21:36:18 +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-m32c.c ChangeLog: 2005-07-14 22:52:28 +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 bfd: 2006-03-06 13:42:05 +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 Oops - omitted by accident from the previous msp430 patch 2005-08-09 08:57:34 +00:00
cpu-mt.c Second part of ms1 to mt renaming. 2005-12-16 10:23:12 +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 * cpu-powerpc.c (bfd_powerpc_archs): Add ppc 750. 2005-12-06 12:10:26 +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 Remove spurious blank space 2005-06-03 10:14:29 +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-xc16x.c Add support for the Infineon XC16X. 2006-02-17 14:36:28 +00:00
cpu-xstormy16.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +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
cpu-z80.c Add support for the Z80 processor family 2005-10-25 17:40:19 +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 2005-10-29 H.J. Lu <hongjiu.lu@intel.com> 2005-10-29 23:47:42 +00:00
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: Formatting. 2006-03-06 04:52:03 +00:00
ecoff.c * coff-h8300.c (h8300_reloc16_extra_cases): Use input section 2005-12-27 03:06:27 +00:00
ecofflink.c bfd/ 2005-10-06 19:21:14 +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 * elf32-am33lin.c (bfd.h, sysdep.h, elf-bfd.h, elf/mn10300.h): 2005-09-09 18:26:03 +00:00
elf32-arc.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-arm.c bfd/ 2006-03-07 08:39:21 +00:00
elf32-avr.c Update formatting to ISO-C90 2006-03-03 15:54:23 +00:00
elf32-bfin.c * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +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 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +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 * reloc.c (enum complain_overflow): Correct comments. 2005-12-08 11:05:36 +00:00
elf32-d30v.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-dlx.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-fr30.c 2005-06-20 H.J. Lu <hongjiu.lu@intel.com> 2005-06-20 18:12:11 +00:00
elf32-frv.c bfd/ 2006-02-25 09:23:30 +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 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +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 * elf32-i370.c (i370_elf_fake_sections): Don't set SHF_EXCLUDE on 2005-10-24 11:18:03 +00:00
elf32-i386.c bfd/ 2006-03-02 08:57:00 +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 function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-ip2k.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-iq2000.c 2005-06-20 H.J. Lu <hongjiu.lu@intel.com> 2005-06-20 18:12:11 +00:00
elf32-m32c.c * elf32-m32c.c (m32c_offset_for_reloc): Fix local symbol 2006-03-03 03:13:49 +00:00
elf32-m32r.c * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +00:00
elf32-m68hc1x.c 2005-06-20 H.J. Lu <hongjiu.lu@intel.com> 2005-06-20 18:12:11 +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-07-07 H.J. Lu <hongjiu.lu@intel.com> 2005-07-08 00:26:53 +00:00
elf32-m68hc12.c 2005-07-07 H.J. Lu <hongjiu.lu@intel.com> 2005-07-08 00:26:53 +00:00
elf32-m68k.c bfd: 2006-03-06 13:42:05 +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-07-07 H.J. Lu <hongjiu.lu@intel.com> 2005-07-08 00:26:53 +00:00
elf32-mips.c bfd/ 2005-11-23 14:04:18 +00:00
elf32-msp430.c 2005-09-01 Dmitry Diky <diwil@spec.ru> 2005-09-01 11:27:15 +00:00
elf32-mt.c * elf32-mt.c (mt_elf_merge_private_bfd_data): Do not allow mixing 2005-12-27 17:47:42 +00:00
elf32-openrisc.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-or32.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-pj.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-ppc.c bfd/ 2006-03-02 09:44:23 +00:00
elf32-ppc.h bfd/ 2005-12-08 11:41:12 +00:00
elf32-s390.c * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +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-07-07 H.J. Lu <hongjiu.lu@intel.com> 2005-07-08 00:26:53 +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 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +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 2005-07-07 H.J. Lu <hongjiu.lu@intel.com> 2005-07-08 00:26:53 +00:00
elf32-vax.c * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +00:00
elf32-xc16x.c Add support for the Infineon XC16X. 2006-02-17 14:36:28 +00:00
elf32-xstormy16.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-xtensa.c * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +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 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +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 * elf64-hppa.c (elf64_hppa_section_from_phdr): Create .kernel 2005-12-04 14:58:11 +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 bfd/ 2005-11-23 14:04:18 +00:00
elf64-mmix.c * elf64-mmix.c (mmix_elf_add_symbol_hook): Mark reg section 2005-08-17 13:29:55 +00:00
elf64-ppc.c * elf32-ppc.c (allocate_dynrelocs): Tweak undef weak handling. 2006-02-17 12:52:58 +00:00
elf64-ppc.h missed committing from 2005-06-07 12:12:11 +00:00
elf64-s390.c * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +00:00
elf64-sh64.c * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +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 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +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 bfd/ 2006-02-25 09:23:30 +00:00
elf-eh-frame.c bfd/ 2006-02-27 23:07:06 +00:00
elf-hppa.h 2005-08-24 H.J. Lu <hongjiu.lu@intel.com> 2005-08-25 02:32:11 +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 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +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 bfd/ 2006-03-02 08:57:00 +00:00
elf-vxworks.h bfd/ 2006-03-02 08:57:00 +00:00
elf.c 2006-02-16 H.J. Lu <hongjiu.lu@intel.com> 2006-02-16 18:07:54 +00:00
elfcode.h * elfcode.h (elf_object_p): Delay the setting of start_address 2005-11-23 11:46:01 +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 bfd/ 2006-02-25 09:23:30 +00:00
elfn32-mips.c bfd/ 2005-11-23 14:04:18 +00:00
elfxx-ia64.c * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +00:00
elfxx-mips.c * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +00:00
elfxx-mips.h PR 1150 2005-12-23 12:29:36 +00:00
elfxx-sparc.c * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the 2006-02-27 08:48:28 +00:00
elfxx-sparc.h PR ld/1540 2005-10-25 16:19:08 +00:00
elfxx-target.h 2006-02-24 H.J. Lu <hongjiu.lu@intel.com> 2006-02-24 15:47:25 +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 2005-12-13 H.J. Lu <hongjiu.lu@intel.com> 2005-12-13 15:34:28 +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 (bfd_hash_set_default_size): Add more entries to the hash_size_primes table. 2005-12-29 10:33:40 +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 * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
hpux-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +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 Approved by nickc@redhat.com 2005-05-23 17:44:55 +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 bfd: 2006-03-06 13:42:05 +00:00
ihex.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
init.c * archive.c: Add missing SUBSECTION for documentation. 2005-10-05 21:24:23 +00:00
irix-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
libaout.h Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
libbfd-in.h * aix5ppc-core.c: Remove duplicate prototypes. 2005-12-24 08:37:38 +00:00
libbfd.c bfd/ 2005-11-24 06:02:08 +00:00
libbfd.h Add linker relaxation support for the AVR 2006-03-03 15:25:31 +00:00
libcoff-in.h Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
libcoff.h Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
libecoff.h Approved by nickc@redhat.com 2005-05-23 17:44:55 +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 * coff-h8300.c (h8300_reloc16_extra_cases): Use input section 2005-12-27 03:06:27 +00:00
lynx-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +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
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 * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +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 bfd/ 2006-03-07 08:39:21 +00:00
Makefile.in bfd/ 2006-03-07 08:39:21 +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 Remove a29k support. 2005-08-18 03:51:51 +00:00
mmo.c * elf64-mmix.c (mmix_elf_add_symbol_hook): Mark reg section 2005-08-17 13:29:55 +00:00
netbsd-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +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 Approved by nickc@redhat.com 2005-05-23 17:44:55 +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 bfd/ 2005-10-06 19:21:14 +00:00
opncls.c * configure.in: Check for fopen64. 2005-11-03 16:06:11 +00:00
osf-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +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 Remove a29k support. 2005-08-18 03:51:51 +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 Approved by nickc@redhat.com 2005-05-23 17:44:55 +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 date in copyright notice 2006-01-09 15:58:42 +00:00
PORTING
ppcboot.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
ptrace-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +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 Add linker relaxation support for the AVR 2006-03-03 15:25:31 +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 Mostly from Eric Botcazou <botcazou@adacore.com> 2005-10-28 16:24:35 +00:00
sco5-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
section.c 2005-07-25 H.J. Lu <hongjiu.lu@intel.com> 2005-07-25 15:35:37 +00:00
simple.c include/ 2005-06-03 09:52:50 +00:00
som.c * som.c (som_decode_symclass): Decode BSF_WEAK symbols in the same 2005-11-20 19:21:06 +00:00
som.h * som.c (try_prev_fixup): Changed type of subspace_reloc_sizep to 2005-05-22 20:02:16 +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 Remove a29k support. 2005-08-18 03:51:51 +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 Approved by nickc@redhat.com 2005-05-23 17:44:55 +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 (_bfd_link_section_stabs): Use bfd_hash_table_init rather than 2005-12-29 10:29:23 +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 Add support for the Infineon XC16X. 2006-02-17 14:36:28 +00:00
targmatch.sed
tekhex.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +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 * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +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 Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
version.h daily update 2006-03-06 23:00:07 +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 Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
vms.h Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
warning.m4 * warning.m4 (AM_BINUTILS_WARNINGS): Default to empty string 2005-11-07 22:14:12 +00:00
xcoff-target.h Mostly from Eric Botcazou <botcazou@adacore.com> 2005-10-28 16:24:35 +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 Approved by nickc@redhat.com 2005-05-23 17:44:55 +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 * xtensa-modules.c: Update tables with Xtensa MMU features. 2005-07-07 21:50:57 +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.