binutils-gdb/bfd
Nick Clifton 4ab2002928 * Makefile.am (BFD32_LIBS): Add arange-set.lo.
(BFD32_LIBS_CFILES): Add arange-set.c.
  (SOURCE_HFILES): Add arange-set.h
  (dwarf2.lo): Add dependency upon arange-set.h.
  (arange-set.lo): New target.
* Makefile.in: Regenerate.
* arange-set.c: New file.
* arange-set.h: New file.
* dwarf2.c: Include arange-set.h.
  (struct dwarf2_debug) Add new fields comp_unit_count and comp_unit_arange_set.
  (struct comp_unit) Replace field arange with a new field arange_set.
  (dwarf2_arange_set_allocate, dwarf2_arange_set_deallocate,
  (dwarf2_combine_arange_value, dwarf2_arange_set_new,
  (dwarf2_arange_set_with_value_new, dwarf2_comp_unit_arange_add): New
  functions to utilize arange set in dwarf2.c.
  (arange_add): Formatting change for a line longer than 80 characters.
  (decode_line_info): Replace call target arange_add with
  (dwarf2_comp_unit_arange_add.
  (read_rangelist_insert_arange_list,
  (read_rangelist_comp_unit_arange_add): New functions used as callbacks
  for read_rangelist.
  (read_rangelist): Change interface to accept a callback and data to
  allow caller to select the action peformed on a new range list read.
  (scan_unit_for_symbols): Use new interface of read_rangelist.
  (parse_comp_unit): Create an arange set for each new comp unit.  Use new
  interface of read_rangelist.  Replace call to arange_add with that to
  dwarf2_comp_unit_arange_add.
  (comp_unit_contains_address): Replace sequential search with a call to
  arange_set_lookup_address, which can handles large set efficiently.
  (stash_copy_local_aranges, stash_maybe_enable_arange_set,
  (stash_find_nearest_line_fast): New functions maintaining and using a
  valued global arange set for all compilation units to speed up
  bfd_dwarf2_find_nearest_line.
  (find_line): Use global arange set.  Replace sequential search over all
  compilation units with a call to stash_find_nearest_line_fast.  Add
  book keeping to count number of compilation units.  Replace empty
  arange list test with a call to arange_set_empty_p.
2007-09-21 16:16:18 +00:00
..
doc * Makefile.am (BFD32_LIBS): Add arange-set.lo. 2007-09-21 16:16:18 +00:00
hosts Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
po * po/fi.po: New Finnish translation. 2007-09-17 14:03:15 +00:00
acinclude.m4 bfd/ 2007-06-14 15:31:01 +00:00
aclocal.m4 Regenerate files. 2007-07-02 07:12:53 +00:00
aix5ppc-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aix386-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aout0.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aout32.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aout64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aout-adobe.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aout-arm.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aout-cris.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aout-ns32k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aout-sparcle.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aout-target.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aout-tic30.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aoutf1.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aoutx.h 2007-08-09 Michael Snyder <msnyder@access-company.com> 2007-08-09 23:14:55 +00:00
arange-set.c * Makefile.am (BFD32_LIBS): Add arange-set.lo. 2007-09-21 16:16:18 +00:00
arange-set.h * Makefile.am (BFD32_LIBS): Add arange-set.lo. 2007-09-21 16:16:18 +00:00
archive64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
archive.c * archive.c (do_slurp_bsd_armap, do_slurp_coff_armap, 2007-07-27 00:49:06 +00:00
archures.c bfd/ 2007-09-11 16:07:50 +00:00
armnetbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
bfd-in2.h * bfd-in.h (bfd_hash_insert): Declare. 2007-09-19 12:08:34 +00:00
bfd-in.h * bfd-in.h (bfd_hash_insert): Declare. 2007-09-19 12:08:34 +00:00
bfd.c * bfd.c (_bfd_default_error_handler): fflush stdout. 2007-09-15 03:02:01 +00:00
bfd.m4
bfdio.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
bfdwin.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
binary.c * srec.c (srec_canonicalize_symtab): Don't alloc when symcount 2007-07-26 11:13:59 +00:00
bout.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cache.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cf-i386lynx.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cf-sparclynx.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
ChangeLog * Makefile.am (BFD32_LIBS): Add arange-set.lo. 2007-09-21 16:16:18 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-9193
ChangeLog-9495
ChangeLog-9697
ChangeLog-9899
cisco-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff64-rs6000.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-alpha.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-apollo.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-arm.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-aux.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-go32.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-h8300.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-h8500.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-i386.c 2007-07-27 Michael Snyder <msnyder@access-company.com> 2007-07-27 21:23:01 +00:00
coff-i860.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-i960.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-ia64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-m68k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-m88k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-maxq.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-mcore.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-mips.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-or32.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-pmac.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-ppc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-rs6000.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-sh.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-sparc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-stgo32.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-svm68k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-tic4x.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-tic30.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-tic54x.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-tic80.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-u68k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-w65.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-we32k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-x86_64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-z8k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-z80.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coffcode.h bfd/ 2007-08-02 16:02:01 +00:00
coffgen.c * coffgen.c (coff_get_normalized_symtab): Correct cast. 2007-08-13 01:45:11 +00:00
cofflink.c 2007-07-27 Michael Snyder <msnyder@access-company.com> 2007-07-27 22:04:23 +00:00
coffswap.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
config.bfd * config.bfd: Set want64 for spu-*-elf. 2007-09-08 11:11:24 +00:00
config.in bfd/ 2007-09-13 14:58:47 +00:00
configure * po/fi.po: New Finnish translation. 2007-09-17 14:03:15 +00:00
configure.com
configure.host
configure.in * po/fi.po: New Finnish translation. 2007-09-17 14:03:15 +00:00
COPYING Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
corefile.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-alpha.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-arc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-arm.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-avr.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-bfin.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-cr16.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-cr16c.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-cris.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-crx.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-d10v.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-d30v.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-dlx.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-fr30.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-frv.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-h8300.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-h8500.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-hppa.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-i370.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-i386.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-i860.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-i960.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-ia64-opc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-ia64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-ip2k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-iq2000.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-m32c.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-m32r.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-m68hc11.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-m68hc12.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-m68k.c bfd/ 2007-09-11 16:07:50 +00:00
cpu-m88k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-m10200.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-m10300.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-maxq.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-mcore.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-mep.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-mips.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-mmix.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-msp430.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-mt.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-ns32k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-openrisc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-or32.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-pdp11.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-pj.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-powerpc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-rs6000.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-s390.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-score.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-sh.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-sparc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-spu.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-tic4x.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-tic30.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-tic54x.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-tic80.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-v850.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-vax.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-w65.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-we32k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-xc16x.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-xstormy16.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-xtensa.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-z8k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-z80.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
demo64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
dep-in.sed
dwarf1.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
dwarf2.c * Makefile.am (BFD32_LIBS): Add arange-set.lo. 2007-09-21 16:16:18 +00:00
ecoff.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
ecofflink.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
ecoffswap.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
efi-app-ia32.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
efi-app-ia64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
efi-app-x86_64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-am33lin.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-arc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-arm.c bfd: 2007-08-28 13:21:58 +00:00
elf32-avr.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-avr.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-bfin.c 2007-09-04 Michael Snyder <msnyder@access-company.com> 2007-09-05 18:49:41 +00:00
elf32-cr16.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-cr16c.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-cris.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-crx.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-d10v.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-d30v.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-dlx.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-fr30.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-frv.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-gen.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-h8300.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-hppa.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-hppa.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-i370.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-i386.c 2007-09-11 Jan Beulich <jbeulich@novell.com> 2007-09-11 15:44:19 +00:00
elf32-i860.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-i960.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-ip2k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-iq2000.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-m32c.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-m32r.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-m68hc1x.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-m68hc1x.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-m68hc11.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-m68hc12.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-m68k.c bfd/ 2007-09-11 16:07:50 +00:00
elf32-m88k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-mcore.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-mep.c * elf32-mep.c (mep_final_link_relocate) [R_MEP_HI16S]: Correctly compensate 2007-07-04 14:23:22 +00:00
elf32-mips.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-msp430.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-mt.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-openrisc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-or32.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-pj.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-ppc.c * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't eliminate 2007-07-10 07:42:30 +00:00
elf32-ppc.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-s390.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-score.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-sh64-com.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-sh64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-sh64.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-sh-relocs.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-sh-symbian.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-sh.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-sparc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-spu.c * elf32-spu.c (elf_howto_table): Formatting. 2007-09-04 04:09:22 +00:00
elf32-spu.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-v850.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-vax.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-xc16x.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-xstormy16.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-xtensa.c 2007-08-28 David Heine <dlheine@tensilica.com> 2007-08-28 18:43:03 +00:00
elf32.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf64-alpha.c * elf32-arm.c (elf32_arm_size_info): Init checksum_contents field. 2007-07-10 04:08:12 +00:00
elf64-gen.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf64-hppa.c * elf32-arm.c (elf32_arm_size_info): Init checksum_contents field. 2007-07-10 04:08:12 +00:00
elf64-hppa.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf64-mips.c * elf64-mips.c (elf_backend_sign_extend_vma): Define. 2007-08-24 13:46:32 +00:00
elf64-mmix.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf64-ppc.c * elf64-ppc.c (func_desc_adjust): When resolving undefined 2007-09-08 13:46:15 +00:00
elf64-ppc.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf64-s390.c * elf32-arm.c (elf32_arm_size_info): Init checksum_contents field. 2007-07-10 04:08:12 +00:00
elf64-sh64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf64-sparc.c * elf32-arm.c (elf32_arm_size_info): Init checksum_contents field. 2007-07-10 04:08:12 +00:00
elf64-x86-64.c 2007-09-11 Jan Beulich <jbeulich@novell.com> 2007-09-11 15:44:19 +00:00
elf64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf-attrs.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf-bfd.h bfd/ 2007-09-18 00:25:07 +00:00
elf-eh-frame.c Add support for building on a 64-bit Windows host. 2007-07-12 07:16:41 +00:00
elf-hppa.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf-m10200.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf-m10300.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf-strtab.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf-vxworks.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf-vxworks.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf.c * elf.c (bfd_section_from_shdr): Check bfd_alloc return. 2007-09-18 08:17:06 +00:00
elfcode.h 2007-08-14 Jan Kratochvil <jan.kratochvil@redhat.com> 2007-08-14 08:04:47 +00:00
elfcore.h 2007-08-04 H.J. Lu <hongjiu.lu@intel.com> 2007-08-04 16:31:00 +00:00
elflink.c * elf.c (bfd_section_from_shdr): Check bfd_alloc return. 2007-09-18 08:17:06 +00:00
elfn32-mips.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elfxx-ia64.c * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Warning fix. 2007-08-24 04:31:24 +00:00
elfxx-mips.c * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Make sure .got 2007-09-19 16:21:59 +00:00
elfxx-mips.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elfxx-sparc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elfxx-sparc.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elfxx-target.h * elf-bfd.h (struct elf_backend_data): Delete elf_backend_sprintf_vma 2007-09-12 10:00:15 +00:00
epoc-pe-arm.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
epoc-pei-arm.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
format.c * format.c (bfd_check_format_matches): Record matching targets even 2007-09-14 05:19:27 +00:00
freebsd.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
gen-aout.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
genlink.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
go32stub.h
hash.c * bfd-in.h (bfd_hash_insert): Declare. 2007-09-19 12:08:34 +00:00
host-aout.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
hp300bsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
hp300hpux.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
hppabsd-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
hpux-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
i386aout.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
i386bsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
i386dynix.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
i386freebsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
i386linux.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
i386lynx.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
i386mach3.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
i386msdos.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
i386netbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
i386os9k.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
ieee.c bfd/ 2007-09-11 16:07:50 +00:00
ihex.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
init.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
irix-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
libaout.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
libbfd-in.h 2007-07-26 Michael Snyder <msnyder@svkmacdonelllnx> 2007-07-27 01:04:29 +00:00
libbfd.c * srec.c (srec_get_section_contents): Return immediately on 2007-07-26 12:34:43 +00:00
libbfd.h 2007-07-26 Michael Snyder <msnyder@svkmacdonelllnx> 2007-07-27 01:04:29 +00:00
libcoff-in.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
libcoff.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
libecoff.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
libhppa.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
libieee.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
libnlm.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
liboasys.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
libpei.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
libxcoff.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
linker.c 2007-07-26 Michael Snyder <msnyder@svkmacdonelllnx> 2007-07-27 01:04:29 +00:00
lynx-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
m68k4knetbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
m68klinux.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
m68knetbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
m88kmach3.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
m88kopenbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
mach-o-target.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
mach-o.c * mach-o.c (bfd_mach_o_make_bfd_section): Fix test for non zerofill sections. 2007-08-31 14:55:24 +00:00
mach-o.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
MAINTAINERS
Makefile.am * Makefile.am (BFD32_LIBS): Add arange-set.lo. 2007-09-21 16:16:18 +00:00
Makefile.in * Makefile.am (BFD32_LIBS): Add arange-set.lo. 2007-09-21 16:16:18 +00:00
makefile.vms
mep-relocs.pl Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
merge.c * bfd-in.h (bfd_hash_insert): Declare. 2007-09-19 12:08:34 +00:00
mipsbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
mmo.c * srec.c (srec_canonicalize_symtab): Don't alloc when symcount 2007-07-26 11:13:59 +00:00
netbsd-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
netbsd.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
newsos3.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
nlm32-alpha.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
nlm32-i386.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
nlm32-ppc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
nlm32-sparc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
nlm32.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
nlm64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
nlm-target.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
nlm.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
nlmcode.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
nlmswap.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
ns32k.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
ns32knetbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
oasys.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
opncls.c * opncls.c (find_separate_debug_file): Ensure bfd_set_error has 2007-09-14 07:54:10 +00:00
osf-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pc532-mach.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pdp11.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pe-arm-wince.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pe-arm.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pe-i386.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pe-mcore.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pe-mips.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pe-ppc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pe-sh.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pe-x86_64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pef-traceback.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pef.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pef.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pei-arm-wince.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pei-arm.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pei-i386.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pei-mcore.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pei-mips.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pei-ppc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pei-sh.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pei-x86_64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
peicode.h Add support for building on a 64-bit Windows host. 2007-07-12 07:16:41 +00:00
peXXigen.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
PORTING
ppcboot.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
ptrace-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
README
reloc16.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
reloc.c * reloc.c (bfd_generic_get_relocated_section_contents): Avoid 2007-07-26 09:37:13 +00:00
riscix.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
rs6000-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
sco5-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
section.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
simple.c 2007-07-10 H.J. Lu <hongjiu.lu@intel.com> 2007-07-10 13:49:04 +00:00
som.c * syms.c (_bfd_stab_section_find_nearest_line): Look at the 2007-09-21 07:58:03 +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 Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
sparclynx.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
sparcnetbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
srec.c 2007-07-26 Michael Snyder <msnyder@access-company.com> 2007-07-26 18:45:13 +00:00
stab-syms.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
stabs.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
stamp-h.in
sunos.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
syms.c * syms.c (_bfd_stab_section_find_nearest_line): Look at the 2007-09-21 07:58:03 +00:00
sysdep.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
targets.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +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 Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
TODO
trad-core.c * trad-core.c (NBPG): If not defined, set to getpagesize(). 2007-07-15 06:33:34 +00:00
vax1knetbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
vaxbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
vaxnetbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
versados.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
version.h daily update 2007-09-21 00:00:05 +00:00
vms-gsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
vms-hdr.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
vms-misc.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
vms-tir.c 2007-08-01 Michael Snyder <msnyder@access-company.com> 2007-08-01 20:06:05 +00:00
vms.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
vms.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
warning.m4
xcoff-target.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
xcofflink.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
xsym.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
xsym.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
xtensa-isa.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
xtensa-modules.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00

BFD is an object file library.  It permits applications to use the
same routines to process object files regardless of their format.

BFD is used by the GNU debugger, assembler, linker, and the binary
utilities.

The documentation on using BFD is scanty and may be occasionally
incorrect.  Pointers to documentation problems, or an entirely
rewritten manual, would be appreciated.

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

BFD is normally built as part of another package.  See the build
instructions for that package, probably in a README file in the
appropriate directory.

BFD supports the following configure options:

  --target=TARGET
	The default target for which to build the library.  TARGET is
	a configuration target triplet, such as sparc-sun-solaris.
  --enable-targets=TARGET,TARGET,TARGET...
	Additional targets the library should support.  To include
	support for all known targets, use --enable-targets=all.
  --enable-64-bit-bfd
	Include support for 64 bit targets.  This is automatically
	turned on if you explicitly request a 64 bit target, but not
	for --enable-targets=all.  This requires a compiler with a 64
	bit integer type, such as gcc.
  --enable-shared
	Build BFD as a shared library.
  --with-mmap
	Use mmap when accessing files.  This is faster on some hosts,
	but slower on others.  It may not work on all hosts.

Report bugs with BFD to bug-binutils@gnu.org.

Patches are encouraged.  When sending patches, always send the output
of diff -u or diff -c from the original file to the new file.  Do not
send default diff output.  Do not make the diff from the new file to
the original file.  Remember that any patch must not break other
systems.  Remember that BFD must support cross compilation from any
host to any target, so patches which use ``#ifdef HOST'' are not
acceptable.  Please also read the ``Reporting Bugs'' section of the
gcc manual.

Bug reports without patches will be remembered, but they may never get
fixed until somebody volunteers to fix them.