binutils-gdb/bfd
Alan Modra 8ded5a0fc3 bfd/
* elf-bfd.h: Formatting.
	(_bfd_elf_map_sections_to_segments): Declare.
	* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame_hdr): Don't
	clear program_header_size.
	* elf.c (get_program_header_size): Move.  Don't use or set saved
	program_header_size here.
	(elf_modify_segment_map): New function.  Split out from..
	(assign_file_positions_for_load_sections): ..here.  Assert
	header size is correct.  Remove dead code.
	(_bfd_elf_map_sections_to_segments): Rename from
	map_sections_to_segments.  Make global.  Use get_program_header_size
	when we need estimate of header size.  Call elf_modify_segment_map.
	Set program_header_size.
	(print_segment_map): Delete.
	(_bfd_elf_sizeof_headers): If segment_map available, get the
	actual size.
	* elf32-arm.c (elf32_arm_symbian_modify_segment_map): Make safe
	for calling more than once.
	* elf32-bfin.c (elf32_bfinfdpic_modify_segment_map): Likewise.
	* elf32-frv.c (elf32_frvfdpic_modify_segment_map): Likewise.
	* elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Likewise.
	* elf32-i370.c (elf_backend_add_symbol_hook): Delete.
	(elf_backend_additional_program_headers): Delete.
	(elf_backend_modify_segment_map): Delete.
	* elf64-hppa.c (elf64_hppa_modify_segment_map): Convert to ISO C.
	* elfxx-ia64.c (elfNN_ia64_modify_segment_map): Likewise.
	* doc/bfdint.texi: Delete SIZEOF_HEADERS difficulties.
ld/
	* Makefile.am (ELF_DEPS): Define.  Use in emul file deps.  Fix
	many ELF emul file deps that incorrectly said they needed elf32.em
	instead of generic.em.  Add genelf.em as required.
	* Makefile.in: Regenerate.
	* ldlang.c (lang_process): Call ldemul_finish before
	lang_check_section_addresses.
	* emulparams/arcelf.sh: Generic elf target needs genelf.
	* emulparams/d30v_e.sh: Likewise.
	* emulparams/d30v_o.sh: Likewise.
	* emulparams/d30velf.sh: Likewise.
	* emulparams/elf32_dlx.sh: Likewise.
	* emulparams/elf32_i860.sh: Likewise.
	* emulparams/elf32fr30.sh: Likewise.
	* emulparams/elf32frv.sh: Likewise.
	* emulparams/elf32iq10.sh: Likewise.
	* emulparams/elf32iq2000.sh: Likewise.
	* emulparams/elf32mt.sh: Likewise.
	* emulparams/mn10200.sh: Likewise.
	* emulparams/or32.sh: Likewise.
	* emulparams/or32elf.sh: Likewise.
	* emulparams/pjelf.sh: Likewise.
	* emulparams/msp430all.sh: Likewise.  Extract common entries.
	* emulparams/pjlelf.sh: Include pjelf.sh.
	* emulparams/elf32frvfd.sh (EXTRA_EM_FILE): Unset.
	* emulparams/mn10300.sh (EXTRA_EM_FILE): Unset.
	* emultempl/elf-generic.em: New file.
	* emultempl/genelf.em: New file.
	* emultempl/elf32.em: Include elf-generic.em.
	(gld${EMULATION_NAME}_layout_sections_again): Delete.
	(gld${EMULATION_NAME}_finish): Call gld${EMULATION_NAME}_map_segments.
	* emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
	(gld${EMULATION_NAME}_finish): Rename from hppaelf_finish.  Call
	gld${EMULATION_NAME}_map_segments.
	(LDEMUL_FINISH): Update.
	* emultempl/mmo.em: Correct comment.  Include elf-bfd.h and
	source elf-generic.em.
	(mmo_finish): Call gld${EMULATION_NAME}_map_segments.
	* emultempl/ppc64elf.em (ppc_layout_sections_again): Likewise.
	(gld${EMULATION_NAME}_finish): Rename from ppc_finish.  Call
	gld${EMULATION_NAME}_map_segments.
	(LDEMUL_FINISH): Update.
