old-cross-binutils/bfd
Andreas Jaeger c434dee664 * elf64-x86-64.c: Major rework that introduces all recent changes
to the x86-64 backend.  Get a closer match to elf32-i386.
	(struct elf64_x86_64_dyn_relocs): Rename from
	elf64_x86_64_pcrel_relocs_copied, add additional fields.  Change
	all users.
	(struct elf64_x86_64_link_hash_table): Add short cuts to some
	sections.
	(link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
	remove casts, initialize new hash members.
	(create_got_section): New.
	(elf64_x86_64_create_dynamic_sections): New.
	(elf64_x86_64_copy_indirect_symbol): New.
	(elf64_x86_64_check_relocs): Don't allocate space for dynamic
	relocs, .got or .relgot here but do it in allocate_dynrelocs.
	Reference count possible .plt and .got entries.  Don't test input
	section SEC_READONLY here to try to avoid copy relocs, and keep
	dyn_relocs regardless of ELF_LINK_NON_GOT_REF.  Don't set
	DF_TEXTREL here.  Delay setting of variables until needed.  Cache
	pointer to "sreloc" section in elf_section_data. Tweak condition
	under which .got created.  Report files with bad relocation
	section names.
	(elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
	Reference count possible .plt entries.  Don't deallocate .got and
	.relgot space here.
	(elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc.  Don't
	do copy reloc processing for weakdefs.  Remove redundant casts and
	aborts.  Delay setting of vars until needed.  Move creation of
	dynamic symbols and allocation of .plt and .rela.plt to
	allocate_dynrelocs.  Replace BFD_ASSERT with abort.
	(WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
	(allocate_dynrelocs): New.
	(readonly_dynrelocs): New.
	(elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
	Allocate space for dyn relocs.  Replace BFD_ASSERT with abort.
	Zero out the dynamic allocated content space.
	(elf64_x86_64_discard_copies): Removed.
	(elf64_x86_64_relocate_section): Make use of dynamic section
	short-cuts.  Localise vars, and delay setting.  Better error
	reporting, replace BFD_ASSERT with abort.  Check
	ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
	regular object file and tread the weak definition as the normal
	one.  Don't discard relocs for undefweak or undefined symbols and
	check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
	relocs.
	(elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
	symbols that have been forced local.  Use same test to decide if
	we can use a relative reloc for got as relocate_section.  Expand
	SHN_UNDEF comment.  Move expressions out of function calls.
	Replace BFD_ASSERT with abort.
	(bfd_elf64_bfd_final_link): Removed.
	(elf_backend_copy_indirect_symbol): Define.
2002-02-21 15:31:53 +00:00
..
doc * Makefile.am: "make dep-am". 2002-02-11 05:05:09 +00:00
hosts Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
po Contribute sh64-elf. 2002-02-08 05:33:27 +00:00
acinclude.m4 * acinclude.m4: Include libtool and gettext macros from the 2000-08-31 09:46:11 +00:00
aclocal.m4 * Makefile.am: "make dep-am". 2002-02-11 05:05:09 +00:00
aix386-core.c * section.c (bfd_section_init): Remove unnecessary initialisations. 2002-01-05 13:11:33 +00:00
aout-adobe.c * bfd.c (bfd_archive_filename): New function. 2001-09-20 23:30:37 +00:00
aout-arm.c * version.h: New file. 2001-10-02 05:58:41 +00:00
aout-cris.c * version.h: New file. 2001-10-02 05:58:41 +00:00
aout-encap.c * aout-encap.c: Fix comment typos. 2001-10-10 12:08:29 +00:00
aout-ns32k.c * version.h: New file. 2001-10-02 05:58:41 +00:00
aout-sparcle.c * version.h: New file. 2001-10-02 05:58:41 +00:00
aout-target.h Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
aout-tic30.c * version.h: New file. 2001-10-02 05:58:41 +00:00
aout0.c * version.h: New file. 2001-10-02 05:58:41 +00:00
aout32.c Update copyright notices 2001-03-08 21:04:02 +00:00
aout64.c Update copyright notices 2001-03-08 21:04:02 +00:00
aoutf1.h * section.c (bfd_section_init): Remove unnecessary initialisations. 2002-01-05 13:11:33 +00:00
aoutx.h * aout-encap.c: Fix comment typos. 2001-10-10 12:08:29 +00:00
archive.c * Makefile.am: split up BFD_LIBS like statements in BFD32_LIBS and 2001-12-05 22:46:21 +00:00
archive64.c * Makefile.am: split up BFD_LIBS like statements in BFD32_LIBS and 2001-12-05 22:46:21 +00:00
archures.c 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com> 2002-02-19 18:22:16 +00:00
armnetbsd.c * version.h: New file. 2001-10-02 05:58:41 +00:00
bfd-in.h Add support for -brtl, run time linking, to AIX ld. 2002-02-19 05:01:40 +00:00
bfd-in2.h 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com> 2002-02-19 18:22:16 +00:00
bfd.c * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value. 2002-02-15 00:20:17 +00:00
binary.c * syms.c (_bfd_generic_make_empty_symbol): New function. 2002-01-06 07:30:35 +00:00
bout.c * aout-encap.c: Fix comment typos. 2001-10-10 12:08:29 +00:00
cache.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
cf-i386lynx.c Update copyright notices 2001-03-08 21:04:02 +00:00
cf-m68klynx.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cf-sparclynx.c Update copyright notices 2001-03-08 21:04:02 +00:00
ChangeLog * elf64-x86-64.c: Major rework that introduces all recent changes 2002-02-21 15:31:53 +00:00
ChangeLog-0001 Rotated ChangeLog 2002-01-07 12:10:15 +00:00
ChangeLog-9193 Update copyright notices 2001-03-08 21:04:02 +00:00
ChangeLog-9495 Update copyright notices 2001-03-08 21:04: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
cisco-core.c * section.c (bfd_section_init): Remove unnecessary initialisations. 2002-01-05 13:11:33 +00:00
coff-a29k.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff-alpha.c * coff-alpha.c (alpha_relocate_section): Unify warning message 2002-01-25 12:12:23 +00:00
coff-apollo.c Add missing prototypes 2001-08-25 09:49:44 +00:00
coff-arm.c 2002-01-31 Philipp Thomas <pthomas@suse.de> 2002-02-01 13:26:56 +00:00
coff-aux.c Update copyright notices 2001-03-08 21:04:02 +00:00
coff-go32.c * coff-go32.c: Set the alignment of dwarf2 linkonce sections to 0. 2001-08-21 22:39:47 +00:00
coff-h8300.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff-h8500.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff-i386.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff-i860.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff-i960.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff-ia64.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff-m68k.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff-m88k.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff-mcore.c Fix compile time warnings 2001-09-21 14:25:09 +00:00
coff-mips.c * coff-alpha.c (alpha_relocate_section): Unify warning message 2002-01-25 12:12:23 +00:00
coff-or32.c Fix compile time warning messages 2002-02-08 12:12:15 +00:00
coff-pmac.c Update copyright notices 2001-03-08 21:04:02 +00:00
coff-ppc.c Fix compile time warnings 2001-09-21 14:25:09 +00:00
coff-rs6000.c XCOFF booke tests. Fix tlbre, tlbwe ppc WS field. 2002-02-21 03:57:36 +00:00
coff-sh.c * bfd.c (bfd_archive_filename): New function. 2001-09-20 23:30:37 +00:00
coff-sparc.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff-stgo32.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff-svm68k.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
coff-tic30.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff-tic54x.c * bfd.c (bfd_archive_filename): New function. 2001-09-20 23:30:37 +00:00
coff-tic80.c * bfd.c (bfd_archive_filename): New function. 2001-09-20 23:30:37 +00:00
coff-u68k.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
coff-w65.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff-we32k.c Update copyright notices 2001-03-08 21:04:02 +00:00
coff-z8k.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
coff64-rs6000.c XCOFF booke tests. Fix tlbre, tlbwe ppc WS field. 2002-02-21 03:57:36 +00:00
coffcode.h Select the highest known ARM architecture when an F_ARM_5 flag is detected, 2002-02-06 16:29:28 +00:00
coffgen.c Don't mark info message for translation. 2002-01-25 15:13:52 +00:00
cofflink.c * aout-encap.c: Fix comment typos. 2001-10-10 12:08:29 +00:00
coffswap.h Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
config.bfd * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64 2002-02-10 20:37:45 +00:00
config.in * Makefile.am: "make dep-am". 2002-02-11 05:05:09 +00:00
configure Bump version number to 2.12.90 2002-02-18 12:16:55 +00:00
configure.com 19990502 sourceware import 1999-05-03 07:29:11 +00:00
configure.host * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new 2002-01-22 00:47:21 +00:00
configure.in Bump version number to 2.12.90 2002-02-18 12:16:55 +00:00
COPYING Update copyright notices 2001-03-08 21:04:02 +00:00
corefile.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
cpu-a29k.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-alpha.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-arc.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
cpu-arm.c Replace 'arch' field with 'mach'. 2002-02-14 16:24:20 +00:00
cpu-avr.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-cris.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-d10v.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-d30v.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-fr30.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-h8300.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
cpu-h8500.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
cpu-hppa.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-i370.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-i386.c * cpu-i386.c (bfd_x86_64_arch_intel_syntax,bfd_x86_64_arch): Use 2001-11-14 12:01:58 +00:00
cpu-i860.c 2000-07-22 Jason Eckhardt <jle@cygnus.com> 2000-07-28 21:10:20 +00:00
cpu-i960.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
cpu-ia64-opc.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
cpu-ia64.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-m32r.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-m68hc11.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-m68hc12.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-m68k.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-m88k.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-m10200.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-m10300.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-mcore.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-mips.c 2001-08-31 Eric Christopher <echristo@redhat.com> 2001-08-31 21:24:28 +00:00
cpu-mmix.c Add MMIX support 2001-10-30 15:20:14 +00:00
cpu-ns32k.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
cpu-openrisc.c Add OpenRISC support 2001-04-24 15:08:16 +00:00
cpu-or32.c Add support for OpenRISC 32-bit embedded processor 2002-01-31 17:33:08 +00:00
cpu-pdp11.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
cpu-pj.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
cpu-powerpc.c * archures (bfd_mach_ppc64): Define. 2002-02-05 03:35:19 +00:00
cpu-rs6000.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-s390.c 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com> 2002-02-19 18:22:16 +00:00
cpu-sh.c Contribute sh64-elf. 2002-02-08 05:33:27 +00:00
cpu-sparc.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-tic30.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-tic54x.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-tic80.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-v850.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
cpu-vax.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-w65.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
cpu-we32k.c Update copyright notices 2001-03-08 21:04:02 +00:00
cpu-xstormy16.c Index: bfd/ChangeLog 2001-12-08 03:46:03 +00:00
cpu-z8k.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
demo64.c * version.h: New file. 2001-10-02 05:58:41 +00:00
dep-in.sed somehow missed committing this. 2001-10-04 15:37:38 +00:00
dwarf1.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
dwarf2.c Use full section name in error messages. 2002-01-30 10:28:47 +00:00
ecoff.c * aout-encap.c: Fix comment typos. 2001-10-10 12:08:29 +00:00
ecofflink.c * bfd.c (bfd_archive_filename): New function. 2001-09-20 23:30:37 +00:00
ecoffswap.h Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
efi-app-ia32.c 2001-04-03 David Mosberger <davidm@hpl.hp.com> 2001-04-03 14:45:43 +00:00
efi-app-ia64.c Update copyright notices 2001-03-08 21:04:02 +00:00
elf-bfd.h 2002-02-11 Michael Snyder <msnyder@redhat.com> 2002-02-13 21:53:31 +00:00
elf-eh-frame.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf-hppa.h * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped 2002-02-12 11:08:27 +00:00
elf-m10200.c Support for more than 64k ELF sections. 2001-12-17 00:52:35 +00:00
elf-m10300.c * elf-m10300.c (mn10300_elf_relax_section): Skip section before 2002-02-12 09:25:39 +00:00
elf-strtab.c * elf-strtab.c (struct elf_strtab_hash_entry): Add u.next. 2001-12-18 11:47:59 +00:00
elf.c * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD. 2002-02-14 04:12:24 +00:00
elf32-arc.c * elf32-arc.c (elf_arc_howto_table): Set partial_inplace for all 2001-10-06 06:41:47 +00:00
elf32-arm.h * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf32-avr.c Support for more than 64k ELF sections. 2001-12-17 00:52:35 +00:00
elf32-cris.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf32-d10v.c 2002-02-08 Chris Demetriou <cgd@broadcom.com> 2002-02-08 19:18:35 +00:00
elf32-d30v.c * elf.c (prep_headers): Get the machine code from the elf 2001-09-12 23:53:31 +00:00
elf32-fr30.c Support for more than 64k ELF sections. 2001-12-17 00:52:35 +00:00
elf32-gen.c * bfd.c (bfd_archive_filename): New function. 2001-09-20 23:30:37 +00:00
elf32-h8300.c Support for more than 64k ELF sections. 2001-12-17 00:52:35 +00:00
elf32-hppa.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf32-hppa.h * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped 2002-02-12 11:08:27 +00:00
elf32-i370.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf32-i386.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf32-i860.c * elf.c (_bfd_elf_rela_local_sym): New. 2001-11-23 12:17:21 +00:00
elf32-i960.c * coff-sparc.c: Add missing prototypes. 2001-08-21 08:40:23 +00:00
elf32-m32r.c * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>): 2002-01-17 13:02:40 +00:00
elf32-m68hc11.c Update copyright notices 2001-03-08 21:04:02 +00:00
elf32-m68hc12.c Update copyright notices 2001-03-08 21:04:02 +00:00
elf32-m68k.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf32-m88k.c Update copyright notices 2001-03-08 21:04:02 +00:00
elf32-mcore.c 2001-12-18 H.J. Lu <hjl@gnu.org> 2001-12-18 17:59:59 +00:00
elf32-mips.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf32-openrisc.c Support for more than 64k ELF sections. 2001-12-17 00:52:35 +00:00
elf32-or32.c Add support for OpenRISC 32-bit embedded processor 2002-01-31 17:33:08 +00:00
elf32-pj.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
elf32-ppc.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf32-s390.c 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com> 2002-02-19 18:22:16 +00:00
elf32-sh-lin.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
elf32-sh-nbsd.c bfd: 2002-01-08 04:23:02 +00:00
elf32-sh.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf32-sh64.c * elf32-sh.c: Added missing prototypes. 2002-02-11 06:17:43 +00:00
elf32-sparc.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf32-v850.c * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>): 2002-01-17 13:02:40 +00:00
elf32-xstormy16.c Fix up generation of VTINHERIT relocs 2002-01-15 11:58:45 +00:00
elf32.c Update copyright notices 2001-03-08 21:04:02 +00:00
elf64-alpha.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf64-gen.c * bfd.c (bfd_archive_filename): New function. 2001-09-20 23:30:37 +00:00
elf64-hppa.c Support for more than 64k ELF sections. 2001-12-17 00:52:35 +00:00
elf64-hppa.h * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped 2002-02-12 11:08:27 +00:00
elf64-mips.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf64-mmix.c * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check 2002-02-09 05:04:27 +00:00
elf64-ppc.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf64-ppc.h * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE 2002-01-16 05:50:03 +00:00
elf64-s390.c 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com> 2002-02-19 18:22:16 +00:00
elf64-sh64.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf64-sparc.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elf64-x86-64.c * elf64-x86-64.c: Major rework that introduces all recent changes 2002-02-21 15:31:53 +00:00
elf64.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
elfarm-nabi.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
elfarm-oabi.c Add missing prototypes 2001-08-25 09:49:44 +00:00
elfcode.h * elfcode.h (elf_slurp_symbol_table): Test elf_elfsections for NULL, 2001-12-19 23:54:26 +00:00
elfcore.h * elfcore.h (elf_core_file_p): Improve comment for last change. 2002-01-28 16:48:52 +00:00
elflink.c * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE 2002-01-16 05:50:03 +00:00
elflink.h * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add 2002-01-21 10:29:09 +00:00
elfxx-ia64.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable 2002-02-19 12:40:32 +00:00
elfxx-target.h 2001-12-18 H.J. Lu <hjl@gnu.org> 2001-12-18 17:59:59 +00:00
epoc-pe-arm.c Update copyright notices 2001-03-08 21:04:02 +00:00
epoc-pei-arm.c Update copyright notices 2001-03-08 21:04:02 +00:00
format.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
freebsd.h Update copyright notices 2001-03-08 21:04:02 +00:00
gen-aout.c * version.h: New file. 2001-10-02 05:58:41 +00:00
genlink.h Update copyright notices 2001-03-08 21:04:02 +00:00
go32stub.h * go32stub.h: Update stub. 2000-06-28 15:55:41 +00:00
hash.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
host-aout.c * version.h: New file. 2001-10-02 05:58:41 +00:00
hp300bsd.c * version.h: New file. 2001-10-02 05:58:41 +00:00
hp300hpux.c * version.h: New file. 2001-10-02 05:58:41 +00:00
hppabsd-core.c * syms.c (_bfd_generic_make_empty_symbol): New function. 2002-01-06 07:30:35 +00:00
hpux-core.c * syms.c (_bfd_generic_make_empty_symbol): New function. 2002-01-06 07:30:35 +00:00
i386aout.c * version.h: New file. 2001-10-02 05:58:41 +00:00
i386bsd.c * version.h: New file. 2001-10-02 05:58:41 +00:00
i386dynix.c * version.h: New file. 2001-10-02 05:58:41 +00:00
i386freebsd.c * version.h: New file. 2001-10-02 05:58:41 +00:00
i386linux.c * version.h: New file. 2001-10-02 05:58:41 +00:00
i386lynx.c * version.h: New file. 2001-10-02 05:58:41 +00:00
i386mach3.c * version.h: New file. 2001-10-02 05:58:41 +00:00
i386msdos.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
i386netbsd.c * version.h: New file. 2001-10-02 05:58:41 +00:00
i386os9k.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
ieee.c Fixes for better translation into other languages 2002-01-30 16:07:28 +00:00
ihex.c Fixes for better translation into other languages 2002-01-30 16:07:28 +00:00
init.c Update copyright notices 2001-03-08 21:04:02 +00:00
irix-core.c * syms.c (_bfd_generic_make_empty_symbol): New function. 2002-01-06 07:30:35 +00:00
libaout.h * version.h: New file. 2001-10-02 05:58:41 +00:00
libbfd-in.h * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change. 2002-01-15 12:52:15 +00:00
libbfd.c Fixes for better translation into other languages 2002-01-30 16:07:28 +00:00
libbfd.h * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP. 2002-02-09 22:53:53 +00:00
libcoff-in.h * aout-encap.c: Fix comment typos. 2001-10-10 12:08:29 +00:00
libcoff.h * aout-encap.c: Fix comment typos. 2001-10-10 12:08:29 +00:00
libecoff.h * aout-encap.c: Fix comment typos. 2001-10-10 12:08:29 +00:00
libhppa.h Update copyright notices 2001-03-08 21:04:02 +00:00
libieee.h Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
libnlm.h Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
liboasys.h Update copyright notices 2001-03-08 21:04:02 +00:00
libpei.h Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
libxcoff.h Add support for -brtl, run time linking, to AIX ld. 2002-02-19 05:01:40 +00:00
linker.c Support arbitrary length fill patterns. 2002-02-15 02:10:35 +00:00
lynx-core.c * section.c (bfd_section_init): Remove unnecessary initialisations. 2002-01-05 13:11:33 +00:00
m68k4knetbsd.c * version.h: New file. 2001-10-02 05:58:41 +00:00
m68klinux.c * version.h: New file. 2001-10-02 05:58:41 +00:00
m68klynx.c * version.h: New file. 2001-10-02 05:58:41 +00:00
m68knetbsd.c * version.h: New file. 2001-10-02 05:58:41 +00:00
m88kmach3.c * version.h: New file. 2001-10-02 05:58:41 +00:00
MAINTAINERS add MAINTAINERS files 2000-07-05 19:28:06 +00:00
Makefile.am * Makefile.am: "make dep-am". 2002-02-11 05:05:09 +00:00
Makefile.in * Makefile.am: "make dep-am". 2002-02-11 05:05:09 +00:00
makefile.vms 19990502 sourceware import 1999-05-03 07:29:11 +00:00
merge.c * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change. 2002-01-15 12:52:15 +00:00
mipsbsd.c * version.h: New file. 2001-10-02 05:58:41 +00:00
mmo.c * mmo.c: Correct and improve comments. 2002-02-17 21:18:33 +00:00
mpw-config.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mpw-make.sed 19990502 sourceware import 1999-05-03 07:29:11 +00:00
netbsd-core.c * section.c (bfd_section_init): Remove unnecessary initialisations. 2002-01-05 13:11:33 +00:00
netbsd.h Update copyright notices 2001-03-08 21:04:02 +00:00
newsos3.c * version.h: New file. 2001-10-02 05:58:41 +00:00
nlm-target.h * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix 2001-05-11 12:23:48 +00:00
nlm.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
nlm32-alpha.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
nlm32-i386.c * aout-encap.c: Fix comment typos. 2001-10-10 12:08:29 +00:00
nlm32-ppc.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
nlm32-sparc.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
nlm32.c Update copyright notices 2001-03-08 21:04:02 +00:00
nlm64.c Update copyright notices 2001-03-08 21:04:02 +00:00
nlmcode.h Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
nlmswap.h Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
ns32k.h Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
ns32knetbsd.c * version.h: New file. 2001-10-02 05:58:41 +00:00
oasys.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
opncls.c hash bfd sections for fast lookup and create. 2001-12-17 00:40:53 +00:00
osf-core.c * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are 2002-02-20 12:42:38 +00:00
pc532-mach.c * version.h: New file. 2001-10-02 05:58:41 +00:00
pdp11.c * elf-m10200.c (mn10200_elf_relax_section): Cast assignment to 2001-10-17 12:01:05 +00:00
pe-arm.c Update copyright notices 2001-03-08 21:04:02 +00:00
pe-i386.c Update copyright notices 2001-03-08 21:04:02 +00:00
pe-mcore.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
pe-mips.c * coff-mips.c (mips_bfd_reloc_type_lookup): Replace 2001-12-02 13:14:48 +00:00
pe-ppc.c Update copyright notices 2001-03-08 21:04:02 +00:00
pe-sh.c Update copyright notices 2001-03-08 21:04:02 +00:00
pei-arm.c Update copyright notices 2001-03-08 21:04:02 +00:00
pei-i386.c 1999-09-11 Donn Terry <donn@interix.com> 1999-09-11 22:17:33 +00:00
pei-mcore.c 1999-09-11 Donn Terry <donn@interix.com> 1999-09-11 22:10:33 +00:00
pei-mips.c Update copyright notices 2001-03-08 21:04:02 +00:00
pei-ppc.c Update copyright notices 2001-03-08 21:04:02 +00:00
pei-sh.c Update copyright notices 2001-03-08 21:04:02 +00:00
peicode.h * bfd.c (bfd_archive_filename): New function. 2001-09-20 23:30:37 +00:00
peXXigen.c Fixes for better translation into other languages 2002-01-30 16:07:28 +00:00
PORTING 19990502 sourceware import 1999-05-03 07:29:11 +00:00
ppcboot.c * syms.c (_bfd_generic_make_empty_symbol): New function. 2002-01-06 07:30:35 +00:00
ptrace-core.c * section.c (bfd_section_init): Remove unnecessary initialisations. 2002-01-05 13:11:33 +00:00
README * README: Fix a typo. 2001-10-29 22:29:59 +00:00
reloc.c * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP. 2002-02-09 22:53:53 +00:00
reloc16.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
riscix.c * version.h: New file. 2001-10-02 05:58:41 +00:00
rs6000-core.c * section.c (bfd_section_init): Remove unnecessary initialisations. 2002-01-05 13:11:33 +00:00
sco5-core.c * syms.c (_bfd_generic_make_empty_symbol): New function. 2002-01-06 07:30:35 +00:00
section.c Tidy up formatting in bfd-in2.h 2002-01-30 18:12:17 +00:00
som.c comment typo fixes 2002-01-21 14:03:27 +00:00
som.h * aout-encap.c: Fix comment typos. 2001-10-10 12:08:29 +00:00
sparclinux.c * version.h: New file. 2001-10-02 05:58:41 +00:00
sparclynx.c * version.h: New file. 2001-10-02 05:58:41 +00:00
sparcnetbsd.c * version.h: New file. 2001-10-02 05:58:41 +00:00
srec.c * syms.c (_bfd_generic_make_empty_symbol): New function. 2002-01-06 07:30:35 +00:00
stab-syms.c Update copyright notices 2001-03-08 21:04:02 +00:00
stabs.c * stabs.c (_bfd_discard_section_stabs): Use PARAMS in function 2001-11-26 19:31:27 +00:00
stamp-h.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sunos.c * section.c (bfd_section_init): Remove unnecessary initialisations. 2002-01-05 13:11:33 +00:00
syms.c 2002-02-19 Frank Ch. Eigler <fche@redhat.com> 2002-02-19 16:33:04 +00:00
sysdep.h * archive.c (offsetof): Remove define. 2001-08-19 23:42:47 +00:00
targets.c Contribute sh64-elf. 2002-02-08 05:33:27 +00:00
targmatch.sed * targmatch.sed: Delete case statements. 2001-08-29 03:39:47 +00:00
tekhex.c Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
TODO 19990502 sourceware import 1999-05-03 07:29:11 +00:00
trad-core.c 2002-02-10 Daniel Jacobowitz <drow@mvista.com> 2002-02-11 02:17:39 +00:00
vaxnetbsd.c * version.h: New file. 2001-10-02 05:58:41 +00:00
versados.c * syms.c (_bfd_generic_make_empty_symbol): New function. 2002-01-06 07:30:35 +00:00
version.h daily update 2002-02-20 23:00:04 +00:00
vms-gsd.c * syms.c (_bfd_generic_make_empty_symbol): New function. 2002-01-06 07:30:35 +00:00
vms-hdr.c * version.h: New file. 2001-10-02 05:58:41 +00:00
vms-misc.c * syms.c (_bfd_generic_make_empty_symbol): New function. 2002-01-06 07:30:35 +00:00
vms-tir.c Fixes for better translation into other languages 2002-01-30 16:07:28 +00:00
vms.c * syms.c (_bfd_generic_make_empty_symbol): New function. 2002-01-06 07:30:35 +00:00
vms.h Touches most files in bfd/, so likely will be blamed for everything.. 2001-09-18 09:57:26 +00:00
xcoff-target.h * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix 2001-05-11 12:23:48 +00:00
xcofflink.c Add support for -brtl, run time linking, to AIX ld. 2002-02-19 05:01:40 +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.