binutils-gdb/bfd
Nick Clifton 8e45593ff3 2010-05-21 Daniel Jacobowitz <dan@codesourcery.com>
Joseph Myers  <joseph@codesourcery.com>
            Andrew Stubbs  <ams@codesourcery.com>

        bfd/
        * config.bfd (sh-*-uclinux* | sh[12]-*-uclinux*): Add
        bfd_elf32_shl_vec, and FDPIC vectors to targ_selvecs.
        * configure.in: Handle FDPIC vectors.
        * elf32-sh-relocs.h: Add FDPIC and movi20 relocations.
        * elf32-sh.c (DEFAULT_STACK_SIZE): Define.
        (SYMBOL_FUNCDESC_LOCAL): Define.  Use it instead of
        SYMBOL_REFERENCES_LOCAL for function descriptors.
        (fdpic_object_p): New.
        (sh_reloc_map): Add FDPIC and movi20 relocations.
        (sh_elf_info_to_howto, sh_elf_relocate_section): Handle new invalid
        range.
        (struct elf_sh_plt_info): Add got20 and short_plt.  Update all
        definitions.
        (FDPIC_PLT_ENTRY_SIZE, FDPIC_PLT_LAZY_OFFSET): Define.
        (fdpic_sh_plt_entry_be, fdpic_sh_plt_entry_le, fdpic_sh_plts): New.
        (FDPIC_SH2A_PLT_ENTRY_SIZE, FDPIC_SH2A_PLT_LAZY_OFFSET): Define.
        (fdpic_sh2a_plt_entry_be, fdpic_sh2a_plt_entry_le)
        (fdpic_sh2a_short_plt_be, fdpic_sh2a_short_plt_le, fdpic_sh2a_plts):
        New.
        (get_plt_info): Handle FDPIC.
        (MAX_SHORT_PLT): Define.
        (get_plt_index, get_plt_offset): Handle short_plt.
        (union gotref): New.
        (struct elf_sh_link_hash_entry): Add funcdesc, rename tls_type to
        got_type and adjust all uses.  Add GOT_FUNCDESC.
        (struct sh_elf_obj_tdata): Add local_funcdesc.  Rename
        local_got_tls_type to local_got_type.
        (sh_elf_local_got_type): Renamed from sh_elf_local_got_tls_type.  All
        users changed.
        (sh_elf_local_funcdesc): Define.
        (struct elf_sh_link_hash_table): Add sfuncdesc, srelfuncdesc, fdpic_p,
        and srofixup.
        (sh_elf_link_hash_newfunc): Initialize new fields.
        (sh_elf_link_hash_table_create): Set fdpic_p.
        (sh_elf_omit_section_dynsym): New.
        (create_got_section): Create .got.funcdesc, .rela.got.funcdesc
        and .rofixup.
        (allocate_dynrelocs): Allocate local function descriptors and space
        for R_SH_FUNCDESC-related relocations, and for rofixups.
        Handle GOT_FUNCDESC.  Create fixups.  Handle GOT entries which
        require function descriptors.
        (sh_elf_always_size_sections): Handle PT_GNU_STACK and __stacksize.
        (sh_elf_modify_program_headers): New.
        (sh_elf_size_dynamic_sections): Allocate function descriptors for
        local symbols.  Allocate .got.funcdesc contents.  Allocate rofixups.
        Handle local GOT entries of type GOT_FUNCDESC.  Create fixups for
        local GOT entries.  Ensure that FDPIC libraries always have a PLTGOT
        entry in the .dynamic section.
        (sh_elf_add_dyn_reloc, sh_elf_got_offset, sh_elf_initialize_funcdesc)
        (sh_elf_add_rofixup, sh_elf_osec_to_segment)
        (sh_elf_osec_readonly_p, install_movi20_field): New functions.
        (sh_elf_relocate_section): Handle new relocations, R_SH_FUNCDESC,
        R_SH_GOTFUNCDESC and R_SH_GOTOFFFUNCDESC.  Use sh_elf_got_offset
        and .got.plt throughout to find _GLOBAL_OFFSET_TABLE_.  Add rofixup
        read-only section warnings.  Handle undefined weak symbols.  Generate
        fixups for R_SH_DIR32 and GOT entries.  Check for cross-segment
        relocations and clear EF_SH_PIC.  Handle 20-bit relocations.
        Always generate R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE.
        (sh_elf_gc_sweep_hook): Handle R_SH_FUNCDESC, R_SH_GOTOFF20,
        R_SH_GOTFUNCDESC, R_SH_GOTFUNCDESC20, and R_SH_GOTOFFFUNCDESC.
        Handle 20-bit relocations.
        (sh_elf_copy_indirect_symbol): Copy function descriptor reference
        counts.
        (sh_elf_check_relocs): Handle new relocations.  Make symbols
        dynamic for FDPIC relocs.  Account for rofixups.  Error for FDPIC
        symbol mismatches.  Allocate a GOT for R_SH_DIR32. Allocate fixups
        for R_SH_DIR32.
        (sh_elf_copy_private_data): Copy PT_GNU_STACK size.
        (sh_elf_merge_private_data): Copy initial flags.  Do not clobber
        non-mach flags.  Set EF_SH_PIC for FDPIC.  Reject FDPIC mismatches.
        (sh_elf_finish_dynamic_symbol): Do not handle got_funcdesc entries
        here.  Rename sgot to sgotplt and srel to srelplt.  Handle short_plt,
        FDPIC descriptors, and got20.  Create R_SH_FUNCDESC_VALUE for FDPIC.
        Use install_movi20_field.  Rename srel to srelgot.  Always generate
        R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE.
        (sh_elf_finish_dynamic_sections): Fill in the GOT pointer in rofixup.
        Do not fill in reserved GOT entries for FDPIC.  Correct DT_PLTGOT.
        Rename sgot to sgotplt.  Assert that the right number of rofixups
        and dynamic relocations were allocated.
        (sh_elf_use_relative_eh_frame, sh_elf_encode_eh_address): New.
        (elf_backend_omit_section_dynsym): Use sh_elf_omit_section_dynsym.
        (elf_backend_can_make_relative_eh_frame)
        (elf_backend_can_make_lsda_relative_eh_frame)
        (elf_backend_encode_eh_address): Define.
        (TARGET_BIG_SYM, TARGET_BIG_NAME, TARGET_LITTLE_SYM)
        (TARGET_LITTLE_NAME, elf_backend_modify_program_headers, elf32_bed):
        Redefine for FDPIC vector.
        * reloc.c: Add SH FDPIC and movi20 relocations.
        * targets.c (_bfd_target_vector): Add FDPIC vectors.
        * configure, bfd-in2.h, libbfd.h: Regenerated.

        binutils/
        * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.

        gas/
        * config/tc-sh.c (sh_fdpic): New.
        (sh_check_fixup): Handle relocations on movi20.
        (parse_exp): Do not reject PIC operators here.
        (build_Mytes): Check for unhandled PIC operators here.  Use
        sh_check_fixup for movi20.
        (enum options): Add OPTION_FDPIC.
        (md_longopts, md_parse_option, md_show_usage): Add --fdpic.
        (sh_fix_adjustable, md_apply_fix): Handle FDPIC and movi20 relocations.
        (sh_elf_final_processing): Handle --fdpic.
        (sh_uclinux_target_format): New.
        (sh_parse_name): Handle FDPIC relocation operators.
        * config/tc-sh.h (TARGET_FORMAT): Define specially for TE_UCLINUX.
        (sh_uclinux_target_format): Declare for TE_UCLINUX.
        * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): Set
        em=uclinux.
        * doc/c-sh.texi (SH Options): Document --fdpic.

        gas/testsuite/
        * gas/sh/basic.exp: Run new tests.  Handle uClinux like Linux.
        * gas/sh/fdpic.d: New file.
        * gas/sh/fdpic.s: New file.
        * gas/sh/reg-prefix.d: Force big-endian.
        * gas/sh/sh2a-pic.d: New file.
        * gas/sh/sh2a-pic.s: New file.
        * lib/gas-defs.exp (is_elf_format): Include sh*-*-uclinux*.

        include/elf/
        * sh.h (EF_SH_PIC, EF_SH_FDPIC): Define.
        (R_SH_FIRST_INVALID_RELOC_6, R_SH_LAST_INVALID_RELOC_6): New.  Adjust
        other invalid ranges.
        (R_SH_GOT20, R_SH_GOTOFF20, R_SH_GOTFUNCDESC, R_SH_GOTFUNCDESC20)
        (R_SH_GOTOFFFUNCDESC, R_SH_GOTOFFFUNCDESC20, R_SH_FUNCDESC)
        (R_SH_FUNCDESC_VALUE): New.

        ld/
        * Makefile.am (ALL_EMULATIONS): Add eshelf_fd.o and eshlelf_fd.o.
        (eshelf_fd.c, eshlelf_fd.c): New rules.
        * Makefile.in: Regenerate.
        * configure.tgt (sh-*-uclinux*): Add shelf_fd and shlelf_fd
        emulations.
        * emulparams/shelf_fd.sh: New file.
        * emulparams/shlelf_fd.sh: New file.
        * emulparams/shlelf_linux.sh: Update comment.

        ld/testsuite/
        * ld-sh/sh.exp: Handle uClinux like Linux.
        * lib/ld-lib.exp (is_elf_format): Include sh*-*-uclinux*.
        * ld-sh/fdpic-funcdesc-shared.d: New file.
        * ld-sh/fdpic-funcdesc-shared.s: New file.
        * ld-sh/fdpic-funcdesc-static.d: New file.
        * ld-sh/fdpic-funcdesc-static.s: New file.
        * ld-sh/fdpic-gotfuncdesc-shared.d: New file.
        * ld-sh/fdpic-gotfuncdesc-shared.s: New file.
        * ld-sh/fdpic-gotfuncdesc-static.d: New file.
        * ld-sh/fdpic-gotfuncdesc-static.s: New file.
        * ld-sh/fdpic-gotfuncdesci20-shared.d: New file.
        * ld-sh/fdpic-gotfuncdesci20-shared.s: New file.
        * ld-sh/fdpic-gotfuncdesci20-static.d: New file.
        * ld-sh/fdpic-gotfuncdesci20-static.s: New file.
        * ld-sh/fdpic-goti20-shared.d: New file.
        * ld-sh/fdpic-goti20-shared.s: New file.
        * ld-sh/fdpic-goti20-static.d: New file.
        * ld-sh/fdpic-goti20-static.s: New file.
        * ld-sh/fdpic-gotofffuncdesc-shared.d: New file.
        * ld-sh/fdpic-gotofffuncdesc-shared.s: New file.
        * ld-sh/fdpic-gotofffuncdesc-static.d: New file.
        * ld-sh/fdpic-gotofffuncdesc-static.s: New file.
        * ld-sh/fdpic-gotofffuncdesci20-shared.d: New file.
        * ld-sh/fdpic-gotofffuncdesci20-shared.s: New file.
        * ld-sh/fdpic-gotofffuncdesci20-static.d: New file.
        * ld-sh/fdpic-gotofffuncdesci20-static.s: New file.
        * ld-sh/fdpic-gotoffi20-shared.d: New file.
        * ld-sh/fdpic-gotoffi20-shared.s: New file.
        * ld-sh/fdpic-gotoffi20-static.d: New file.
        * ld-sh/fdpic-gotoffi20-static.s: New file.
        * ld-sh/fdpic-plt-be.d: New file.
        * ld-sh/fdpic-plt-le.d: New file.
        * ld-sh/fdpic-plt.s: New file.
        * ld-sh/fdpic-plti20-be.d: New file.
        * ld-sh/fdpic-plti20-le.d: New file.
        * ld-sh/fdpic-stack-default.d: New file.
        * ld-sh/fdpic-stack-size.d: New file.
        * ld-sh/fdpic-stack.s: New file.