ld/testsuite/
	* ld-elf/eh1.d: Update for fewer program headers.
	* ld-elf/eh2.d: Likewise.
	* ld-elf/eh3.d: Likewise.
2006-06-20 02:22:16 +00:00
..
doc bfd/ 2006-06-20 02:22:16 +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-06-07 15:38:01 +00:00
COPYING Update the FSF address in the copyright/GPL notice 2005-05-04 07:19:45 +00:00
ChangeLog bfd/ 2006-06-20 02:22:16 +00:00
ChangeLog-0001 Remove bfd/ prefix from files. 2002-08-15 23:19:28 +00:00
ChangeLog-0203 Remove leading bfd/ on filenames. 2006-06-05 00:12:59 +00:00
ChangeLog-2004 Remove leading bfd/ on filenames. 2006-06-05 00:12:59 +00:00
ChangeLog-2005 Remove leading bfd/ on filenames. 2006-06-05 00:12:59 +00:00
ChangeLog-9193 Update copyright notices 2001-03-08 21:04:02 +00:00
ChangeLog-9495 typo fix 2002-03-05 05:26:02 +00:00
ChangeLog-9697 Update copyright notices 2001-03-08 21:04:02 +00:00
ChangeLog-9899 Update copyright notices 2001-03-08 21:04:02 +00:00
MAINTAINERS add MAINTAINERS files 2000-07-05 19:28:06 +00:00
Makefile.am * Makefile.am: Run "make dep-am". 2006-06-05 12:28:18 +00:00
Makefile.in * Makefile.am: Run "make dep-am". 2006-06-05 12:28:18 +00:00
PORTING 19990502 sourceware import 1999-05-03 07:29:11 +00:00
README * README: Fix a typo. 2001-10-29 22:29:59 +00:00
TODO 19990502 sourceware import 1999-05-03 07:29:11 +00:00
acinclude.m4 Configury changes: update src repository (binutils, gdb, and rda) to use 2006-05-31 15:14:46 +00:00
aclocal.m4 Configury changes: update src repository (binutils, gdb, and rda) to use 2006-05-31 15:14:46 +00:00
aix5ppc-core.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +00:00
aix386-core.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +00:00
aout-adobe.c bfd/ 2006-06-19 13:17:44 +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 * archive.c (bfd_generic_archive_p): Remove unused local variable 2006-05-02 10:01:56 +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
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
aoutf1.h * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +00:00
aoutx.h bfd/ 2006-06-19 13:17:44 +00:00
archive.c * archive.c (bfd_generic_archive_p): Remove unused local variable 2006-05-02 10:01:56 +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
archures.c Add support for AVR6 family 2006-05-24 07:36:12 +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-in.h 2006-05-15 Paul Brook <paul@codesourcery.com> 2006-05-15 19:57:35 +00:00
bfd-in2.h bfd/ 2006-06-19 13:17:44 +00:00
bfd.c bfd/ 2006-06-19 13:17:44 +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 bfd/ 2006-06-19 13:17:44 +00:00
bout.c bfd/ 2006-06-19 13:17:44 +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
cisco-core.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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 * coff-or32.c (bfd_section_from_shdr): Remove unused local 2006-05-04 05:05:25 +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 PR 2434 2006-03-16 12:20:16 +00:00
coff-rs6000.c bfd/ 2006-06-19 13:17:44 +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 bfd/ 2006-05-03 14:26:41 +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
coff64-rs6000.c bfd/ 2006-06-19 13:17:44 +00:00
coffcode.h * config/tc-arm.c (arm_fix_adjustable): For COFF, convert fixups against 2006-05-09 11:47:48 +00:00
coffgen.c bfd/ 2006-06-19 13:17:44 +00:00
cofflink.c * coff-or32.c (bfd_section_from_shdr): Remove unused local 2006-05-04 05:05:25 +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 2006-05-25 H.J. Lu <hongjiu.lu@intel.com> 2006-05-25 13:59:25 +00:00
config.in * Makefile.am: Run "make dep-am". 2006-06-05 12:28:18 +00:00
configure Configury changes: update src repository (binutils, gdb, and rda) to use 2006-05-31 15:14:46 +00:00
configure.com 19990502 sourceware import 1999-05-03 07:29:11 +00:00
configure.host * configure.host (hppa*64*-*-hpux*): Set host64 to true. 2005-12-30 22:25:57 +00:00
configure.in Configury changes: update src repository (binutils, gdb, and rda) to use 2006-05-31 15:14:46 +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 2006-05-15 Paul Brook <paul@codesourcery.com> 2006-05-15 19:57:35 +00:00
cpu-avr.c Add support for AVR6 family 2006-05-24 07:36:12 +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-25 10:24:27 +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 * archive.c (bfd_generic_archive_p): Remove unused local variable 2006-05-02 10:01:56 +00:00
ecoff.c bfd/ 2006-06-19 13:17:44 +00:00
ecofflink.c * coff-or32.c (bfd_section_from_shdr): Remove unused local 2006-05-04 05:05:25 +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
elf-bfd.h bfd/ 2006-06-20 02:22:16 +00:00
elf-eh-frame.c bfd/ 2006-06-20 02:22:16 +00:00
elf-hppa.h Add TLS support for hppa-linux 2006-05-24 11:05:42 +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 PR 2434 2006-03-16 12:20:16 +00:00
elf-strtab.c PR 2434 2006-03-16 12:20:16 +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 bfd/ 2006-06-20 02:22:16 +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-06-20 02:22:16 +00:00
elf32-avr.c Add support for AVR6 family 2006-05-24 07:36:12 +00:00
elf32-avr.h Add support for AVR6 family 2006-05-24 07:36:12 +00:00
elf32-bfin.c bfd/ 2006-06-20 02:22:16 +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 PR 2434 2006-03-16 12:20:16 +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 * archive.c (bfd_generic_archive_p): Remove unused local variable 2006-05-02 10:01:56 +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-06-20 02:22:16 +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 Add TLS support for hppa-linux 2006-05-24 11:05:42 +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/ 2006-06-20 02:22:16 +00:00
elf32-i386.c 2006-04-08 H.J. Lu <hongjiu.lu@intel.com> 2006-04-08 22:57:22 +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 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +00:00
elf32-m32r.c PR 2434 2006-03-16 12:20:16 +00:00
elf32-m68hc1x.c PR 2434 2006-03-16 12:20:16 +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-06-14 08:27:41 +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/ChangeLog ] 2006-06-12 11:35:45 +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-06-19 13:17:44 +00:00
elf32-ppc.h bfd/ 2005-12-08 11:41:12 +00:00
elf32-s390.c * elf32-s390.c (invalid_tls_insn): Call bfd_set_error. 2006-05-05 13:21:34 +00:00
elf32-sh-symbian.c Rename DEBUG to SYMBIAN_DEBUG to avoid conflicts with global DEBUG definition 2006-05-02 09:56:00 +00:00
elf32-sh.c bfd/ 2006-05-30 16:45:32 +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 bfd/ 2006-05-30 16:45:32 +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-sparc.c bfd/ 2006-05-30 16:45:32 +00:00
elf32-v850.c * dwarf2.c: Formatting. 2006-05-02 01:41:20 +00:00
elf32-vax.c PR 2434 2006-03-16 12:20:16 +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 bfd: 2006-05-15 17:03:15 +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 bfd/ 2006-05-30 16:45:32 +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 bfd/ 2006-06-20 02:22:16 +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/ChangeLog ] 2006-06-12 11:35:45 +00:00
elf64-mmix.c bfd/ 2006-05-03 14:26:41 +00:00
elf64-ppc.c bfd/ 2006-05-30 16:45:32 +00:00
elf64-ppc.h missed committing from 2005-06-07 12:12:11 +00:00
elf64-s390.c * elf32-s390.c (invalid_tls_insn): Call bfd_set_error. 2006-05-05 13:21:34 +00:00
elf64-sh64.c PR 2434 2006-03-16 12:20:16 +00:00
elf64-sparc.c bfd/ 2006-05-30 16:45:32 +00:00
elf64-x86-64.c bfd/ 2006-06-19 13:17:44 +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
elfcode.h Add support for AVR6 family 2006-05-24 07:36:12 +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 (elf_link_add_object_symbols): Save and restore 2006-06-13 14:49:54 +00:00
elfn32-mips.c [ bfd/ChangeLog ] 2006-06-12 11:35:45 +00:00
elfxx-ia64.c bfd/ 2006-06-20 02:22:16 +00:00
elfxx-mips.c bfd/ 2006-06-20 02:22:16 +00:00
elfxx-mips.h bfd/ 2006-06-19 13:17:44 +00:00
elfxx-sparc.c bfd/ 2006-05-03 14:26:41 +00:00
elfxx-sparc.h bfd/ 2006-04-05 12:41:59 +00:00
elfxx-target.h bfd/ 2006-05-30 16:45:32 +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 * go32stub.h: Update stub. 2000-06-28 15:55:41 +00:00
hash.c * hash.c (bfd_hash_lookup): Correct stray line. 2006-06-06 03:04:12 +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 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +00:00
hpux-core.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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 bfd/ 2006-06-19 13:17:44 +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 bfd/ 2006-06-19 13:17:44 +00:00
ieee.c bfd/ 2006-06-19 13:17:44 +00:00
ihex.c bfd/ 2006-06-19 13:17:44 +00:00
init.c * archive.c: Add missing SUBSECTION for documentation. 2005-10-05 21:24:23 +00:00
irix-core.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +00:00
libaout.h bfd/ 2006-06-19 13:17:44 +00:00
libbfd-in.h bfd/ 2006-06-19 13:17:44 +00:00
libbfd.c bfd/ 2005-11-24 06:02:08 +00:00
libbfd.h bfd/ 2006-06-19 13:17:44 +00:00
libcoff-in.h bfd/ 2006-06-19 13:17:44 +00:00
libcoff.h bfd/ 2006-06-19 13:17:44 +00:00
libecoff.h bfd/ 2006-06-19 13:17:44 +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 PR 2434 2006-03-16 12:20:16 +00:00
lynx-core.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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 bfd/ 2006-06-19 13:17:44 +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
makefile.vms 19990502 sourceware import 1999-05-03 07:29:11 +00:00
merge.c PR 2434 2006-03-16 12:20:16 +00:00
mipsbsd.c Remove a29k support. 2005-08-18 03:51:51 +00:00
mmo.c bfd/ 2006-06-19 13:17:44 +00:00
netbsd-core.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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
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
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 * dwarf2.c: Formatting. 2006-05-02 01:41:20 +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
nlmcode.h * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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/ 2006-06-19 13:17:44 +00:00
opncls.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +00:00
osf-core.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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 bfd/ 2006-06-19 13:17:44 +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
peXXigen.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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 bfd/ 2006-06-19 13:17:44 +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
ppcboot.c bfd/ 2006-06-19 13:17:44 +00:00
ptrace-core.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +00:00
reloc.c * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2} 2006-06-15 11:03:02 +00:00
reloc16.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +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 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +00:00
sco5-core.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +00:00
section.c bfd/ 2006-05-03 14:26:41 +00:00
simple.c include/ 2005-06-03 09:52:50 +00:00
som.c bfd/ 2006-06-19 13:17:44 +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 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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 bfd/ 2006-06-19 13:17:44 +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 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +00:00
stamp-h.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sunos.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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 bfd/ 2006-06-19 13:17:44 +00:00
targmatch.sed * targmatch.sed: Delete case statements. 2001-08-29 03:39:47 +00:00
tekhex.c bfd/ 2006-06-19 13:17:44 +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
trad-core.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +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 bfd/ 2006-06-19 13:17:44 +00:00
version.h daily update 2006-06-20 00:00:06 +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 bfd/ 2006-06-19 13:17:44 +00:00
vms.h Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
warning.m4 bfd/ 2006-04-19 02:06:15 +00:00
xcoff-target.h bfd/ 2006-06-19 13:17:44 +00:00
xcofflink.c * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flags 2006-06-01 03:45:58 +00:00
xsym.c bfd/ 2006-06-19 13:17:44 +00:00
xsym.h bfd/ 2006-06-19 13:17:44 +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

README

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.