binutils-gdb/bfd
Julian Brown 48229727d8 ld/
* emultempl/armelf.em (fix_cortex_a8): New.
    (arm_elf_before_allocation): Call bfd_elf32_arm_set_cortex_a8_fix.
    (arm_elf_create_output_section_statements): Add fix_cortex_a8 to
    bfd_elf32_arm_set_target_relocs.
    (OPTION_FIX_CORTEX_A8, OPTION_NO_FIX_CORTEX_A8): New.
    (PARSE_AND_LIST_LONGOPTS): Add [no-]fix-cortex-a8 options.
    (PARSE_AND_LIST_OPTIONS): Add [no-]fix-cortex-a8 options.
    (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_[NO_]FIX_CORTEX_A8.
    * ld.texinfo (--[no-]fix-cortex-a8): Briefly document new options.

    bfd/
    * elf32-arm.c (THUMB16_BCOND_INSN, THUMB32_INSN, THUMB32_B_INSN):
    New macros.
    (elf32_arm_stub_a8_veneer_b_cond, elf32_arm_stub_a8_veneer_b)
    (elf32_arm_stub_a8_veneer_blx): New stub sequences.
    (elf32_arm_stub_type): Add arm_stub_a8_veneer_b_cond,
    arm_stub_a8_veneer_b and arm_stub_a8_veneer_blx.
    (elf32_arm_stub_hash_entry): Add target_addend, orig_insn fields.
    (a8_erratum_fix, a8_erratum_reloc): New structs.
    (elf32_arm_link_hash_table): Add a8_erratum_fixes,
    num_a8_erratum_fixes, fix_cortex_a8 fields.
    (elf32_arm_link_hash_table_create): Zero fix_cortex_a8.
    (elf32_arm_add_stub): Split into two parts, creating...
    (elf32_arm_create_or_find_stub_sec): New function.
    (elf32_arm_final_link_relocate): Add forward declaration.
    (arm_build_one_stub): Add support for THUMB32_TYPE, Thumb-2
    relocations, multiple relocations per stub.
    (find_stub_size_and_template): New (using parts of
    arm_size_one_stub).
    (arm_size_one_stub): Use find_stub_size_and_template.
    (a8_reloc_compare): New.
    (find_thumb_glue): Add forward declaration.
    (cortex_a8_erratum_scan): New.
    (elf32_arm_size_stubs): Add Cortex-A8 erratum workaround support.
    (bfd_elf32_arm_set_cortex_a8_fix): New.
    (bfd_elf32_arm_set_target_relocs): Add fix_cortex_a8 argument.
    (arm_map_one_stub): Add THUMB32_TYPE support.
    (a8_branch_to_stub_data): New.
    (make_branch_to_a8_stub): New.
    (elf32_arm_write_section): Add Cortex-A8 erratum workaround support.
    * bfd-in.h (bfd_elf32_arm_set_cortex_a8_fix): New.
    (bfd_elf32_arm_set_target_relocs): Add argument for controlling
    Cortex-A8 erratum workaround.
    * bfd-in2.h: Regenerate.

    ld/testsuite/
    * ld-arm/cortex-a8-arm-target.s: New.
    * ld-arm/cortex-a8-thumb-target.s: New.
    * ld-arm/cortex-a8-fix-b-rel.s: New.
    * ld-arm/cortex-a8-fix-b-rel-arm.d: New.
    * ld-arm/cortex-a8-fix-b-rel-thumb.d: New.
    * ld-arm/cortex-a8-fix-b.s: New.
    * ld-arm/cortex-a8-fix-b.d: New.
    * ld-arm/cortex-a8-fix-bl-rel.s: New.
    * ld-arm/cortex-a8-fix-bl-rel-arm.d: New.
    * ld-arm/cortex-a8-fix-bl-rel-thumb.d: New.
    * ld-arm/cortex-a8-fix-bl.s: New.
    * ld-arm/cortex-a8-fix-bl.d: New.
    * ld-arm/cortex-a8-fix-bcc-rel.s: New.
    * ld-arm/cortex-a8-fix-bcc-rel-thumb.d: New.
    * ld-arm/cortex-a8-fix-bcc.s: New.
    * ld-arm/cortex-a8-fix-bcc.d: New.
    * ld-arm/cortex-a8-fix-blx-rel.s: New.
    * ld-arm/cortex-a8-fix-blx-rel-arm.d: New.
    * ld-arm/cortex-a8-fix-blx-rel-thumb.d: New.
    * ld-arm/cortex-a8-fix-blx.s: New.
    * ld-arm/cortex-a8-fix-blx.d: New.
    * ld-arm/arm-elf.exp: Add new tests.
2009-05-22 11:58:45 +00:00
..
doc Run "make dep-am" and regenerate 2009-05-22 09:33:16 +00:00
hosts bfd/ 2008-11-14 09:57:35 +00:00
po Run "make dep-am" and regenerate 2009-05-22 09:33:16 +00:00
COPYING Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
ChangeLog ld/ 2009-05-22 11:58:45 +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-2006 Move 2006 ChangeLog entries to ChangeLog-2006. 2007-01-09 14:29:31 +00:00
ChangeLog-2007 Move 2007 ChangeLog entries to ChangeLog-2007. 2008-01-02 21:41:02 +00:00
ChangeLog-2008 bfd/ 2009-01-02 16:48:11 +00:00
ChangeLog-9193
ChangeLog-9495
ChangeLog-9697
ChangeLog-9899
MAINTAINERS
Makefile.am Run "make dep-am" and regenerate 2009-05-22 09:33:16 +00:00
Makefile.in Run "make dep-am" and regenerate 2009-05-22 09:33:16 +00:00
PORTING
README
TODO
acinclude.m4 bfd/ 2007-06-14 15:31:01 +00:00
aclocal.m4 * configure: Regenerate for new libtool. 2008-09-29 15:34:33 +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 Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aout-adobe.c bfd/ 2009-04-16 23:07:00 +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 bfd/ 2009-04-16 23:07:00 +00:00
aout-tic30.c bfd/ 2009-04-16 23:07:00 +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
aoutf1.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
aoutx.h bfd: 2009-02-03 18:16:04 +00:00
archive.c [bfd/ChangeLog] 2009-03-11 04:36:40 +00:00
archive64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
archures.c Add new binutils target: moxie 2009-04-16 15:39:48 +00:00
armnetbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
bfd-in.h ld/ 2009-05-22 11:58:45 +00:00
bfd-in2.h ld/ 2009-05-22 11:58:45 +00:00
bfd.c * verilog.c: New file. 2009-04-27 14:27:36 +00:00
bfd.m4 * bfd.m4 (BFD_NEED_DECLARATION): Remove. 2005-07-13 21:19:13 +00:00
bfdio.c 2009-02-23 Tristan Gingold <gingold@adacore.com> 2009-02-23 09:28:43 +00:00
bfdwin.c 2008-11-20 Tristan Gingold <gingold@adacore.com> 2008-11-20 09:49:00 +00:00
binary.c bfd/ 2009-04-16 23:07:00 +00:00
bout.c bfd/ 2009-04-16 23:07:00 +00:00
cache.c * cache.c (cache_bread): Cast void * pointer before performing 2008-10-30 09:05:32 +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 Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cisco-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-alpha.c bfd/ 2009-04-16 23:07:00 +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 * coff-arm.c (coff_arm_merge_private_bfd_data): Use "error:", not 2009-03-28 23:19:00 +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 Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
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 2009-04-21 H.J. Lu <hongjiu.lu@intel.com> 2009-04-21 17:08:20 +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 bfd/ 2009-04-16 23:07:00 +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 Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
coff-ppc.c 2009-01-03 H.J. Lu <hongjiu.lu@intel.com> 2009-01-03 16:19:52 +00:00
coff-rs6000.c bfd/ 2009-04-16 23:07:00 +00:00
coff-sh.c bfd/ChangeLog 2009-02-18 18:23:08 +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 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 * 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 Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
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 bfd/ChangeLog 2009-04-21 02:13:48 +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 Fix copy-paste bug that caused z80-objdump to issue warnings about stabs debugging symbols rather than to show them. 2008-12-29 17:06:46 +00:00
coff64-rs6000.c bfd/ 2009-04-16 23:07:00 +00:00
coffcode.h 2009-04-21 H.J. Lu <hongjiu.lu@intel.com> 2009-04-21 17:08:20 +00:00
coffgen.c * coffgen.c (coff_print_symbol): Use bfd_fprintf_vma, not 2009-05-21 12:52:37 +00:00
cofflink.c ==> bfd/ChangeLog <== 2009-05-19 16:08:08 +00:00
coffswap.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
compress.c bfd/ 2008-07-10 01:32:23 +00:00
config.bfd bfd/ 2009-04-17 13:46:18 +00:00
config.in * configure, config.in: Rebuild. 2008-11-06 14:10:46 +00:00
configure bfd/ 2009-04-17 13:46:18 +00:00
configure.com bfd/ 2008-11-14 09:57:35 +00:00
configure.host * configure.host (hppa*64*-*-hpux*): Set host64 to true. 2005-12-30 22:25:57 +00:00
configure.in bfd/ 2009-04-17 13:46:18 +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 * coff-arm.c (coff_arm_merge_private_bfd_data): Use "error:", not 2009-03-28 23:19:00 +00:00
cpu-avr.c 2008-12-09 Tristan Gingold <gingold@adacore.com> 2008-12-09 09:51:08 +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 2009-03-24 H.J. Lu <hongjiu.lu@intel.com> 2009-03-24 18:07:14 +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-lm32.c Add LM32 port. 2008-12-23 19:10:25 +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 [include/elf] 2009-04-08 02:24:23 +00:00
cpu-mips.c bfd: 2009-02-03 18:16:04 +00:00
cpu-mmix.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
cpu-moxie.c Add new binutils target: moxie 2009-04-16 15:39:48 +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 missed from 20080414 commit for e500mc support 2008-04-30 06:47:24 +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 Add support for Score7 architecture. 2009-03-02 10:33:08 +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 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 2009-03-16 Andrew Stubbs <ams@codesourcery.com> 2009-03-16 12:41:26 +00:00
ecoff.c include/elf/ 2009-03-04 05:50:50 +00:00
ecofflink.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
ecoffswap.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf-attrs.c * coff-arm.c (coff_arm_merge_private_bfd_data): Use "error:", not 2009-03-28 23:19:00 +00:00
elf-bfd.h * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf-eh-frame.c bfd/ 2009-02-01 12:05:25 +00:00
elf-hppa.h * elf_hppa_add_symbol_hook (elf_hppa_add_symbol_hook): Move to 2009-03-01 17:08:54 +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 * elflink.c (is_reloc_section): New function. Returns true if the 2008-11-25 13:03:56 +00:00
elf-strtab.c PR 868 2008-02-20 17:42:36 +00:00
elf-vxworks.c * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf-vxworks.h * elf-vxworks.h (elf_vxworks_add_dynamic_entries): Declare. 2007-11-08 13:57:44 +00:00
elf.c include/elf 2009-04-30 15:47:13 +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 ld/ 2009-05-22 11:58:45 +00:00
elf32-avr.c PR 9841 2009-02-18 15:28:56 +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 Remove unnecessary ATTRIBUTE_UNUSED 2009-05-10 23:33:50 +00:00
elf32-cr16.c * Add PIC support for CR16 target. 2008-11-27 12:26:49 +00:00
elf32-cr16c.c * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf32-cris.c * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD> 2009-03-25 03:03:40 +00:00
elf32-crx.c 2009-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com> 2009-03-25 08:05:57 +00:00
elf32-d10v.c * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code. 2007-09-28 08:43:45 +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 * 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 Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf32-h8300.c [bfd] 2009-04-07 18:21:22 +00:00
elf32-hppa.c * elf32-hppa.c (final_link_relocate): Cast bfd_vma values to long 2009-03-19 10:40:06 +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 * elflink.c (is_reloc_section): New function. Returns true if the 2008-11-25 13:03:56 +00:00
elf32-i386.c include/elf 2009-04-30 15:47:13 +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 Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
elf32-lm32.c Add LM32 port. 2008-12-23 19:10:25 +00:00
elf32-m32c.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
elf32-m32r.c * elflink.c (is_reloc_section): New function. Returns true if the 2008-11-25 13:03:56 +00:00
elf32-m68hc1x.c include/ 2009-03-18 11:27:18 +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 M68K TLS support. 2009-02-03 14:36:47 +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 * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code. 2007-09-28 08:43:45 +00:00
elf32-mep.c [include/elf] 2009-04-08 02:24:23 +00:00
elf32-mips.c * elf32-mips.c (mips_elf_final_gp): Don't add 0x4000 offset for 2009-02-12 08:28:19 +00:00
elf32-moxie.c Add new binutils target: moxie 2009-04-16 15:39:48 +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 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 (is_pic_glink_stub): Delete. 2009-03-21 02:35:27 +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 2009-03-20 Martin Schwidefsky <schwidefsky@de.ibm.com> 2009-03-20 12:57:15 +00:00
elf32-score.c * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf32-score.h * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf32-score7.c * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +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 * elf64-ppc.c (ppc64_elf_process_dot_syms): Renamed from 2008-10-20 11:05:47 +00:00
elf32-sh.c * elflink.c (is_reloc_section): New function. Returns true if the 2008-11-25 13:03:56 +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 * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf32-sh64.h 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 * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf32-spu.h bfd/ 2009-05-14 04:30:03 +00:00
elf32-v850.c * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf32-vax.c 2009-04-01 Matt Thomas <matt@netbsd.org> 2009-04-02 00:20:42 +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 bfd/ 2007-09-26 13:45:32 +00:00
elf32-xtensa.c 2009-04-02 Sterling Augustine <sterling@jaw.hq.tensilica.com> 2009-04-03 16:06:40 +00:00
elf32.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf64-alpha.c * elflink.c (is_reloc_section): New function. Returns true if the 2008-11-25 13:03:56 +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 * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf64-hppa.h * elf64-hppa.c: Remove PARAMS macro. Replace PTR with void *. Convert 2009-02-08 17:08:31 +00:00
elf64-mips.c 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
elf64-mmix.c * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf64-ppc.c * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf64-ppc.h bfd/ 2008-01-15 07:25:49 +00:00
elf64-s390.c 2009-03-20 Martin Schwidefsky <schwidefsky@de.ibm.com> 2009-03-20 12:57:15 +00:00
elf64-sh64.c * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf64-sparc.c * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf64-x86-64.c include/elf 2009-04-30 15:47:13 +00:00
elf64.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elfcode.h include/elf 2009-04-30 15:47:13 +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 * elflink.c (elf_link_input_bfd): Correct *pindex change in last 2009-05-21 14:32:29 +00:00
elfn32-mips.c 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
elfxx-ia64.c * include/elf/ia64.h (SHT_IA_64_VMS_DISPLAY_NAME_INFO, 2009-01-15 12:42:52 +00:00
elfxx-mips.c * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elfxx-mips.h * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elfxx-sparc.c * elflink.c (is_reloc_section): New function. Returns true if the 2008-11-25 13:03:56 +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 bfd/ 2009-04-16 23:07:00 +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 PR 4453 2008-01-21 04:56:47 +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 * hpux-core.c: Don't include sys/file.h. 2008-11-29 00:26:39 +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 include/ 2008-02-15 03:35:53 +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 bfd/ 2009-04-16 23:07:00 +00:00
i386netbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
i386os9k.c bfd/ 2009-04-16 23:07:00 +00:00
ieee.c bfd/ 2009-04-16 23:07:00 +00:00
ihex.c bfd/ 2009-04-16 23:07:00 +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 bfd/ 2009-04-16 23:07:00 +00:00
libbfd.c PR 868 2008-02-20 17:42:36 +00:00
libbfd.h bfd/ 2009-04-16 23:07:00 +00:00
libcoff-in.h 2009-04-21 H.J. Lu <hongjiu.lu@intel.com> 2009-04-21 17:08:20 +00:00
libcoff.h 2009-04-21 H.J. Lu <hongjiu.lu@intel.com> 2009-04-21 17:08:20 +00:00
libecoff.h bfd/ChangeLog 2009-02-18 18:23:08 +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 bfd/ChangeLog 2009-04-21 02:13:48 +00:00
libxcoff.h bfd/ChangeLog 2009-02-18 18:23:08 +00:00
linker.c bfd/ChangeLog 2009-05-04 12:09:30 +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 include/ 2008-02-15 03:35:53 +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 2008-11-06 Tristan Gingold <gingold@adacore.com> 2008-11-06 13:03:43 +00:00
mach-o.c bfd/ 2009-04-16 23:07:00 +00:00
mach-o.h 2008-12-23 Tristan Gingold <gingold@adacore.com> 2008-12-23 11:32:45 +00:00
makefile.vms 2009-02-23 Tristan Gingold <gingold@adacore.com> 2009-02-23 09:28:43 +00:00
mep-relocs.pl Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
merge.c * merge.c (sec_merge_hash_lookup): Revert last change. 2007-11-05 02:13:46 +00:00
mipsbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
mmo.c bfd/ 2009-04-16 23:07:00 +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
nlm-target.h bfd/ 2009-04-16 23:07:00 +00:00
nlm.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
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 bfd/ 2009-04-16 23:07:00 +00:00
opncls.c (find_separate_debug_file): Use the canonical 2008-08-23 08:08:58 +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 PR 9695 2009-01-19 06:11:22 +00:00
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 Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
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 bfd/ChangeLog 2009-02-18 18:23:08 +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 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
peXXigen.c * coffgen.c (coff_print_symbol): Use bfd_fprintf_vma, not 2009-05-21 12:52:37 +00:00
pef-traceback.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pef.c bfd/ 2009-04-16 23:07:00 +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 bfd/ChangeLog 2009-02-18 18:23:08 +00:00
pei-i386.c bfd/ChangeLog 2009-02-18 18:23:08 +00:00
pei-ia64.c 2009-04-21 H.J. Lu <hongjiu.lu@intel.com> 2009-04-21 17:08:20 +00:00
pei-mcore.c bfd/ChangeLog 2009-02-18 18:23:08 +00:00
pei-mips.c bfd/ChangeLog 2009-02-18 18:23:08 +00:00
pei-ppc.c bfd/ChangeLog 2009-02-18 18:23:08 +00:00
pei-sh.c bfd/ChangeLog 2009-02-18 18:23:08 +00:00
pei-x86_64.c bfd/ChangeLog 2009-04-21 02:13:48 +00:00
peicode.h 2009-04-21 H.J. Lu <hongjiu.lu@intel.com> 2009-04-21 17:08:20 +00:00
ppcboot.c bfd/ 2009-04-16 23:07:00 +00:00
ptrace-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
reloc.c include/elf/ 2009-03-04 05:50:50 +00:00
reloc16.c * reloc16.c (bfd_coff_reloc16_get_value): Add support for 2008-04-25 16:02:43 +00:00
riscix.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
rs6000-core.c * aix5ppc-core.c: Define macros for the default architecture and 2008-04-18 09:22:24 +00:00
sco5-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
section.c * section.c (bfd_get_section_contents): Detect and handle the case 2009-03-27 11:38:30 +00:00
simple.c * simple.c (bfd_simple_get_relocated_section_contents): Use larger 2009-03-16 00:52:37 +00:00
som.c bfd/ 2009-04-16 23:07:00 +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 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 bfd/ 2009-04-16 23:07:00 +00:00
stab-syms.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
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 include/elf 2009-04-30 15:47:13 +00:00
sysdep.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
targets.c * verilog.c: New file. 2009-04-27 14:27:36 +00:00
targmatch.sed
tekhex.c bfd/ 2009-04-16 23:07:00 +00:00
ticoff.h bfd/ChangeLog 2009-02-18 18:23:08 +00:00
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
verilog.c * verilog.c: New file. 2009-04-27 14:27:36 +00:00
versados.c bfd/ 2009-04-16 23:07:00 +00:00
version.h daily update 2009-05-22 00:00:05 +00:00
vms-gsd.c 2009-02-23 Tristan Gingold <gingold@adacore.com> 2009-02-23 09:28:43 +00:00
vms-hdr.c bfd/ 2009-03-18 11:47:18 +00:00
vms-misc.c 2009-02-23 Tristan Gingold <gingold@adacore.com> 2009-02-23 09:28:43 +00:00
vms-tir.c 2009-02-23 Tristan Gingold <gingold@adacore.com> 2009-02-23 09:28:43 +00:00
vms.c bfd/ 2009-04-16 23:07:00 +00:00
vms.h 2009-02-23 Tristan Gingold <gingold@adacore.com> 2009-02-23 09:28:43 +00:00
vmsutil.c * vmsutil.c (vms_file_stats_name): Fix incorrect use of st_mtime 2009-02-20 18:53:12 +00:00
vmsutil.h * include/elf/ia64.h (SHT_IA_64_VMS_DISPLAY_NAME_INFO, 2009-01-15 12:42:52 +00:00
warning.m4 bfd/ 2008-02-04 19:43:51 +00:00
xcoff-target.h bfd/ 2009-04-16 23:07:00 +00:00
xcofflink.c bfd/ 2009-04-16 23:07:00 +00:00
xsym.c bfd/ 2009-04-16 23:07:00 +00:00
xsym.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
xtensa-isa.c 2008-11-21 Sterling Augustine <sterling@tensilica.com> 2008-11-21 22:13:32 +00:00
xtensa-modules.c 2009-02-24 Sterling Augustine <sterling@jaw.hq.tensilica.com> 2009-02-24 23:26:40 +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.