2010-05-25 14:12:43 +00:00
..
doc PR ld/11624 2010-05-25 10:14:16 +00:00
hosts Undefine HAVE_PRPSINFO32_T/HAVE_PRSTATUS32_T before define. 2010-04-10 22:52:37 +00:00
po Updated Spanish translations. 2010-05-05 15:28:26 +00:00
COPYING Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
ChangeLog 2010-05-21 Daniel Jacobowitz <dan@codesourcery.com> 2010-05-25 14:12:43 +00:00
ChangeLog-0001
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-2009 Move 2009 binutils ChangeLog to ChangeLog-2009. 2010-01-01 18:06:10 +00:00
ChangeLog-9193
ChangeLog-9495
ChangeLog-9697
ChangeLog-9899
MAINTAINERS
Makefile.am 2010-05-14 Tristan Gingold <gingold@adacore.com> 2010-05-14 07:18:39 +00:00
Makefile.in 2010-05-14 Tristan Gingold <gingold@adacore.com> 2010-05-14 07:18:39 +00:00
PORTING
README
TODO
acinclude.m4 * acinclude.m4: Add include of ../config/zlib.m4. 2009-11-24 22:47:20 +00:00
aclocal.m4 bfd/ 2010-05-07 12:28:50 +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 update copyright dates 2009-09-02 07:25:43 +00:00
aout-adobe.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
aout-arm.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
aout-cris.c include/aout/ 2009-10-02 14:40:41 +00:00
aout-ns32k.c update copyright dates 2009-09-02 07:25:43 +00:00
aout-sparcle.c update copyright dates 2009-09-02 07:25:43 +00:00
aout-target.h Update copyright year. 2010-03-24 15:41:59 +00:00
aout-tic30.c Update copyright year. 2010-03-24 15:41:59 +00:00
aout0.c update copyright dates 2009-09-02 07:25:43 +00:00
aout32.c update copyright dates 2009-09-02 07:25:43 +00:00
aout64.c update copyright dates 2009-09-02 07:25: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/ChangeLog 2010-04-09 14:40:18 +00:00
archive.c PR ld/11624 2010-05-25 10:14:16 +00:00
archive64.c * archive64.c (bfd_elf64_archive_slurp_armap): Remove unused 2010-04-19 08:46:48 +00:00
archures.c bfd: 2010-03-25 21:12:36 +00:00
armnetbsd.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
bfd-in.h 2010-04-15 Andrew Haley <aph@redhat.com> 2010-04-21 16:32:31 +00:00
bfd-in2.h 2010-05-21 Daniel Jacobowitz <dan@codesourcery.com> 2010-05-25 14:12:43 +00:00
bfd.c 2010-04-01 Tristan Gingold <gingold@adacore.com> 2010-04-01 09:47:14 +00:00
bfd.m4 2010-01-04 Daniel Gutson <dgutson@codesourcery.com> 2010-01-05 00:40:07 +00:00
bfdio.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
bfdwin.c * aoutx.h (aout_get_external_symbols): Declare 'amt' locally. 2009-07-02 17:08:51 +00:00
binary.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
bout.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
cache.c 2009-12-11 Tristan Gingold <gingold@adacore.com> 2009-12-11 15:42:38 +00:00
cf-i386lynx.c update copyright dates 2009-09-02 07:25:43 +00:00
cf-sparclynx.c update copyright dates 2009-09-02 07:25:43 +00:00
cisco-core.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-alpha.c Update copyright year. 2010-03-24 15:41:59 +00:00
coff-apollo.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-arm.c * coff-arm.c (coff_arm_rtype_to_howto): Fix shadowed variable 2009-12-12 10:07:53 +00:00
coff-aux.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-go32.c update copyright dates 2009-09-02 07:25: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 2010-03-31 Kai Tietz <kai.tietz@onevision.com> 2010-03-31 16:32:02 +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 * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
coff-ia64.c update copyright dates 2009-09-02 07:25:43 +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 update copyright dates 2009-09-02 07:25:43 +00:00
coff-maxq.c update copyright dates 2009-09-02 07:25:43 +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 update copyright dates 2009-09-02 07:25:43 +00:00
coff-or32.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-pmac.c update copyright dates 2009-09-02 07:25: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 Update copyright year. 2010-03-24 15:41:59 +00:00
coff-sh.c update copyright dates 2009-09-02 07:25:43 +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 * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
coff-svm68k.c update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25:43 +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 update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25:43 +00:00
coff-x86_64.c 2010-03-31 Kai Tietz <kai.tietz@onevision.com> 2010-03-31 16:32:02 +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 * coff-z80.c (z80coff_vec): Allow sections to be of type SEC_CODE or SEC_DATA 2009-10-17 17:18:28 +00:00
coff64-rs6000.c Update copyright year. 2010-03-24 15:41:59 +00:00
coffcode.h * coffcode.h (coff_write_object_contents): Enclose all occurrences 2010-05-11 04:42:10 +00:00
coffgen.c PR binutils/11512 2010-04-27 14:42:50 +00:00
cofflink.c * cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols for 2009-10-10 04:58:48 +00:00
coffswap.h * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
compress.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
config.bfd 2010-05-21 Daniel Jacobowitz <dan@codesourcery.com> 2010-05-25 14:12:43 +00:00
config.in 2010-04-27 Kai Tietz <kai.tietz@onevision.com> 2010-04-27 17:26:09 +00:00
configure 2010-05-21 Daniel Jacobowitz <dan@codesourcery.com> 2010-05-25 14:12:43 +00:00
configure.com 2009-09-30 Tristan Gingold <gingold@adacore.com> 2009-09-30 13:12:50 +00:00
configure.host bfd/ChangeLog: 2010-02-15 19:25:47 +00:00
configure.in 2010-05-21 Daniel Jacobowitz <dan@codesourcery.com> 2010-05-25 14:12: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 update copyright dates 2009-09-02 07:25:43 +00:00
cpu-arc.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-arm.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-avr.c update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25:43 +00:00
cpu-fr30.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-frv.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-h8300.c update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25:43 +00:00
cpu-i860.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-i960.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-ia64-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-ia64.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-ip2k.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-iq2000.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-l1om.c 2009-07-25 H.J. Lu <hongjiu.lu@intel.com> 2009-07-25 15:50:20 +00:00
cpu-lm32.c Add LM32 port. 2008-12-23 19:10:25 +00:00
cpu-m32c.c * cpu-m32c.c (m32c_scan): New function. Ensures that a scan for 2010-01-13 14:34:13 +00:00
cpu-m32r.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-m68hc11.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-m68hc12.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-m68k.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-m88k.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-m10200.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-m10300.c update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25:43 +00:00
cpu-mep.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-microblaze.c Add support for Xilinx MicroBlaze processor. 2009-08-06 17:38:04 +00:00
cpu-mips.c revert erroneous commit 2010-05-06 15:02:24 +00:00
cpu-mmix.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-moxie.c Add new binutils target: moxie 2009-04-16 15:39:48 +00:00
cpu-msp430.c update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25:43 +00:00
cpu-or32.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-pdp11.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-pj.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-plugin.c * Makefile.am: Run "make dep-am". 2009-05-26 14:12:03 +00:00
cpu-powerpc.c include/ 2010-02-08 01:59:38 +00:00
cpu-rs6000.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-rx.c bfd 2009-09-29 14:17:19 +00:00
cpu-s390.c update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25:43 +00:00
cpu-tic6x.c bfd: 2010-03-25 21:12:36 +00:00
cpu-tic30.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-tic54x.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-tic80.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-v850.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-vax.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-w65.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-we32k.c update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25:43 +00:00
cpu-xtensa.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-z8k.c update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25:43 +00:00
dep-in.sed * dep-in.sed: Don't use \n in replacement part of s command. 2009-06-04 06:51:11 +00:00
dwarf1.c PR 11103 2010-01-11 09:53:27 +00:00
dwarf2.c * dwarf2.c (find_abstract_instance_name, scan_unit_for_symbols): Treat 2010-04-20 09:53:05 +00:00
ecoff.c * section.c (struct bfd_section): Delete has_tls_reloc, 2010-02-08 13:16:24 +00:00
ecofflink.c Update soruces to make alpha, arc and arm targets compile cleanly 2009-09-25 19:13:27 +00:00
ecoffswap.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
elf-attrs.c 2009-12-28 Daniel Gutson <dgutson@codesourcery.com> 2009-12-28 18:37:30 +00:00
elf-bfd.h Remove relocation against discarded sections for relocatable link. 2010-04-30 18:27:32 +00:00
elf-eh-frame.c bfd/ChangeLog 2010-04-09 14:40:18 +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-ifunc.c 2009-08-03 H.J. Lu <hongjiu.lu@intel.com> 2009-08-03 15:50:51 +00:00
elf-m10200.c update copyright dates 2009-09-02 07:25:43 +00:00
elf-m10300.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf-strtab.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
elf-vxworks.c update copyright dates 2009-09-02 07:25:43 +00:00
elf-vxworks.h update copyright dates 2009-09-02 07:25:43 +00:00
elf.c Implement generic SHF_EXCLUDE. 2010-05-18 03:31:07 +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 2010-05-10 Andrew Stubbs <ams@codesourcery.com> 2010-05-11 17:36:33 +00:00
elf32-avr.c PR 11297: Add support for 8-bit relocations to the AVR toolchain. 2010-02-23 11:38:36 +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 * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-cr16.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-cr16c.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-cris.c * elf32-cris.c (cris_elf_relocate_section): Correct first argument 2010-03-31 22:44:49 +00:00
elf32-crx.c update copyright dates 2009-09-02 07:25:43 +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 update copyright dates 2009-09-02 07:25:43 +00:00
elf32-fr30.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-frv.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16: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 update copyright dates 2009-09-02 07:25:43 +00:00
elf32-hppa.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-hppa.h update copyright dates 2009-09-02 07:25:43 +00:00
elf32-i370.c Implement generic SHF_EXCLUDE. 2010-05-18 03:31:07 +00:00
elf32-i386.c Remove relocation against discarded sections for relocatable link. 2010-04-30 18:27:32 +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 Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
elf32-iq2000.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
elf32-lm32.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-m32c.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-m32r.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-m68hc1x.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-m68hc1x.h * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-m68hc11.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16: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 * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-m88k.c update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25:43 +00:00
elf32-microblaze.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-mips.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-moxie.c Add PC-relative branch instructions to moxie port. 2009-06-11 11:27:58 +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 Implement generic SHF_EXCLUDE. 2010-05-18 03:31:07 +00:00
elf32-ppc.h include/elf/ 2009-09-21 11:51:02 +00:00
elf32-rx.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
elf32-s390.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-score.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +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 (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-sh-relocs.h 2010-05-21 Daniel Jacobowitz <dan@codesourcery.com> 2010-05-25 14:12: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 2010-05-21 Daniel Jacobowitz <dan@codesourcery.com> 2010-05-25 14:12:43 +00:00
elf32-sh64-com.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-sh64.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-sh64.h update copyright dates 2009-09-02 07:25:43 +00:00
elf32-sparc.c Don't set ELFOSABI_LINUX in dynamic ifunc-using executable. 2010-02-19 05:07:50 +00:00
elf32-spu.c include/elf/ 2010-04-24 01:05:25 +00:00
elf32-spu.h bfd/ 2009-08-05 20:40:34 +00:00
elf32-tic6x.c bfd: 2010-04-20 22:03:00 +00:00
elf32-tic6x.h bfd: 2010-04-20 22:03:00 +00:00
elf32-v850.c * elf32-v850.c (v850_elf_perform_relocation): Fix overflow 2010-01-11 14:19:40 +00:00
elf32-vax.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-xc16x.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-xstormy16.c bfd/ 2007-09-26 13:45:32 +00:00
elf32-xtensa.c * section.c (struct bfd_section): Delete has_tls_reloc, 2010-02-08 13:16:24 +00:00
elf32.c update copyright dates 2009-09-02 07:25:43 +00:00
elf64-alpha.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +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 (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf64-hppa.h update copyright dates 2009-09-02 07:25:43 +00:00
elf64-mips.c Update copyright year. 2010-03-24 15:41:59 +00:00
elf64-mmix.c update copyright dates 2009-09-02 07:25:43 +00:00
elf64-ppc.c * elf64-ppc.c (ppc64_elf_relocate_section): Correct NOP location 2010-04-13 04:05:29 +00:00
elf64-ppc.h * elf64-ppc.c (ppc64_elf_has_small_toc_reloc): New function. 2010-03-15 01:59:57 +00:00
elf64-s390.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf64-sh64.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf64-sparc.c Don't set ELFOSABI_LINUX in dynamic ifunc-using executable. 2010-02-19 05:07:50 +00:00
elf64-x86-64.c Remove relocation against discarded sections for relocatable link. 2010-04-30 18:27:32 +00:00
elf64.c update copyright dates 2009-09-02 07:25:43 +00:00
elfcode.h * elfcode.h (elf_swap_ehdr_out): Handle e_phnum > 0xffff. 2010-01-19 13:50:55 +00:00
elfcore.h * elfcode.h (elf_swap_ehdr_out): Handle e_phnum > 0xffff. 2010-01-19 13:50:55 +00:00
elflink.c * bfd/elflink.c (_bfd_elf_merge_symbol): Tighten up the test for early 2010-04-14 08:29:33 +00:00
elfn32-mips.c update copyright dates 2009-09-02 07:25:43 +00:00
elfxx-ia64.c 2010-05-14 Tristan Gingold <gingold@adacore.com> 2010-05-14 07:18:39 +00:00
elfxx-mips.c PR binutils/10858 2010-02-24 14:21:51 +00:00
elfxx-mips.h update copyright dates 2009-09-02 07:25:43 +00:00
elfxx-sparc.c * elfxx-sparc.c (struct elf_reloc_map): Delete. 2010-03-02 07:42:37 +00:00
elfxx-sparc.h include/ 2010-02-08 20:28:43 +00:00
elfxx-target.h 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
epoc-pe-arm.c update copyright dates 2009-09-02 07:25:43 +00:00
epoc-pei-arm.c update copyright dates 2009-09-02 07:25:43 +00:00
format.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
freebsd.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
gen-aout.c update copyright dates 2009-09-02 07:25: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 Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
host-aout.c update copyright dates 2009-09-02 07:25:43 +00:00
hp300bsd.c include/aout/ 2009-10-02 14:40:41 +00:00
hp300hpux.c update copyright dates 2009-09-02 07:25: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 update copyright dates 2009-09-02 07:25:43 +00:00
i386aout.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
i386bsd.c include/aout/ 2009-10-02 14:40:41 +00:00
i386dynix.c update copyright dates 2009-09-02 07:25:43 +00:00
i386freebsd.c update copyright dates 2009-09-02 07:25:43 +00:00
i386linux.c include/aout/ 2009-10-02 14:40:41 +00:00
i386lynx.c include/aout/ 2009-10-02 14:40:41 +00:00
i386mach3.c update copyright dates 2009-09-02 07:25:43 +00:00
i386msdos.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
i386netbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
i386os9k.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
ieee.c Update copyright year. 2010-03-24 15:41:59 +00:00
ihex.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
init.c update copyright dates 2009-09-02 07:25:43 +00:00
irix-core.c update copyright dates 2009-09-02 07:25:43 +00:00
libaout.h Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
libbfd-in.h 2010-05-14 Tristan Gingold <gingold@adacore.com> 2010-05-14 07:18:39 +00:00
libbfd.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
libbfd.h 2010-05-21 Daniel Jacobowitz <dan@codesourcery.com> 2010-05-25 14:12:43 +00:00
libcoff-in.h Don't add IMAGE_FILE_RELOCS_STRIPPED for PIE. 2010-03-18 12:27:15 +00:00
libcoff.h Don't add IMAGE_FILE_RELOCS_STRIPPED for PIE. 2010-03-18 12:27:15 +00:00
libecoff.h Update copyright year. 2010-03-24 15:41:59 +00:00
libhppa.h update copyright dates 2009-09-02 07:25:43 +00:00
libieee.h update copyright dates 2009-09-02 07:25:43 +00:00
libnlm.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
liboasys.h update copyright dates 2009-09-02 07:25:43 +00:00
libpei.h update copyright dates 2009-09-02 07:25:43 +00:00
libxcoff.h update copyright dates 2009-09-02 07:25:43 +00:00
linker.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
lynx-core.c update copyright dates 2009-09-02 07:25:43 +00:00
m68k4knetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
m68klinux.c include/aout/ 2009-10-02 14:40:41 +00:00
m68knetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
m88kmach3.c include/aout/ 2009-10-02 14:40:41 +00:00
m88kopenbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
mach-o-i386.c 2010-01-11 Tristan Gingold <gingold@adacore.com> 2010-01-11 15:39:41 +00:00
mach-o-target.c Update copyright year. 2010-03-24 15:41:59 +00:00
mach-o-x86-64.c 2010-01-13 Tristan Gingold <gingold@adacore.com> 2010-01-13 11:49:36 +00:00
mach-o.c Update copyright year. 2010-03-24 15:41:59 +00:00
mach-o.h 2010-01-11 Tristan Gingold <gingold@adacore.com> 2010-01-11 15:57:59 +00:00
makefile.vms bfd/ 2010-01-12 10:16:50 +00:00
mep-relocs.pl Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
merge.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
mipsbsd.c include/aout/ 2009-10-02 14:40:41 +00:00
mmo.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +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 include/aout/ 2009-10-02 14:40:41 +00:00
nlm-target.h 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
nlm.c update copyright dates 2009-09-02 07:25: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 Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
nlm32.c update copyright dates 2009-09-02 07:25:43 +00:00
nlm64.c update copyright dates 2009-09-02 07:25: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 Update copyright year. 2010-03-24 15:41:59 +00:00
opncls.c 2009-12-15 H.J. Lu <hongjiu.lu@intel.com> 2009-12-15 16:59:20 +00:00
osf-core.c update copyright dates 2009-09-02 07:25:43 +00:00
pc532-mach.c include/aout/ 2009-10-02 14:40:41 +00:00
pdp11.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +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 update copyright dates 2009-09-02 07:25:43 +00:00
pe-i386.c update copyright dates 2009-09-02 07:25:43 +00:00
pe-mcore.c update copyright dates 2009-09-02 07:25:43 +00:00
pe-mips.c bfd/ChangeLog 2009-02-18 18:23:08 +00:00
pe-ppc.c update copyright dates 2009-09-02 07:25:43 +00:00
pe-sh.c update copyright dates 2009-09-02 07:25:43 +00:00
pe-x86_64.c 2010-04-27 Kai Tietz <kai.tietz@onevision.com> 2010-04-27 17:26:09 +00:00
peXXigen.c bfd/ChangeLog 2010-04-09 14:40:18 +00:00
pef-traceback.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
pef.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
pef.h * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +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 update copyright dates 2009-09-02 07:25:43 +00:00
pei-i386.c update copyright dates 2009-09-02 07:25:43 +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 update copyright dates 2009-09-02 07:25:43 +00:00
pei-mips.c update copyright dates 2009-09-02 07:25:43 +00:00
pei-ppc.c update copyright dates 2009-09-02 07:25:43 +00:00
pei-sh.c update copyright dates 2009-09-02 07:25:43 +00:00
pei-x86_64.c 2010-04-27 Kai Tietz <kai.tietz@onevision.com> 2010-04-27 17:26:09 +00:00
peicode.h PR binutils/10785 2009-10-16 07:14:43 +00:00
plugin.c * plugin.c (bfd_plugin_object_p): Pass iostream to fileno using 2010-03-17 08:50:36 +00:00
plugin.h 2009-05-28 Nick Clifton <nickc@redhat.com> 2009-05-28 11:30:49 +00:00
ppcboot.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
ptrace-core.c update copyright dates 2009-09-02 07:25:43 +00:00
reloc.c 2010-05-21 Daniel Jacobowitz <dan@codesourcery.com> 2010-05-25 14:12:43 +00:00
reloc16.c update copyright dates 2009-09-02 07:25: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 * rs6000-core.c (read_hdr): Fix typo in recent C++ compatibility 2009-09-11 08:08:11 +00:00
sco5-core.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
section.c update copyright date 2010-02-08 13:47:22 +00:00
simple.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
som.c 2010-02-01 Tristan Gingold <gingold@adacore.com> 2010-02-01 13:10:38 +00:00
som.h update copyright dates 2009-09-02 07:25:43 +00:00
sparclinux.c include/aout/ 2009-10-02 14:40:41 +00:00
sparclynx.c Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
sparcnetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
srec.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
stab-syms.c update copyright dates 2009-09-02 07:25:43 +00:00
stabs.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
stamp-h.in
sunos.c include/ 2008-02-15 03:35:53 +00:00
syms.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
sysdep.h update copyright dates 2009-09-02 07:25:43 +00:00
targets.c 2010-05-21 Daniel Jacobowitz <dan@codesourcery.com> 2010-05-25 14:12:43 +00:00
targmatch.sed
tekhex.c 2009-12-15 H.J. Lu <hongjiu.lu@intel.com> 2009-12-15 16:59:20 +00:00
ticoff.h update copyright dates 2009-09-02 07:25:43 +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 update copyright dates 2009-09-02 07:25:43 +00:00
vaxbsd.c include/aout/ 2009-10-02 14:40:41 +00:00
vaxnetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
verilog.c bfd/ChangeLog 2010-04-09 14:40:18 +00:00
versados.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
version.h daily update 2010-05-25 00:00:05 +00:00
vms-alpha.c 2010-05-25 Tristan Gingold <gingold@adacore.com> 2010-05-25 12:41:16 +00:00
vms-lib.c 2010-05-14 Tristan Gingold <gingold@adacore.com> 2010-05-14 07:18:39 +00:00
vms-misc.c PR ld/11624 2010-05-25 10:14:16 +00:00
vms.h PR ld/11624 2010-05-25 10:14:16 +00:00
warning.m4 * warning.m4 (GCC_WARN_CFLAGS): Only add -Wshadow for gcc-4 and above. 2010-04-07 07:19:02 +00:00
xcoff-target.h update copyright dates 2009-09-02 07:25:43 +00:00
xcofflink.c bfd/ 2010-02-08 20:00:54 +00:00
xsym.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
xsym.h Switch sources over to use the GPL version 3 2007-07-03 14:26:43 +00:00
xtensa-isa.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
xtensa-modules.c update copyright dates 2009-09-02 07:25:43 +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.