binutils-gdb/bfd
Richard Sandiford 33bb52fb4e bfd/
* elf32-mips.c (elf_backend_hide_symbol): Delete.
	* elfn32-mips.c (elf_backend_hide_symbol): Likewise.
	* elf64-mips.c (elf_backend_hide_symbol): Likewise.
	* elfxx-mips.h (elf_backend_hide_symbol): Likewise.
	* elfxx-mips.c (mips_elf_link_hash_entry): Remove "forced_local"
	and add "needs_lazy_stub".
	(mips_elf_link_hash_newfunc): Update accordingly.
	(mips_elf_link_hash_table): Remove "computed_got_sizes" and
	add "lazy_stub_count".
	(_bfd_mips_elf_link_hash_table_create): Update accordingly.
	(mips_elf_output_extsym): Use hd->needs_lazy_stub to detect
	cases where a lazy stub is being used.
	(mips_elf_sort_hash_table_f): Use h->root.forced_local instead
	of h->forced_local.
	(mips_elf_record_global_got_symbol): Use _bfd_elf_link_hash_hide_symbol
	instead of _bfd_mips_elf_hide_symbol.  Do not increment local_gotno
	here.
	(mips_elf_allocate_dynamic_relocations): Move before new first use.
	(mips_elf_check_recreate_got, mips_elf_recreate_got): New functions.
	(mips_elf_resolve_final_got_entries): Move earlier in file.  Make at
	most two passes over the hash table.  Use mips_elf_check_recreate_got
	to see if there are any indirect or warning entries and
	mips_elf_recreate_got to create a new GOT without them.
	Return a boolean success value.
	(mips_elf_count_forced_local_got_entries): New function.
	(mips_elf_make_got_per_bfd): Check h->root.forced_local instead of
	h->forced_local.
	(mips_elf_set_global_got_offset): Likewise.
	(mips_elf_set_no_stub): Replace with...
	(mips_elf_forbid_lazy_stubs): ...this new function.
	(mips_elf_resolve_final_got_entry): Delete.
	(mips_elf_multi_got): Fix formatting.  Use mips_elf_forbid_lazy_stubs
	instead of mips_elf_set_no_stub.  Move the code that sets
	global offsets and allocates dynamic relocations from the main
	_bfd_mips_elf_size_dynamic_sections loop to here.
	(_bfd_mips_elf_adjust_dynamic_symbol): Do not allocate room in
	.MIPS.stubs here; just set hmips->needs_lazy_stub and increment
	htab->lazy_stub_count.
	(_bfd_mips_elf_always_size_sections): Move the stub-estimation
	code to mips_elf_estimate_stub_size and the GOT-sizing code to
	mips_elf_lay_out_got.  Do not call these functions here.
	(mips_elf_estimate_stub_size): New function, split
	out from _bfd_mips_elf_always_size_sections.  Call
	mips_elf_resolve_final_got_entries earlier.  Count the number
	of forced-local entries.  Do not add stub sizes to loadable_size;
	after this patch, the stub sizes are already included in the main
	estimate.  Allocate dynamic relocations here rather than in the
	main _bfd_mips_elf_size_dynamic_sections loop.
	(mips_elf_estimate_stub_size): New function, split out from
	_bfd_mips_elf_always_size_sections.
	(mips_elf_allocate_lazy_stub): New function.
	(mips_elf_lay_out_lazy_stubs): Likewise.
	(_bfd_mips_elf_size_dynamic_sections): Call mips_elf_estimate_stub_size,
	mips_elf_lay_out_got and mips_elf_lay_out_lazy_stubs.  Do not handle
	the allocation of sreldyn specially.
	(_bfd_mips_elf_hide_symbol): Delete.

ld/testsuite/
	* ld-mips-elf/tlsdyn-o32-2.got, ld-mips-elf/tlsdyn-o32-3.got,
	ld-mips-elf/tlsdyn-o32-2.d, ld-mips-elf/tlsdyn-o32-3.d: Change the
	GOT layout as follows:

	         BEFORE                  AFTER
	   +0x08 %call16(__tls_get_addr) %call16(__tls_get_addr)
	   +0x0c %tlsldm(tlsbin_ld)      %gottprel(tlsvar_ie)
	   +0x10   "  "                  %tlsgd(tlsvar_gd)
	   +0x14 %tlsgd(tlsvar_gd)          "  "
	   +0x18   "  "                  %tlsgd(tlsbin_gd)
	   +0x1c %gottprel(tlsvar_ie)       "  "
	   +0x20 %tlsgd(tlsbin_gd)       %tlsldm(tlsbin_ld)
	   +0x24   "  "                     "  "
	   +0x28 %gottprel(tlsbin_ie)    %gottprel(tlsbin_ie)
2008-08-07 19:57:28 +00:00
..
doc bfd/ 2008-07-10 01:32:23 +00:00
hosts
po Set LC_ALL=C rather than unsetting LC_COLLATE for sort. 2008-08-04 06:55:33 +00:00
acinclude.m4
aclocal.m4 bfd/ 2008-04-23 16:11:47 +00:00
aix5ppc-core.c * aix5ppc-core.c: Define macros for the default architecture and 2008-04-18 09:22:24 +00:00
aix386-core.c
aout0.c
aout32.c
aout64.c
aout-adobe.c
aout-arm.c
aout-cris.c
aout-ns32k.c
aout-sparcle.c
aout-target.h
aout-tic30.c
aoutf1.h
aoutx.h 2007-08-09 Michael Snyder <msnyder@access-company.com> 2007-08-09 23:14:55 +00:00
archive64.c
archive.c * archive.c (_bfd_write_archive_contents): Fix incorrect use of 2008-04-22 00:12:23 +00:00
archures.c ppc e500mc support 2008-04-14 11:01:38 +00:00
armnetbsd.c
bfd-in2.h bfd/ 2008-08-06 19:44:47 +00:00
bfd-in.h bfd/ 2008-07-28 04:07:32 +00:00
bfd.c * bfd.c (bfd_demangle): Always trim off bfd_get_symbol_leading_char. 2008-07-07 11:48:27 +00:00
bfd.m4
bfdio.c PR 868 2008-02-20 17:42:36 +00:00
bfdwin.c PR 868 2008-02-20 17:42:36 +00:00
binary.c * srec.c (srec_canonicalize_symtab): Don't alloc when symcount 2007-07-26 11:13:59 +00:00
bout.c
cache.c * cache.c (cache_bread_1): Renames cache_bread. 2008-05-01 15:45:43 +00:00
cf-i386lynx.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
cf-sparclynx.c
ChangeLog bfd/ 2008-08-07 19:57:28 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007 Move 2007 ChangeLog entries to ChangeLog-2007. 2008-01-02 21:41:02 +00:00
ChangeLog-9193
ChangeLog-9495
ChangeLog-9697
ChangeLog-9899
cisco-core.c
coff64-rs6000.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-alpha.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-apollo.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-arm.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-aux.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-go32.c
coff-h8300.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-h8500.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-i386.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-i860.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-i960.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-ia64.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-m68k.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-m88k.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-maxq.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-mcore.c * coff-arm.c (arm_emit_base_file_entry): Check fwrite return value. 2007-10-15 02:00:11 +00:00
coff-mips.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-or32.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-pmac.c
coff-ppc.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
coff-rs6000.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-sh.c * coff-sh.c (bfd_pe_print_pdata): Define to NULL for non 2008-07-21 14:09:57 +00:00
coff-sparc.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-stgo32.c
coff-svm68k.c
coff-tic4x.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-tic30.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-tic54x.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-tic80.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-u68k.c
coff-w65.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-we32k.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-x86_64.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-z8k.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-z80.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coffcode.h * coffcode.h (coff_slurp_line_table): bfd_alloc lineno_cache first 2008-08-05 03:03:46 +00:00
coffgen.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
cofflink.c include/ 2008-02-15 03:35:53 +00:00
coffswap.h
compress.c bfd/ 2008-07-10 01:32:23 +00:00
config.bfd * config.bfd (i[3-7]86-*-dicos*, x86_64-*-dicos*): Add. 2008-04-16 18:02:01 +00:00
config.in bfd/ 2008-07-10 01:32:23 +00:00
configure bfd/ 2008-07-10 01:32:23 +00:00
configure.com
configure.host
configure.in bfd/ 2008-07-10 01:32:23 +00:00
COPYING
corefile.c
cpu-alpha.c
cpu-arc.c
cpu-arm.c
cpu-avr.c
cpu-bfin.c
cpu-cr16.c
cpu-cr16c.c
cpu-cris.c
cpu-crx.c
cpu-d10v.c
cpu-d30v.c
cpu-dlx.c
cpu-fr30.c
cpu-frv.c
cpu-h8300.c
cpu-h8500.c
cpu-hppa.c
cpu-i370.c
cpu-i386.c
cpu-i860.c
cpu-i960.c
cpu-ia64-opc.c
cpu-ia64.c
cpu-ip2k.c
cpu-iq2000.c
cpu-m32c.c
cpu-m32r.c
cpu-m68hc11.c
cpu-m68hc12.c
cpu-m68k.c bfd/ 2007-09-11 16:07:50 +00:00
cpu-m88k.c
cpu-m10200.c
cpu-m10300.c
cpu-maxq.c
cpu-mcore.c
cpu-mep.c
cpu-mips.c * archures.c: Update copyright. 2008-02-04 19:15:52 +00:00
cpu-mmix.c
cpu-msp430.c
cpu-mt.c
cpu-ns32k.c
cpu-openrisc.c
cpu-or32.c
cpu-pdp11.c
cpu-pj.c
cpu-powerpc.c missed from 20080414 commit for e500mc support 2008-04-30 06:47:24 +00:00
cpu-rs6000.c
cpu-s390.c
cpu-score.c
cpu-sh.c
cpu-sparc.c
cpu-spu.c
cpu-tic4x.c
cpu-tic30.c
cpu-tic54x.c
cpu-tic80.c
cpu-v850.c
cpu-vax.c
cpu-w65.c
cpu-we32k.c
cpu-xc16x.c
cpu-xstormy16.c
cpu-xtensa.c
cpu-z8k.c
cpu-z80.c
demo64.c
dep-in.sed 2005-10-29 H.J. Lu <hongjiu.lu@intel.com> 2005-10-29 23:47:42 +00:00
dwarf1.c * dwarf1.c (struct dwarf1_debug): Add syms member. 2008-02-14 13:02:38 +00:00
dwarf2.c 2008-07-13 Craig Silverstein <csilvers@google.com> 2008-07-14 00:10:09 +00:00
ecoff.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
ecofflink.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
ecoffswap.h
efi-app-ia32.c
efi-app-ia64.c
efi-app-x86_64.c
efi-bsdrv-ia32.c * efi-rtdrv-ia32.c: New file. 2008-02-14 15:20:26 +00:00
efi-bsdrv-ia64.c * efi-rtdrv-ia32.c: New file. 2008-02-14 15:20:26 +00:00
efi-bsdrv-x86_64.c * efi-rtdrv-ia32.c: New file. 2008-02-14 15:20:26 +00:00
efi-rtdrv-ia32.c * efi-rtdrv-ia32.c: New file. 2008-02-14 15:20:26 +00:00
efi-rtdrv-ia64.c * efi-rtdrv-ia32.c: New file. 2008-02-14 15:20:26 +00:00
efi-rtdrv-x86_64.c * efi-rtdrv-ia32.c: New file. 2008-02-14 15:20:26 +00:00
elf32-am33lin.c
elf32-arc.c
elf32-arm.c * elf32-arm.c (arm_map_one_stub): Declare variables at beginning 2008-07-28 06:46:31 +00:00
elf32-avr.c * elf32-arm.c (arm_map_one_stub): Declare variables at beginning 2008-07-28 06:46:31 +00:00
elf32-avr.h
elf32-bfin.c * elf32-bfin.c (bfin_check_relocs, bfin_relocate_section, 2008-07-16 15:27:05 +00:00
elf32-cr16.c elf32-cr16.c (ELF_MACHINE_ALT1): Define to EM_CR16_OLD. 2008-06-18 11:08:19 +00:00
elf32-cr16c.c
elf32-cris.c 2008-01-11 Tristan Gingold <gingold@adacore.com> 2008-01-11 09:07:04 +00:00
elf32-crx.c
elf32-d10v.c * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code. 2007-09-28 08:43:45 +00:00
elf32-d30v.c
elf32-dlx.c * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code. 2007-09-28 08:43:45 +00:00
elf32-fr30.c PR gas/5552 2008-01-09 12:29:08 +00:00
elf32-frv.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
elf32-gen.c
elf32-h8300.c
elf32-hppa.c include/elf/ 2008-03-12 08:37:09 +00:00
elf32-hppa.h
elf32-i370.c
elf32-i386.c bfd/ChangeLog: 2008-07-28 18:07:05 +00:00
elf32-i860.c
elf32-i960.c
elf32-ip2k.c
elf32-iq2000.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
elf32-m32c.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
elf32-m32r.c 2008-01-11 Tristan Gingold <gingold@adacore.com> 2008-01-11 09:07:04 +00:00
elf32-m68hc1x.c include/elf/ 2008-03-12 08:37:09 +00:00
elf32-m68hc1x.h
elf32-m68hc11.c
elf32-m68hc12.c
elf32-m68k.c * elf32-m68k.c (elf_m68k_relocate_section): Don't ignore existing 2008-06-29 12:56:41 +00:00
elf32-m88k.c
elf32-mcore.c * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code. 2007-09-28 08:43:45 +00:00
elf32-mep.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
elf32-mips.c bfd/ 2008-08-07 19:57:28 +00:00
elf32-msp430.c * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code. 2007-09-28 08:43:45 +00:00
elf32-mt.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
elf32-openrisc.c * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code. 2007-09-28 08:43:45 +00:00
elf32-or32.c
elf32-pj.c
elf32-ppc.c * elf32-ppc.c (ppc_elf_relax_section): Clear R_PPC_PLTREL24 addend. 2008-08-06 07:29:31 +00:00
elf32-ppc.h
elf32-s390.c PR ld/5692 2008-02-12 11:32:31 +00:00
elf32-score.c * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code. 2007-09-28 08:43:45 +00:00
elf32-sh64-com.c
elf32-sh64.c
elf32-sh64.h
elf32-sh-relocs.h
elf32-sh-symbian.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
elf32-sh.c bfd/ 2008-03-25 18:56:02 +00:00
elf32-sparc.c
elf32-spu.c * elf32-spu.c (spu_elf_auto_overlay): Use the maximum possible 2008-08-04 13:01:42 +00:00
elf32-spu.h bfd/ 2008-06-16 16:16:31 +00:00
elf32-v850.c bfd/ 2007-09-26 13:45:32 +00:00
elf32-vax.c 2008-01-11 Tristan Gingold <gingold@adacore.com> 2008-01-11 09:07:04 +00:00
elf32-xc16x.c
elf32-xstormy16.c bfd/ 2007-09-26 13:45:32 +00:00
elf32-xtensa.c bfd/ 2008-05-07 23:13:09 +00:00
elf32.c
elf64-alpha.c include/ 2008-02-15 03:35:53 +00:00
elf64-gen.c
elf64-hppa.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
elf64-hppa.h
elf64-mips.c bfd/ 2008-08-07 19:57:28 +00:00
elf64-mmix.c * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code. 2007-09-28 08:43:45 +00:00
elf64-ppc.c bfd/ 2008-06-30 20:51:58 +00:00
elf64-ppc.h bfd/ 2008-01-15 07:25:49 +00:00
elf64-s390.c PR ld/5692 2008-02-12 11:32:31 +00:00
elf64-sh64.c * elf-bfd.h (_bfd_elf_section_from_bfd_section): Update prototype. 2008-03-11 23:23:23 +00:00
elf64-sparc.c include/ 2008-02-15 03:35:53 +00:00
elf64-x86-64.c bfd/ChangeLog: 2008-07-28 18:07:05 +00:00
elf64.c
elf-attrs.c
elf-bfd.h * bfd/elf-bfd.h: Declare elfcore_write_ppc_vsx. 2008-07-21 05:33:37 +00:00
elf-eh-frame.c * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Drop 2008-07-21 07:49:58 +00:00
elf-hppa.h include/elf/ 2008-03-12 08:37:09 +00:00
elf-m10200.c
elf-m10300.c * elf-m10300.c (mn10300_elf_final_link_relocate): Correct overflow 2008-07-15 18:48:07 +00:00
elf-strtab.c PR 868 2008-02-20 17:42:36 +00:00
elf-vxworks.c * elf-vxworks.c (elf_vxworks_emit_relocs): Don't clobber 2007-11-09 10:20:17 +00:00
elf-vxworks.h * elf-vxworks.h (elf_vxworks_add_dynamic_entries): Declare. 2007-11-08 13:57:44 +00:00
elf.c * elf.c (rewrite_elf_program_header): Don't wrap p_paddr to 2008-08-01 06:39:04 +00:00
elfcode.h * elfcore.h (elf_core_file_p): Ensure we have a backend match 2008-08-01 12:21:28 +00:00
elfcore.h * elfcore.h (elf_core_file_p): Ensure we have a backend match 2008-08-01 12:21:28 +00:00
elflink.c 2008-07-22 Simon Baldwin <simonb@google.com> 2008-07-22 04:58:33 +00:00
elfn32-mips.c bfd/ 2008-08-07 19:57:28 +00:00
elfxx-ia64.c 2008-03-14 H.J. Lu <hongjiu.lu@intel.com> 2008-03-14 16:40:09 +00:00
elfxx-mips.c bfd/ 2008-08-07 19:57:28 +00:00
elfxx-mips.h bfd/ 2008-08-07 19:57:28 +00:00
elfxx-sparc.c bfd/ 2008-04-16 08:51:18 +00:00
elfxx-sparc.h
elfxx-target.h * elf.c ( _bfd_elf_print_private_bfd_data): Call 2008-02-27 17:06:06 +00:00
epoc-pe-arm.c
epoc-pei-arm.c
format.c PR 4453 2008-01-21 04:56:47 +00:00
freebsd.h
gen-aout.c
genlink.h
go32stub.h
hash.c * bfd-in.h (bfd_hash_insert): Declare. 2007-09-19 12:08:34 +00:00
host-aout.c
hp300bsd.c
hp300hpux.c
hppabsd-core.c
hpux-core.c
i386aout.c
i386bsd.c
i386dynix.c
i386freebsd.c
i386linux.c include/ 2008-02-15 03:35:53 +00:00
i386lynx.c
i386mach3.c
i386msdos.c
i386netbsd.c
i386os9k.c
ieee.c bfd/ 2007-09-11 16:07:50 +00:00
ihex.c
init.c
irix-core.c
libaout.h
libbfd-in.h Add support for thin archives. 2008-03-28 06:49:44 +00:00
libbfd.c PR 868 2008-02-20 17:42:36 +00:00
libbfd.h bfd/ 2008-08-06 19:44:47 +00:00
libcoff-in.h * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
libcoff.h Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
libecoff.h * ecoff.c (_bfd_ecoff_archive_p): Delete. 2008-01-21 03:48:10 +00:00
libhppa.h
libieee.h
libnlm.h
liboasys.h
libpei.h * coff-sh.c (bfd_pe_print_pdata): Define to NULL for non 2008-07-21 14:09:57 +00:00
libxcoff.h
linker.c include/ 2008-02-15 03:35:53 +00:00
lynx-core.c
m68k4knetbsd.c
m68klinux.c include/ 2008-02-15 03:35:53 +00:00
m68knetbsd.c
m88kmach3.c
m88kopenbsd.c
mach-o-target.c
mach-o.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
mach-o.h
MAINTAINERS
Makefile.am Set LC_ALL=C rather than unsetting LC_COLLATE for sort. 2008-08-04 06:55:33 +00:00
Makefile.in Set LC_ALL=C rather than unsetting LC_COLLATE for sort. 2008-08-04 06:55:33 +00:00
makefile.vms
mep-relocs.pl
merge.c * merge.c (sec_merge_hash_lookup): Revert last change. 2007-11-05 02:13:46 +00:00
mipsbsd.c
mmo.c * srec.c (srec_canonicalize_symtab): Don't alloc when symcount 2007-07-26 11:13:59 +00:00
netbsd-core.c
netbsd.h
newsos3.c
nlm32-alpha.c
nlm32-i386.c
nlm32-ppc.c
nlm32-sparc.c
nlm32.c
nlm64.c
nlm-target.h
nlm.c
nlmcode.h
nlmswap.h
ns32k.h
ns32knetbsd.c
oasys.c
opncls.c Add support for thin archives. 2008-03-28 06:49:44 +00:00
osf-core.c
pc532-mach.c
pdp11.c
pe-arm-wince.c * coff-sh.c (bfd_pe_print_pdata): Define to NULL for non 2008-07-21 14:09:57 +00:00
pe-arm.c
pe-i386.c include 2007-11-04 23:49:09 +00:00
pe-mcore.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
pe-mips.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
pe-ppc.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
pe-sh.c
pe-x86_64.c
pef-traceback.h
pef.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
pef.h
pei-arm-wince.c
pei-arm.c
pei-i386.c Apply delta accidentally omitted from 2007-11-05 commit. 2007-11-09 08:35:29 +00:00
pei-mcore.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
pei-mips.c
pei-ppc.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
pei-sh.c
pei-x86_64.c
peicode.h * efi-rtdrv-ia32.c: New file. 2008-02-14 15:20:26 +00:00
peXXigen.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
PORTING
ppcboot.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
ptrace-core.c
README
reloc16.c * reloc16.c (bfd_coff_reloc16_get_value): Add support for 2008-04-25 16:02:43 +00:00
reloc.c bfd/ 2008-08-06 19:44:47 +00:00
riscix.c
rs6000-core.c * aix5ppc-core.c: Define macros for the default architecture and 2008-04-18 09:22:24 +00:00
sco5-core.c
section.c PR 5765 2008-02-15 10:35:46 +00:00
simple.c * simple.c (bfd_simple_get_relocated_section_contents): Set 2008-02-16 23:00:12 +00:00
som.c PR binutils/5146 2007-12-29 01:36:40 +00:00
som.h * syms.c (_bfd_stab_section_find_nearest_line): Look at the 2007-09-21 07:58:03 +00:00
sparclinux.c include/ 2008-02-15 03:35:53 +00:00
sparclynx.c
sparcnetbsd.c
srec.c * cache.c (cache_bread): Set bfd_error_file_truncated if EOF 2008-02-11 13:52:02 +00:00
stab-syms.c
stabs.c PR 868 2008-02-20 17:42:36 +00:00
stamp-h.in
sunos.c include/ 2008-02-15 03:35:53 +00:00
syms.c bfd/ 2008-06-30 20:51:58 +00:00
sysdep.h
targets.c * efi-rtdrv-ia32.c: New file. 2008-02-14 15:20:26 +00:00
targmatch.sed
tekhex.c 2007-07-26 Michael Snyder <msnyder@access-company.com> 2007-07-26 18:18:07 +00:00
ticoff.h
TODO
trad-core.c
vax1knetbsd.c
vaxbsd.c
vaxnetbsd.c
versados.c
version.h daily update 2008-08-07 00:00:05 +00:00
vms-gsd.c
vms-hdr.c
vms-misc.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
vms-tir.c PR 868 2008-02-20 17:42:36 +00:00
vms.c PR 868 2008-02-20 17:42:36 +00:00
vms.h
warning.m4 bfd/ 2008-02-04 19:43:51 +00:00
xcoff-target.h
xcofflink.c include/ 2008-02-15 03:35:53 +00:00
xsym.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
xsym.h
xtensa-isa.c bfd/ 2008-03-03 23:23:41 +00:00
xtensa-modules.c

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.