diff options
author | Alan Modra <amodra@gmail.com> | 2015-01-02 00:45:26 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-01-02 00:53:45 +1030 |
commit | b90efa5b79ac1524ec260f8eb89d1be37e0219a7 (patch) | |
tree | a7ebeb673d79bf4ba968d3a740a9b2a185f0bb48 /bfd | |
parent | 32d0add0a654c1204ab71dc8a55d9374538c4b33 (diff) | |
download | binutils-gdb-b90efa5b79ac1524ec260f8eb89d1be37e0219a7.tar.gz |
ChangeLog rotatation and copyright year update
Diffstat (limited to 'bfd')
477 files changed, 3913 insertions, 3895 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 02b1ef7d958..541c3294c9a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3422 +1,10 @@ -2014-12-30 H.J. Lu <hongjiu.lu@intel.com> +2015-01-01 Alan Modra <amodra@gmail.com> - PR ld/17773 - * elflink.c (bfd_elf_final_link): Assign the file position for - the symbol string table only there are symbols to be emitted. + Update year range in copyright notice of all files. -2014-12-28 Alan Modra <amodra@gmail.com> - - PR 17766 - * pei-x86_64.c (pex64_bfd_print_pdata_section): Correct string - length. Use memcpy rather than strcpy. - -2014-12-26 Alan Modra <amodra@gmail.com> - - PR 17755 - * elf64-sh64.c (sh_elf64_copy_private_data_internal): Delete code - copying SHF_SH5_ISA32. - -2014-12-25 Thomas Preud'homme <thomas.preudhomme@arm.com> - - * elf32-arm.c (elf32_arm_merge_eabi_attributes): Handle new - Tag_ABI_VFP_args value and replace hardcoded values by enum values. - (elf32_arm_post_process_headers): Set e_flags in ELF header as hard - float only when Tag_ABI_VFP_args is 1, using new enum value - AEABI_VFP_args_vfp to check that. - -2014-12-24 H.J. Lu <hongjiu.lu@intel.com> - - * pei-x86_64.c (pex64_bfd_print_pdata_section): Add cast to - unsigned long. - -2014-12-24 Pierre Muller <muller@sourceware.org> - - Add support for pdata output for pe coff objects. - * pe-x86_64.c (pex64_bfd_print_pdata): Add external - declaration. - (bfd_pe_print_data): Set macro to pex64_bfd_print_data. - * pei-x86_64.c (pex64_bfd_print_pdata): Changed to - global function. Now handles multiple .pdata sections. - (pex_bfd_print_pdata_section): New static helper function, - using most of old pex_bfd_print_pdata function code, but adding - support for coff pe objects, which might have some fields - starting at zero offset. - (pex64_print_all_pdata_sections) : New static helper function, - used in call to bfd_map_over_sections inside new - pex66_bfd_print_pdata function. - (bfd_boolean pdata_count): New static variable, used to return - bfd_boolean value for pex64_bfd_print_pdata function. - -2014-12-24 Alan Modra <amodra@gmail.com> - - * linker.c (_bfd_generic_link_output_symbols): Remove BSF_WEAK - flag from bfd_link_hash_defined symbols. - -2014-12-23 Andrew Burgess <andrew.burgess@embecosm.com> - - * elf32-avr.c (bfd_elf_avr_final_write_processing): Don't set - EF_AVR_LINKRELAX_PREPARED unconditionally. - -2014-12-23 Alan Modra <amodra@gmail.com> - - * elflink.c (_bfd_elf_define_linkage_sym): Set linker_def. - * linker.c (_bfd_generic_link_add_one_symbol): Clear linker_def - for CDEF, DEF, DEFW, COM. - -2014-12-22 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * archive.c (do_slurp_bsd_armap): Return if the parsed_size is - zero. - (bfd_slurp_armap): Zero terminate the name. - (bfd_generic_stat_arch_elt): If there is no header, fail. - * elf32-arc.c (arc_info_to_howto_rel): Replace BFD_ASSERT with - error message. - * elf32-avr.c (avr_info_to_howto_rela): Likewise. - * elf32-cr16c.c (elf_cr16c_info_to_howto_rel): Likewise. - * elf32-cris.c (cris_info_to_howto_rela): Likewise. - * elf32-d10v.c (d10v_info_to_howto_rel): Likewise. - * elf32-d30v.c (d30v_info_to_howto_rel): Likewise. - * elf32-dlx.c (dlx_rtype_to_howto): Likewise. - * elf32-epiphany.c (epiphany_info_to_howto_rela): Likewise. - * elf32-fr30.c (fr30_info_to_howto_rela): Likewise. - * elf32-frv.c (frv_info_to_howto_rela): Likewise. - * elf32-i960.c (elf32_i960_info_to_howto_rel): Likewise. - * elf32-ip2k.c (ip2k_info_to_howto_rela): Likewise. - * elf32-iq2000.c (iq2000_info_to_howto_rela): Likewise. - * elf32-lm32.c (lm32_info_to_howto_rela): Likewise. - * elf32-m32c.c (m32c_info_to_howto_rela): Likewise. - * elf32-m32r.c (m32r_info_to_howto_rel): Likewise. - * elf32-m68hc11.c (m68hc11_info_to_howto_rel): Likewise. - * elf32-m68hc12.c (m68hc11_info_to_howto_rel): Likewise. - * elf32-mep.c (mep_info_to_howto_rela): Likewise. - * elf32-metag.c (metag_info_to_howto_rela): Likewise. - * elf32-moxie.c (moxie_info_to_howto_rela): Likewise. - * elf32-msp430.c (msp430_info_to_howto_rela): Likewise. - * elf32-mt.c (mt_info_to_howto_rela): Likewise. - * elf32-nds32.c (nds32_info_to_howto_rel): Likewise. - * elf32-or1k.c (or1k_info_to_howto_rela): Likewise. - * elf32-rl78.c (rl78_info_to_howto_rela): Likewise. - * elf32-rx.c (rx_info_to_howto_rela): Likewise. - * elf32-v850.c (v850_elf_info_to_howto_rel): Likewise. - * elf32-visium.c (visium_info_to_howto_rela): Likewise. - * elf32-xgate.c (xgate_info_to_howto_rel): Likewise. - * elf32-xtensa.c (elf_xtensa_info_to_howto_rela): Likewise. - * elf64-mmix.c (mmix_info_to_howto_rela): Likewise. - * elf64-x86-64.c (elf_x86_64_reloc_type_lookup): Likewise. - * elfnn-aarch64.c (elfNN_aarch64_bfd_reloc_from_type): Likewise. - * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Add range - checking of reloc symbol index. - * mach-o.c (bfd_mach_o_canonicalize_one_reloc): If no symbols have - been provided then set the reloc's symbol to undefined. - * reloc.c (bfd_generic_get_relocated_section_contents): Add range - checking of the reloc to be applied. - * versados.c (process_otr): Add more range checks. - (versados_canonicalize_reloc): If the section is unknown, set the - symbol to undefined. - * vms-alpha.c (_bfd_vms_slurp_eisd): Add range checks. - (alpha_vms_object_p): Likewise. - -2014-12-18 Richard Henderson <rth@redhat.com> - - * elf32-ppc.c (ELF_COMMONPAGESIZE): Set to 64k. - * elf64-ppc.c (ELF_COMMONPAGESIZE): Likewise. - -2014-12-16 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * format.c (bfd_check_format_matches): Check for a matching vector - before using match priorities. - * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Fix off-by-one - errors with previous delta. - -2014-12-15 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/17713 - * elflink.c (_bfd_elf_gc_mark_rsec): Check corrupt input. - -2014-12-13 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/17689 - * elf64-x86-64.c (elf_x86_64_link_hash_entry): Add needs_copy. - Change has_bnd_reloc to bit field. - (elf_x86_64_link_hash_newfunc): Initialize needs_copy and - has_bnd_reloc to 0. - (elf_x86_64_check_relocs): Set has_bnd_reloc to 1 instead - of TRUE. - (elf_x86_64_adjust_dynamic_symbol): Copy needs_copy from the - real definition to a weak symbol. - (elf_x86_64_allocate_dynrelocs): Also check needs_copy of a - weak symbol for PIE when discarding space for relocs against - symbols which turn out to need copy relocs. - (elf_x86_64_relocate_section): Also check needs_copy of a - weak symbol for PIE with copy reloc. - -2014-12-12 Alan Modra <amodra@gmail.com> - - PR 15228 - * elflink.c (_bfd_elf_adjust_dynamic_copy): Call bfd_set_error. - -2014-12-12 Alan Modra <amodra@gmail.com> - - PR 15228 - * elflink.c (_bfd_elf_adjust_dynamic_copy): Add "info" param. - Error on copy relocs against protected symbols. - (elf_merge_st_other): Set h->protected_def. - * elf-bfd.h (struct elf_link_hash_entry): Add "protected_def". - (_bfd_elf_adjust_dynamic_copy): Update prototype. - * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Update - _bfd_elf_adjust_dynamic_copy call. - * elf32-arm.c (elf32_arm_adjust_dynamic_symbol): Likewise. - * elf32-cr16.c (_bfd_cr16_elf_adjust_dynamic_symbol): Likewise. - * elf32-cris.c (elf_cris_adjust_dynamic_symbol): Likewise. - * elf32-hppa.c (elf32_hppa_adjust_dynamic_symbol): Likewise. - * elf32-i370.c (i370_elf_adjust_dynamic_symbol): Likewise. - * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Likewise. - * elf32-lm32.c (lm32_elf_adjust_dynamic_symbol): Likewise. - * elf32-m32r.c (m32r_elf_adjust_dynamic_symbol): Likewise. - * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Likewise. - * elf32-metag.c (elf_metag_adjust_dynamic_symbol): Likewise. - * elf32-or1k.c (or1k_elf_adjust_dynamic_symbol): Likewise. - * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Likewise. - * elf32-s390.c (elf_s390_adjust_dynamic_symbol): Likewise. - * elf32-sh.c (sh_elf_adjust_dynamic_symbol): Likewise. - * elf32-tic6x.c (elf32_tic6x_adjust_dynamic_symbol): Likewise. - * elf32-tilepro.c (tilepro_elf_adjust_dynamic_symbol): Likewise. - * elf32-vax.c (elf_vax_adjust_dynamic_symbol): Likewise. - * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Likewise. - * elf64-s390.c (elf_s390_adjust_dynamic_symbol): Likewise. - * elf64-sh64.c (sh64_elf64_adjust_dynamic_symbol): Likewise. - * elf64-x86-64.c (elf_x86_64_adjust_dynamic_symbol): Likewise. - * elfnn-aarch64.c (elfNN_aarch64_adjust_dynamic_symbol): Likewise. - * elfxx-mips.c (_bfd_mips_elf_adjust_dynamic_symbol): Likewise. - * elfxx-sparc.c (_bfd_sparc_elf_adjust_dynamic_symbol): Likewise. - * elfxx-tilegx.c (tilegx_elf_adjust_dynamic_symbol): Likewise. - -2014-12-11 Keith Seitz <keiths@redhat.com> - - * elf.c (elf_parse_notes): Define convenience macro - GROKER_ELEMENT to add elements to 'grokers' array. - Add 'len' element to 'grokers'. - Use grokers.len instead of sizeof in string - comparisons. - -2014-12-10 Alan Modra <amodra@gmail.com> - - * Makefile.am (BFD32_LIBS, BFD32_LIBS_CFILES): Remove dwarf2 - and coffgen. Add coff-bfd. Sort. - (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add coffgen and dwarf2. - * bfd-in.h (bfd_coff_get_syment, bfd_coff_get_auxent): Delete. - (struct coff_comdat_info, bfd_coff_get_comdat_section): Delete. - * coffgen.c (coff_symbol_from): Move to coff-bfd.h as macro, - without unused param. Update uses. - (bfd_coff_get_comdat_section): Move to coff-bfd.h as macro. - (bfd_coff_get_syment, bfd_coff_get_auxent): Move to coff-bfd.c. - * libcoff-in.h: #include "coff-bfd.h". - (struct coff_section_tdata, coff_section_data): Move to coff-bfd.h. - (coff_symbol_from): Delete. - * coff-bfd.c: New file. - * coff-bfd.h: New file. - * coff-i386.c: Update coff_symbol_from occurrences. - * coff-i960.c: Likewise. - * coff-m68k.c: Likewise. - * coff-sh.c: Likewise. - * coff-x86_64.c: Likewise. - * coffcode.h: Likewise. - * pe-mips.c: Likewise. - * configure.ac (elf): Add dwarf2.lo. - (coffgen, coff, ecoff, xcoff): Define. Use when mapping bfd - target vectors to .o files. Add dwarf2 for mach-o targets. - Fix the sh target FIXME. - * po/SRC-POTFILES.in: Regenerate. - * Makefile.in: Regenerate. - * configure: Regenerate. - * bfd-in2.h: Regenerate. - * libcoff.h: Regenerate. - -2014-12-10 Alan Modra <amodra@gmail.com> - - PR 17541 - * dwarf2.c (struct comp_unit): Add "lang". - (non_mangled): New function. - (struct funcinfo): Add "is_linkage". Reorder for better packing. - Make "name" a const char*. - (lookup_address_in_function_table): Delete functionname_ptr param. - (find_abstract_instance_name): Add is_linkage param. Set if we - have DW_AT_linkage_name or non_mangled DW_AT_name. - (scan_unit_for_symbols): Similarly set func->is_linkage. - (parse_comp_unit): Stash DW_AT_language. - (comp_unit_find_nearest_line): Replace functionname_ptr param - with function_ptr param. - (_bfd_dwarf2_find_nearest_line): Adjust above calls. Set - functionname_ptr from function->name. Call _bfd_elf_find_function - to retrieve symbol for function if not linkage name. - (_bfd_elf_find_function): Add bfd_target_elf_flavour test, moved from.. - * elf.c (elf_find_function): ..here. - (_bfd_elf_find_nearest_line): Adjust calls. - * elf-bfd.h (_bfd_elf_find_function): Declare. - -2014-12-10 Alan Modra <amodra@gmail.com> - - * dwarf2.c (read_address): Check bfd_target_elf_flavour before - calling get_elf_backend_data. - (_bfd_dwarf2_find_nearest_line): Fix parens. - -2014-12-10 Alan Modra <amodra@gmail.com> - - PR 17666 - * elf-bfd.h (struct elf_backend_data): Add sort_relocs_p. - * elfxx-target.h (elf_backend_sort_relocs_p): Define. - (elfNN_bed): Init new field. - * elflink.c (elf_link_adjust_relocs): Conditionally sort. - (bfd_elf_final_link): Control sorting of relocs. - * elfxx-mips.c (_bfd_mips_elf_sort_relocs_p): New function. - * elfxx-mips.h (_bfd_mips_elf_sort_relocs_p): Declare. - * elf32-mips.c (elf_backend_sort_relocs_p): Define. - * elf64-mips.c (elf_backend_sort_relocs_p): Define. - -2014-12-09 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * archive64.c (bfd_elf64_archive_slurp_armap): Add range checks. - * libbfd.c (safe_read_leb128): New function. - * libbfd-in.h (safe_read_leb128): Add prototype. - * libbfd.h: Regenerate. - * elf-attrs.c (_bfd_elf_parse_attributes): Use safe_read_leb128. - Check for an over-long subsection length. - * elf.c (elf_parse_notes): Check that the namedata is long enough - for the string comparison that is about to be performed. - (elf_read_notes): Zero-terminate the note buffer. - -2014-12-09 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (sort_r_offset): Delete. - (ppc64_elf_edit_opd): Don't sort input relocs. - -2014-12-06 Eric Botcazou <ebotcazou@adacore.com> - - * config.bfd: Add Visium support. - * configure.ac: Likewise. - * configure: Regenerate. - * Makefile.am (ALL_MACHINES): Add cpu-visium.lo. - (ALL_MACHINES_CFILES): Add cpu-visium.c. - (BFD32_BACKENDS): Add elf32-visium.lo. - (BFD32_BACKENDS_CFILES): Add elf32-visium.c. - * Makefile.in: Regenerate. - * archures.c (DESCRIPTION): Add Visium support. - (bfd_visium_arch): Declare. - (bfd_archures_list): Add bfd_visium_arch. - * reloc.c: Add Visium relocations. - * targets.c (visium_elf32_vec): Declare. - (_bfd_target_vector): Add visium_elf32_vec. - * bfd-in2.h: Regenerate. - * libbfd.h: Likewise. - * cpu-visium.c: New file. - * elf32-visium.c: Likewise. - * po/SRC-POTFILES.in: Regenerate. - -2014-12-05 Steve Ellcey <sellcey@mips.com> - - * ecoff.c (_bfd_ecoff_slurp_symbol_table): Add cast. - -2014-12-05 H.J. Lu <hongjiu.lu@intel.com> - - * elf64-x86-64.c (bfd_elf32_get_synthetic_symtab): New. - -2014-12-04 H.J. Lu <hongjiu.lu@intel.com> - - PR binutils/17677 - * elf-bfd.h (_bfd_elf_ifunc_get_synthetic_symtab): New prototype. - * elf-ifunc.c (_bfd_elf_ifunc_get_synthetic_symtab): New - function. - * elf32-i386.c (elf_i386_plt_sym_val): Removed. - (elf_backend_plt_sym_val): Likewise. - (elf_i386_get_plt_sym_val): New. - (elf_i386_get_synthetic_symtab): Likewise. - (bfd_elf32_get_synthetic_symtab): Likewise. - * elf64-x86-64.c (elf_x86_64_plt_sym_val): Removed. - (elf_x86_64_plt_sym_val_offset_plt_bnd): Likewise. - (elf_backend_plt_sym_val): Likewise. - (elf_x86_64_get_plt_sym_val): New. - (elf_x86_64_get_synthetic_symtab): Use - _bfd_elf_ifunc_get_synthetic_symtab. - (bfd_elf64_get_synthetic_symtab): Don't undefine for NaCl. - -2014-12-04 Alan Modra <amodra@gmail.com> - - PR 17666 - * elflink.c: Include bfd_stdint.h. - (cmp_ext32l_r_offset, cmp_ext32b_r_offset, - cmp_ext64l_r_offset, cmp_ext64b_r_offset): New functions. - (elf_link_adjust_relocs): Sort relocs. Free rel hashes after - sorting invalidates. - -2014-12-03 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * compress.c (bfd_get_full_section_contents): Fail if there are no - section contents available when the compress_status is - COMPRESS_SECTION_DONE. - * libbfd.c (bfd_malloc): Refuse to allocate a negative size. - (bfd_malloc2): Use bfd_malloc. - (bfd_realloc): Refuse to reallocate a negative size. - (bfd_realloc2): Use bfd_realloc. - (bfd_realloc_or_free): Use bfd_realloc. - (bfd_zmalloc): Use bfd_malloc. - (bfd_zmalloc): Use bfd_malloc2. - * opncls.c (bfd_alloc): Refuse to allocate a negative size. - -2014-12-03 H.J. Lu <hongjiu.lu@intel.com> - - * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Reformat. - -2014-12-02 H.J. Lu <hongjiu.lu@intel.com> - - * elf64-x86-64.c (elf_x86_64_relocate_section): Check - info->executable for symbols which need copy relocs. - -2014-12-02 H.J. Lu <hongjiu.lu@intel.com> - - * elf64-x86-64.c (elf_x86_64_check_relocs): Revert the last - change. - (elf_x86_64_adjust_dynamic_symbol): Don't check !info->shared - with ELIMINATE_COPY_RELOCS. - (elf_x86_64_allocate_dynrelocs): For PIE, discard space for - relocs against symbols which turn out to need copy relocs. - -2014-12-02 H.J. Lu <hongjiu.lu@intel.com> - - * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Always - allow copy relocs for building executables. - (elf_x86_64_check_relocs): Allow copy relocs for non-GOT - pc-relative relocation in shared object. - (elf_x86_64_adjust_dynamic_symbol): Allocate copy relocs for - PIE. - (elf_x86_64_relocate_section): Don't copy a pc-relative - relocation into the output file if the symbol needs copy reloc. - -2014-12-02 Andrew Bennett <andrew.bennett@imgtec.com> - - * elfxx-mips.c (mips_elf_calculate_relocation): Only check for - overflow on non-weak undefined symbols. - -2014-12-02 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (OPD_NDX): Define. Use throughout for sizing/indexing - _opd_sec_data array, halving required memory. - (sort_r_offset): New function. - (ppc64_elf_edit_opd): Sort incoming relocs. Accept .opd - sections with a mix of 16 and 24 byte OPD entries. Don't - attempt to honour --non-overlapping-opd for .opd sections with - unexpected relocs. Simplify opd entry size calculations by - first finding the reloc for the next entry. Make edit loop - handle one opd entry per iteration, with an inner loop - handling relocs per entry. - -2014-12-01 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * archive.c (do_slurp_coff_armap): Add range checks to prevent - running off the end of the string table. - * compress.c (bfd_get_full_section_contents): Return a NULL - pointer for zero sized sections. Do not attempt to copy a buffer - onto itself. - * elf-attrs.c (_bfd_elf_parse_attributes): Check for an empty - header. Add range checks to avoid running off the end of the - section. - * elf.c (bfd_elf_get_str_section): Seek before allocating so that - if the seek fails, no memory is allocated. - (bfd_elf_string_from_elf_section): Do not allocate a string from a - non string section. It only leads to trouble later on. - (_bfd_elf_print_private_bfd_data): Check for there being too - little external dynamic data. - (bfd_section_from_shdr): Replace assertion with a failure mode. - (bfd_section_from_shdr): When walking a loaded group section use - the internal structure size, not the external size. Check for the - group section being empty. - * elf32-i386.c (elf_i386_rtype_to_howto): Replace assertion with a - failure mode. - * elfcode.h (elf_slurp_reloc_table): Likewise. - * reloc.c (bfd_perform_relocation): Avoid seg-fault if the howto - parameter is NULL. - -2014-11-30 Alan Modra <amodra@gmail.com> - - PR 16452, 16457 - * elflink.c (_bfd_elf_link_find_version_dependencies): Exclude - symbols from libraries that won't be listed in DT_NEEDED. - (elf_link_output_extsym): Don't output verdefs for such symbols. - -2014-11-28 Alan Modra <amodra@gmail.com> - - * elf.c (_bfd_elf_slurp_version_tables): Exit loops when vn_next/ - vna_next/vd_next/vda_next is zero. Correct counts. - -2014-11-27 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * ecoff.c (_bfd_ecoff_slurp_symbol_table): Warn about and correct - a discrepancy between the isymMax and ifdMax values in the - symbolic header. - * elf.c (_bfd_elf_print_private_bfd_data): Fix the range check - scanning the external dynamic entries. - -2014-11-26 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * coff-h8300.c (rtype2howto): Replace abort with returning a NULL - value. - * coff-h8500.c (rtype2howto): Likewise. - * coff-tic30.c (rtype2howto): Likewise. - * coff-z80.c (rtype2howto): Likewise. - * coff-z8k.c (rtype2howto): Likewise. - * coff-ia64.c (RTYPE2HOWTO): Always return a valid howto. - * coff-m68k.c (m68k_rtype2howto): Return a NULL howto if none - could be found. - * coff-mcore.c (RTYPE2HOWTO): Add range checking. - * coff-w65.c (rtype2howto): Likewise. - * coff-we32k.c (RTYPE2HOWTO): Likewise. - * pe-mips.c (RTYPE2HOWTO): Likewise. - * coff-x86_64.c (coff_amd64_reloc): Likewise. Replace abort with - an error return. - * coffcode.h (coff_slurp_reloc_table): Allow the rel parameter to - be unused. - * coffgen.c (make_a_section_from_file): Check the length of a - section name before testing to see if it is a debug section name. - (coff_object_p): Zero out any uninitialised bytes in the opt - header. - * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Test for the raw - source being empty when there are values to be processed. - (_bfd_ecoff_slurp_symbol_table): Add range check. - * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Likewise. - (bfd_mach_o_mangle_sections): Move test for too many sections to - before the allocation of the section table. - (bfd_mach_o_read_symtab_strtab): If the read fails, free the - memory and nullify the symbol pointer. - * reloc.c (bfd_generic_get_relocated_section_contents): Add - handling of a bfd_reloc_notsupported return value. - * versados.c (EDATA): Add range checking. - (get_record): Likewise. - (process_otr): Check for contents being available before updating - them. - (versados_canonicalize_reloc): Add range check. - -2014-11-26 Alan Modra <amodra@gmail.com> - - * elf.c (_bfd_elf_slurp_version_tables): Delay allocation of - internal verref buffer. Error for zero sh_info. Print errors. - Check for zero vd_ndx. Use bfd_zalloc for vd_auxptr buffer. - -2014-11-25 H.J. Lu <hongjiu.lu@intel.com> - - * targets.c (BFD_JUMP_TABLE_SYMBOLS): Use - NAME##_get_symbol_version_string. - (bfd_get_symbol_version_string): New. - * aout-adobe.c (aout_32_get_symbol_version_string): Define using - _bfd_nosymbols define. - * aout-target.h (MY_get_symbol_version_string): Likewise. - * aout-tic30.c (MY_get_symbol_version_string): Likewise. - * binary.c (binary_get_symbol_version_string): Likewise. - * bout.c (aout_32_get_symbol_version_string): Likewise. - * coff-rs6000.c (_bfd_xcoff_get_symbol_version_string): Likewise. - * i386msdos.c (msdos_get_symbol_version_string): Likewise. - * i386os9k.c (aout_32_get_symbol_version_string): Likewise. - * ieee.c (ieee_get_symbol_version_string): Likewise. - * ihex.c (ihex_get_symbol_version_string): Likewise. - * libecoff.h (_bfd_ecoff_get_symbol_version_string): Likewise. - * mach-o-target.c (bfd_mach_o_get_symbol_version_string): Likewise. - * mmo.c (mmo_get_symbol_version_string): Likewise. - * nlm-target.h (nlm_get_symbol_version_string): Likewise. - * oasys.c (oasys_get_symbol_version_string): Likewise. - * pef.c (bfd_pef_get_symbol_version_string): Likewise. - * plugin.c (bfd_plugin_get_symbol_version_string): Likewise. - * ppcboot.c (ppcboot_get_symbol_version_string): Likewise. - * som.c (som_get_symbol_version_string): Likewise. - * srec.c (srec_get_symbol_version_string): Likewise. - * tekhex.c (tekhex_get_symbol_version_string): Likewise. - * versados.c (versados_get_symbol_version_string): Likewise. - * vms-alpha.c (alpha_vms_get_symbol_version_string): Likewise. - * xsym.c (bfd_sym_get_symbol_version_string): Likewise. - - * coff64-rs6000.c (rs6000_xcoff64_vec): Use - coff_get_symbol_version_string. - (rs6000_xcoff64_aix_vec): Likewise. - - * elf-bfd.h (bfd_elf_get_symbol_version_string): Renamed to ... - (_bfd_elf_get_symbol_version_string): This. - * elf.c: Likewise. - (bfd_elf_print_symbol): Updated. - * elfxx-target.h (bfd_elfNN_get_symbol_version_string): Define. - - * libbfd-in.h (_bfd_nosymbols_get_symbol_version_string): Define. - * libcoff-in.h (coff_get_symbol_version_string): Likewise. - * bfd-in2.h: Regenerated. - * libbfd.h: Likewise. - * libcoff.h: Likewise. - -2014-11-25 H.J. Lu <hongjiu.lu@intel.com> - - PR binutils/16496 - * elf-bfd.h (bfd_elf_get_symbol_version_string): New. - * elf.c (bfd_elf_get_symbol_version_string): New. Extracted - from bfd_elf_print_symbol. - (bfd_elf_print_symbol): Use it. - -2014-11-25 H.J. Lu <hongjiu.lu@intel.com> - - * elf32-i386.c (elf_i386_got_plt_entry): New. - (elf_i386_pic_got_plt_entry): Likewise. - (elf_i386_link_hash_entry): Add plt_got. - (elf_i386_link_hash_table): Likewise. - (elf_i386_link_hash_newfunc): Initialize plt_got.offset to -1. - (elf_i386_get_local_sym_hash): Likewise. - (elf_i386_check_relocs): Create the GOT PLT if there are both - PLT and GOT references when the regular PLT is used. - (elf_i386_allocate_dynrelocs): Use the GOT PLT if there are - both PLT and GOT references unless pointer equality is needed. - (elf_i386_relocate_section): Also check the GOT PLT when - resolving R_386_PLT32. - (elf_i386_finish_dynamic_symbol): Use the GOT PLT if it is - available. - - * elf64-x86-64.c (elf_x86_64_link_hash_entry): Add plt_got. - (elf_x86_64_link_hash_table): Likewise. - (elf_x86_64_link_hash_newfunc): Initialize plt_got.offset to -1. - (elf_x86_64_get_local_sym_hash): Likewise. - (elf_x86_64_check_relocs): Create the GOT PLT if there are both - PLT and GOT references when the regular PLT is used. - (elf_x86_64_allocate_dynrelocs): Use the GOT PLT if there are - both PLT and GOT references unless pointer equality is needed. - (elf_x86_64_relocate_section): Also check the GOT PLT when - resolving R_X86_64_PLT32. - (elf_x86_64_finish_dynamic_symbol): Use the GOT PLT if it is - available. - -2014-11-24 H.J. Lu <hongjiu.lu@intel.com> - - * configure: Regenerated. - -2014-11-24 Tejas Belagod <tejas.belagod@arm.com> - - * elfnn-aarch64.c (elf_aarch64_compare_mapping): New. - (erratum_835769_scan): Sort map list. - -2014-11-24 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (plt_stub_pad): Correct. - -2014-11-23 H.J. Lu <hongjiu.lu@intel.com> - - * elf64-x86-64.c (elf_x86_64_check_relocs): Assert size of - elf_x86_64_bnd_plt2_entry and elf_x86_64_legacy_plt2_entry. - (elf_x86_64_allocate_dynrelocs): Don't assert size of - elf_x86_64_bnd_plt2_entry and elf_x86_64_legacy_plt2_entry. - -2014-11-22 H.J. Lu <hongjiu.lu@intel.com> - - * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Check - branch displacement overflow in PLT entry. - -2014-11-21 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * coffgen.c (coff_get_normalized_symtab): Check for an excessive - number of auxillary entries. - * ieee.c (next_byte): Convert to a function. Return FALSE if the - next byte is beyond the end of the buffer. - (parse_int): Test the return value of next_byte. - (parse_expression): Convert to boolean. Return FALSE if the - parsing failed. Test the return value of next_byte. - (ieee_seek): Convert to a function. Return FALSE if the seek goes - beyond the end of the buffer. - (ieee_slurp_external_symbols): Test the return value of ieee_seek - and next_byte. - (ieee_slurp_sections): Convert to boolean. Return FALSE if the - operation failed. Test the return value of ieee_seek and - next_byte. - (ieee_archive_p): Test the return value of ieee_seek and - next_byte. - (do_one): Likewise. - (ieee_slurp_section_data): Likewise. - (ieee_object_p): Likewise. Store the size of the buffer in the - total_amt field in the header. - * libieee.h (common_header_type): Add amt field. - * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Check that the - reloc's value is within range. - (bfd_mach_o_read_symtab_symbols): Nullify the symbols field if the - operation fails. - * pei-x86_64.c (pex64_xdata_print_uwd_codes): Replace abort with - an error message. - (pex64_dump_xdata): Check for buffer overflows. - * versados.c (process_otr): Check that the section exists before - taking its size. - (versados_object_p): Make sure that enough data was read for the - header to be checked. - * vms-alpha.c (vms_get_remaining_object_record): Change - read_so_far parameter to an unsigned int. Check that the amount - read is in range. - -2014-11-21 H.J. Lu <hongjiu.lu@intel.com> - - * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Optimize - PC-relative offset overflow check. - -2014-11-21 Alexander Cherepanov <cherepan@mccme.ru> - - PR binutils/17512 - * coffgen.c (_bfd_coff_read_string_table): Test allocation of - string table before clearing the first few bytes. - -2014-11-21 Terry Guo <terry.guo@arm.com> - - * elf32-arm.c (elf32_arm_merge_eabi_attributes): Support FPv5. - -2014-11-20 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (group_sections): Init stub14_group_size from - --stub-group-size parameter divided by 1024. - -2014-11-20 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_relax_section): Correct ppc476 workaround - alignment calculation. - -2014-11-20 Terry Guo <terry.guo@arm.com> - - * elf32-arm.c (elf32_arm_merge_eabi_attributes): Skip if input bfd - hasn't attribute section. - -2014-11-20 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (ppc64_elf_size_stubs): Add __go_go to thread_starters. - -2014-11-18 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/17618 - * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Check - PC-relative offset overflow in PLT entry. - -2014-11-18 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * peXXIgen.c (pe_print_pdata): Fail if the section's virtual size - is larger than its real size. - (rsrc_print_section): Fix off-by-one error checking for overflow. - * pei-x86_64.c (pex64_bfd_print_pdata): Handle empty unwind - sections. - -2014-11-18 Igor Zamyatin <igor.zamyatin@intel.com> - - * elf64-x86-64.c (elf_x86_64_check_relocs): Enable MPX PLT only - for -z bndplt. - -2014-11-14 Nick Clifton <nickc@redhat.com> - - PR binutils/17597 - * opncls.c (bfd_get_debug_link_info): Avoid reading off the end of - the section. - (bfd_get_alt_debug_link_info): Likewise. - -2014-11-14 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * ieee.c (ieee_archive_p) Skip processing if no bytes are read at - all. - (ieee_object_p): Likewise. - -2014-11-13 H.J. Lu <hongjiu.lu@intel.com> - - * coffcode.h (coff_slurp_line_table): Add cast to unsigned int. - -2014-11-13 H.J. Lu <hongjiu.lu@intel.com> - - * coffcode.h (coff_pointerize_aux_hook): Fix a typo. - -2014-11-13 H.J. Lu <hongjiu.lu@intel.com> - - PR gas/17598 - * elf64-x86-64.c (elf_x86_64_check_relocs): Treat - R_X86_64_GOTPLT64 the same as R_X86_64_GOT64. - (elf_x86_64_relocate_section): Likewise. - -2014-11-13 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * coffcode.h (coff_ptr_struct): Add is_sym field. - (coff_new_section_hook): Set the is_sym field. - (coff_pointerize_aux_hook): Check the is_sym field. - (coff_print_aux): Likewise. - (coff_compute_section_file_positions): Likewise. - (coff_write_object_contents): Likewise. - (coff_slurp_line_table): Likewise. - (coff_slurp_symbol_table): Likewise. - (CALC_ADDEND): Likewise. - * coffgen.c (coff_renumber_symbols): Likewise. - (coff_mangle_symbols): Likewise. - (coff_fix_symbol_name): Likewise. - (coff_write_symbol): Likewise. - (coff_write_alien_symbol): Likewise. - (coff_write_native_symbol): Likewise. - (coff_write_symbols): Likewise. - (coff_write_linenumbers): Likewise. - (coff_pointerize_aux): Likewise. - (coff_get_normalized_symtab): Likewise. - (coff_get_symbol_info): Likewise. - (bfd_coff_get_syment): Likewise. - (bfd_coff_get_auxent): Likewise. - (coff_print_symbol): Likewise. - (coff_find_nearest_line_with_names): Likewise. - (bfd_coff_set_symbol_class): Likewise. - (coff_make_empty_symbol): Set the is_sym field. - (coff_bfd_make_debug_symbol): Likewise. - * peicode.h (pe_ILF_make_a_symbol): Likewise. - * libcoff.h: Regenerate. - * libcoff-in.h: Regenerate. - -2014-11-12 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * coffcode.h (coff_slurp_line_table): Set the line number of - corrupt entries to -1. - (coff_slurp_symbol_table): Alway initialise the value of the - symbol. - * coffgen.c (coff_print_symbol): Check that the combined pointer - is valid. - (coff_print_symbol): Do not print negative line numbers. - * peXXigen.c (pe_print_idata): Add range checking displaying - member names. - -2014-11-12 Alan Modra <amodra@gmail.com> - - PR binutils/17512 - * coffcode.h (coff_slurp_line_table): Drop line number info - not preceded by a valid function entry. Revert last change. - -2014-11-11 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * coffcode.h (coff_slurp_line_table): Initialise the parts of the - line number cache that would not be initialised by the copy from - the new line number table. - (coff_classify_symbol): Allow for _bfd_coff_internal_syment_name - returning NULL. - * coffgen.c (coff_get_normalized_symbols): Get the external - symbols before allocating space for the internal symbols, in case - the get fails. - * elf.c (_bfd_elf_slurp_version_tables): Only allocate a verref - array if one is needed. Likewise with the verdef array. - * peXXigen.c (_bfd_XXi_swap_sym_in): Replace abort()'s with error - messages. - (_bfd_XXi_swap_aux_in): Make sure that all fields of the aux - structure are initialised. - (pe_print_edata): Avoid reading off the end of the data buffer. - -2014-11-11 Alan Modra <amodra@gmail.com> - - PR binutils/17512 - * coffcode.h (coff_slurp_line_table): Use updated lineno_count - when building func_table. - -2014-11-11 Alan Modra <amodra@gmail.com> - - PR binutils/17512 - * coffcode.h (coff_slurp_line_table): Don't bfd_zalloc, just - memset the particular bits we need. Update src after hitting loop - "continue". Don't count lineno omitted due to invalid symbols in - nbr_func, and update lineno_count. Init entire terminating - lineno. Don't both allocating terminator in n_lineno_cache. - Redirect sym->lineno pointer to where n_lineno_cache will be - copied, and free n_lineno_cache. - * pe-mips.c (NUM_HOWTOS): Typo fix. - -2014-11-11 Alan Modra <amodra@gmail.com> - - * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Adjust section - size check to account for possible zero terminator. - -2014-11-10 James Cowgill <James.Cowgill@imgtec.com> - - * elfxx-mips.c (_bfd_mips_elf_section_processing): don't force small - data sections to be PROGBITS - -2014-11-10 Nick Clifton <nickc@redhat.com> - - PR binutils/17521 - * coff-i386.c (NUM_HOWTOS): New define. - (RTYPE2HOWTO): Use it. - (coff_i386_rtype_to_howto): Likewise. - (coff_i386_reloc_name_lookup): Likewise. - (CALC_ADDEND): Check that reloc r_type field is valid. - * coff-x86_64.c (NUM_HOWTOS): New define. - (RTYPE2HOWTO): Use it. - (coff_amd64_rtype_to_howto): Likewise. - (coff_amd64_reloc_name_lookup): Likewise. - (CALC_ADDEND): Check that reloc r_type field is valid. - * coffcode.h (coff_slurp_line_table): Check for symbol table - indexing underflow. - (coff_slurp_symbol_table): Use zalloc to ensure that all table - entries are initialised. - * coffgen.c (_bfd_coff_read_string_table): Initialise unused bits - in the string table. Also ensure that the table is 0 terminated. - (coff_get_normalized_symtab): Check for symbol table indexing - underflow. - * opncls.c (bfd_alloc): Catch the case where a small negative size - can result in only 1 byte being allocated. - (bfd_alloc2): Use bfd_alloc. - * pe-mips.c (NUM_HOWTOS): New define. - (coff_mips_reloc_name_lookup): Use it. - (CALC_ADDEND): Check that reloc r_type field is valid. - * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Initialise unused entries - in the DataDirectory. - (pe_print_idata): Avoid reading beyond the end of the data block - wen printing strings. - (pe_print_edata): Likewise. - Check for table indexing underflow. - * peicode.h (pe_mkobject): Initialise the pe_opthdr field. - (pe_bfd_object_p): Allocate and initialize enough space to hold a - PEAOUTHDR, even if the opt_hdr field specified less. - -2014-11-08 Alan Modra <amodra@gmail.com> - - * peXXigen.c (pe_print_idata): Revert last patch, cast lhs instead. - -2014-11-07 H.J. Lu <hongjiu.lu@intel.com> - - * peXXigen.c (pe_print_idata): Cast to unsigned long in range - checks. - -2014-11-07 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/17482 - * elf64-x86-64.c (elf_x86_64_relocate_section): Update comments - for IE->LE transition. - -2014-11-07 Alan Modra <amodra@gmail.com> - - * tekhex.c (tekhex_set_arch_mach): Ignore unknown arch errors. - -2014-11-07 Alan Modra <amodra@gmail.com> - - * tekhex.c (CHUNK_SPAN): Define. - (struct data_struct <chunk_init>): Use one byte per span, update - all code accessing this field. - (find_chunk): Add create param, don't create new entry unless set. - (insert_byte): Don't save zeros. - (first_phase): Set section SEC_CODE or SEC_DATA flag depending - on symbol type. Create an alternate section if both types of - symbol are given. Attach type '2' and '6' symbols to absolute - section. - (move_section_contents): Fix caching of chunk. Don't create chunk - when reading, or for writing zeros. - (tekhex_set_section_contents): Don't create initial chunks. - (tekhex_write_object_contents): Use CHUNK_SPAN. - -2014-11-07 Alan Modra <amodra@gmail.com> - - * aoutx.h (aout_get_external_symbols): Tidy allocation of symbol buffer. - -2014-11-07 Alan Modra <amodra@gmail.com> - - * archive.c (_bfd_slurp_extended_name_table): Revert bfd_get_size check. - * coffcode.h (coff_set_alignment_hook): Likewise. - (coff_slurp_line_table): Likewise. - * coffgen.c (coff_get_normalized_symtab): Likewise. - (_bfd_coff_get_external_symbols): Likewise. - * elf.c (bfd_elf_get_str_section): Likewise. - * tekhex.c (first_phase): Likewise. - -2014-11-06 Nick Clifton <nickc@redhat.com> - - * aoutx.h (slurp_symbol_table): Revert previous delta. - (slurp_reloc_table): Likewise. - * compress.c (bfd_get_full_section_contents): Remove file size - test. - * coffgen.c (coff_get_normalized_symtab): Allow zero-sized symtabs - and do not complain about linker generated files. - -2014-11-06 Will Newton <will.newton@linaro.org> - - * elf-attrs.c (_bfd_elf_parse_attributes): Handle zero - length sections and sub-sections. - -2014-11-04 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * coffcode.h (handle_COMDAT): Replace abort with BFD_ASSERT. - Replace another abort with an error message. - (coff_slurp_line_table): Add more range checking. - * peXXigen.c (pe_print_debugdata): Add range checking. - -2014-11-05 James Cowgill <james.cowgill@imgtec.com> - - * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Fix segfault - when creating a dso with discarded dynsym section. - -2014-11-05 Matthew Fortune <matthew.fortune@imgtec.com> - - * elfxx-mips.c (update_mips_abiflags_isa): Add E_MIPS_ARCH_32R6 - and E_MIPS_ARCH_64R6 support. - -2014-11-05 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * coffcode.h (coff_set_alignment_hook): Warn if the file lies - about the number of relocations it contains. - (coff_sort_func_alent): Return 0 if the pointers are NULL. - (coff_slurp_line_table): Add more range checks. Do not free new - tables created when sorting line numbers. - * peXXigen.c (pe_print_idata): Add range checks. - (pe_print_edata): Likewise. - (rsrc_print_resource_entries): Likewise. Avoid printing control - characters. Terminate priniting if corruption is detected. - (rsrc_print_resource_directory): Terminate printing if an unknown - directory type is encountered. - (pe_print_debugdata): Fix off-by-one error. - (rsrc_count_entries): Add range checking. - (rsrc_parse_entry): Likewise. - -2014-11-04 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * compress.c (bfd_get_full_section_contents): Improve test for - linker created objects. - - PR binutils/17533 - * archive.c (_bfd_slurp_extended_name_table): Handle archives with - corrupt extended name tables. - -2014-11-04 Alan Modra <amodra@gmail.com> - - * elf32-spu.c (ovl_mgr_stat): New function. - (spu_elf_open_builtin_lib): Pass to bfd_openr_iovec. - -2014-11-03 Andrew Burgess <andrew.burgess@embecosm.com> - - * elf32-avr.c (elf32_avr_relax_delete_bytes): During linker - relaxation, reduce the size of symbols that span the deleted - bytes. - -2014-11-03 Andrew Burgess <andrew.burgess@embecosm.com> - - * elf32-avr.c (elf32_avr_relax_delete_bytes): Modify symbols - located at the very end of the section. - -2014-11-03 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * aoutx.h (slurp_symbol_table): Check that computed table size is - not bigger than the file from which is it being read. - (slurp_reloc_table): Likewise. - * coffcode.h (coff_slurp_line_table): Remove unneeded local - 'warned'. Do not try to print the details of a symbol with an - invalid index. - * coffgen.c (make_a_sectiobn_from_file): Check computed string - index against length of string table. - (bfd_coff_internal_syment_name): Check read in string offset - against length of string table. - (build_debug_section): Return a pointer to the section used. - (_bfd_coff_read_string_table): Store the length of the string - table in the coff_tdata structure. - (bfd_coff_free_symbols): Set the length of the string table to - zero when it is freed. - (coff_get_normalized_symtab): Check offsets against string table - or data table lengths as appropriate. - * cofflink.c (_bfd_coff_link_input_bfd): Check offset against - length of string table. - * compress.c (bfd_get_full_section_contents): Check computed size - against the size of the file. - * libcoff-in.h (obj_coff_strings_len): Define. - (struct coff_tdata): Add strings_len field. - * libcoff.h: Regenerate. - * peXXigen.c (pe_print_debugdata): Do not attempt to print the - data if the debug section is too small. - * xcofflink.c (xcoff_link_input_bfd): Check offset against - length of string table. - -2014-11-03 Nick Clifton <nickc@redhat.com> - - * po/fi.po: Updated Finnish translation. - -2014-10-31 Andrew Pinski <apinski@cavium.com> - Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com> - - * archures.c: Add octeon3 for mips target. - * bfd-in2.h: Regenerate. - * bfd/cpu-mips.c: Define I_mipsocteon3. - nfo_struct): Add octeon3 support. - * bfd/elfxx-mips.c: (_bfd_elf_mips_mach): Add support for - octeon3. - (mips_set_isa_flags): Add support for octeon3. - (bfd_mips_isa_ext): Add bfd_mach_mips_octeon3. - (mips_mach_extensions): Make bfd_mach_mips_octeon3 an - extension of bfd_mach_mips_octeon2. - (print_mips_isa_ext): Print the value of Octeon3. - -2014-10-31 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * coffgen.c (_bfd_coff_get_external_symbols): Do not try to load a - symbol table bigger than the file. - * elf.c (bfd_elf_get_str_section): Do not try to load a string - table bigger than the file. - * tekhex.c (first_phase): Check that the section range is sane. - -2014-10-30 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * ihex.c (ihex_scan): Fix typo in invocation of ihex_bad_byte. - * coffgen.c (coff_get_normalized_symtab): Prevent buffer overrun. - -2014-10-29 Nick Clifton <nickc@redhat.com> - - * elf.c (bfd_section_from_shdr): Fix heap use after free memory - leak. - -2014-10-29 Dennis Brueni <dbrueni@slickedit.com> - - * elf.c (elfcore_write_lwpstatus): Fix typo in call to memcpy. - -2014-10-28 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * elf.c (bfd_section_from_shdr): Allocate and free the recursion - detection table on a per-bfd basis. - * peXXigen.c (pe_print_edata): Handle binaries with a truncated - export table. - -2014-10-28 Andreas Schwab <schwab@suse.de> - Nick Clifton <nickc@redhat.com> - - PR binutils/17510 - * srec.c (srec_bad_byte): Increase size of buf to allow for - negative values. - (srec_scan): Use an unsigned char buffer to hold header bytes. - -2014-10-27 Nick Clifton <nickc@redhat.com> - - PR binutils/17512 - * elf.c (bfd_section_from_shdr): Detect and warn about ELF - binaries with a group of sections linked by the string table - indicies. - * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Handle corrupt binaries - with an invalid value for NumberOfRvaAndSizes. - (pe_print_edata): Detect out of range rvas and entry counts for - the Export Address table, Name Pointer table and Ordinal table. - - PR binutils/17510 - * elf.c (setup_group): Improve handling of corrupt group - sections. - -2014-10-24 Tejas Belagod <tejas.belagod@arm.com> - - * bfd-in.h (bfd_elf64_aarch64_set_options): Add a parameter. - * bfd-in2.h (bfd_elf64_aarch64_set_options): Likewise. - * elfnn-aarch64.c (aarch64_erratum_835769_stub): New. - (elf_aarch64_stub_type): Add new type - aarch64_stub_erratum_835769_veneer. - (elf_aarch64_stub_hash_entry): New fields for erratum 835769. - (aarch64_erratum_835769_fix): New data struct to record erratum - 835769. - (elf_aarch64_link_hash_table: Global flags for 835769. - (aarch64_build_one_stub): Add case for 835769. - (aarch64_size_one_stub): Likewise. - (aarch64_mem_op_p, aarch64_mlxl_p, - aarch64_erratum_sequence,erratum_835769_scan): - New. Decode and scan functions for erratum 835769. - (elf_aarch64_create_or_find_stub_sec): New. - (elfNN_aarch64_size_stubs): Look for erratum 835769 and record - them. - (bfd_elfNN_aarch64_set_options: Set global flag for 835769. - (erratum_835769_branch_to_stub_data, - make_branch_to_erratum_835769_stub):New. Connect up all the - erratum stubs to occurances by branches. - (elfNN_aarch64_write_section): New hook. - (aarch64_map_one_stub): Output erratum stub symbol. - (elfNN_aarch64_size_dynamic_sections): Init mapping symbol - information for erratum 835769. - (elf_backend_write_section): Define. - -2014-10-23 Victor Kamensky <victor.kamensky@linaro.org> - - * elf32-arm.c (read_code32): New function to read 32 bit - arm instruction. - (read_code16): New function to read 16 bit thumb instrution. - (elf32_arm_plt0_size, elf32_arm_plt_size): Use read_code32 - and read_code16 to read instructions. - -2014-10-22 Matthew Fortune <matthew.fortune@imgtec.com> - - * elfxx-mips.c (print_mips_ases): Print unknown ASEs. - (print_mips_isa_ext): Print the value of an unknown extension. - -2014-10-21 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (ppc64_elf_tls_optimize): Ignore relocs against toc - entries that aren't a multiple of 8 rather than failing assertion. - -2014-10-21 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (ppc64_elf_size_stubs): Add gcc-4.9 libgomp functions - to thread_starter. - -2014-10-18 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (ppc64_elf_add_symbol_hook): If function code - section for function symbols defined in .opd is discarded, let - the symbol appear to be undefined. - (opd_entry_value): Ensure the result section is that for the - function code section in the same object as the OPD entry. - -2014-10-16 Alan Modra <amodra@gmail.com> - - PR 17492 - * elf32-arm.c (elf32_arm_add_symbol_hook): Only set has_gnu_symbols - on ELF output bfd. - * elf32-i386.c (elf_i386_add_symbol_hook): Likewise. - * elf32-m68k.c (elf_m68k_add_symbol_hook): Likewise. - * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise. - * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise. - * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise. - * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise. - * elf64-x86-64.c (elf_x86_64_add_symbol_hook): Likewise. - * elfxx-aarch64.c (_bfd_aarch64_elf_add_symbol_hook): Likewise. - * elf-s390-common.c (elf_s390_add_symbol_hook): Likewise. Handle - STB_GNU_UNIQUE too. - -2014-10-16 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (ppc64_elf_before_check_relocs): Do .opd processing - even when output is not ppc64 ELF. Remove redundant tests on - type of input bfd. - -2014-10-15 Alan Modra <amodra@gmail.com> - - PR 17481 - * aoutx.h (NAME (aout, find_nearest_line)): Add "discriminator_ptr" - param, group "section" and "offset" params. Zero discriminator. - * bfd.c (bfd_find_nearest_line): Implement with new - _bfd_find_nearest_line. - (bfd_find_nearest_line_discriminator): Likewise. - * coff-i386.c (_bfd_generic_find_nearest_line_discriminator): Don't - define. - * coff-rs6000.c (xcoff_find_nearest_line, - xcoff_find_nearest_line_discriminator): Delete. - (_bfd_xcoff_find_nearest_line): Don't define. - (_bfd_xcoff_find_nearest_line): Define as coff_find_nearest_line. - * coff-x86_64.c (_bfd_generic_find_nearest_line_discriminator): Don't - define. - * coff64-rs6000.c (rs6000_xcoff64_vec, rs6000_xcoff64_aix_vec): Adjust. - * coffgen.c (coff_find_nearest_line_with_names): Reorder params, - adjust _bfd_dwarf2_find_nearest_line call. - (coff_find_nearest_line): Add "discriminator_ptr" param, reorder - others. Set discriminator. Adjust call. - (coff_find_nearest_line_discriminator): Delete. - * dwarf1.c (_bfd_dwarf1_find_nearest_line): Reorder params. - * dwarf2.c (find_line): Rename to.. - (_bfd_dwarf2_find_nearest_line): ..this, reordering params. - Simplify setting of do_line. Delete old function. - (_bfd_dwarf2_find_line): Delete. - * ecoff.c (_bfd_ecoff_find_nearest_line): Reorder params, add - discriminator_ptr and set it. - * elf-bfd.h (_bfd_elf_find_nearest_line): Update prototype. - (_bfd_elf_find_nearest_line_discriminator): Delete. - (_bfd_elf_find_line_discriminator): Delete. - (_bfd_generic_find_nearest_line_discriminator): Don't define. - * elf.c (elf_find_function): Reorder params. - (_bfd_elf_find_nearest_line): Reorder params, add discriminator_ptr. - Adjust calls. - (_bfd_elf_find_nearest_line_discriminator): Delete. - (_bfd_elf_find_line): Adjust call. - * elf32-arm.c (arm_elf_find_function): Reorder params. - (elf32_arm_find_nearest_line): Reorder params, add discriminator_ptr. - Adjust calls. - * elf64-alpha.c (elf64_alpha_find_nearest_line): Similarly. - * elfnn-aarch64.c (aarch64_elf_find_function): Reorder params. - (elfNN_aarch64_find_nearest_line): Reorder params, add - discriminator_ptr. Adjust calls. - * elfxx-mips.c (_bfd_mips_elf_find_nearest_line): Similarly. - * elfxx-mips.h (_bfd_mips_elf_find_nearest_line): Update prototype. - * libaout.h (NAME (aout, find_nearest_line)): Update prototype. - * libbfd-in.h (_bfd_nosymbols_find_nearest_line): Update. - (_bfd_dwarf1_find_nearest_line): Likewise. - (_bfd_dwarf2_find_nearest_line): Likewise. - (_bfd_dwarf2_find_line): Delete. - (_bfd_generic_find_nearest_line_discriminator): Delete. - * libbfd.c (_bfd_generic_find_nearest_line_discriminator): Delete. - * libcoff-in.h (coff_find_nearest_line): Update prototype. - (coff_find_nearest_line_discriminator): Delete. - (coff_find_nearest_line_with_names): Update prototype. - * libecoff.h (_bfd_ecoff_find_nearest_line): Update prototype. - * mach-o.c (bfd_mach_o_find_nearest_line): Reorder params, add - discriminator_ptr. Adjust calls. - * mach-o.h (bfd_mach_o_find_nearest_line): Update prototype. - * pdp11.c (NAME (aout, find_nearest_line)): Reorder params, add - discriminator_ptr and set. - * som.c (som_find_nearest_line): Similarly. - * targets.c (BFD_JUMP_TABLE_SYMBOLS): Delete entry for - _bfd_find_nearest_line_discriminator. - (struct bfd_target <_bfd_find_nearest_line>): Adjust prototype. - (struct bfd_target <_bfd_find_nearest_line_discriminator>): Delete. - * vms-alpha.c (_bfd_vms_find_nearest_dst_line): Rename to.. - (_bfd_vms_find_nearest_line): ..this. Reorder params, add - "discriminator" and set. - (_bfd_vms_find_nearest_line_discriminator): Delete. - (_bfd_generic_find_nearest_line_discriminator): Don't define. - (alpha_vms_find_nearest_line): Update define. - * bfd-in2.h: Regenerate. - * libbfd.h: Regenerate. - * libcoff.h: Regenerate. - -2014-10-15 Alan Modra <amodra@gmail.com> - - * targets.c (BFD_JUMP_TABLE_SYMBOLS): Use NAME##_find_line. - * aout-adobe.c (aout_32_find_line): Define. - (aout_32_bfd_make_debug_symbol, aout_32_bfd_reloc_type_lookup, - aout_32_bfd_reloc_name_lookup): Define using _bfd_nosymbols define. - * aout-target.h (MY_find_line): Define. - * aout-tic30.c (MY_find_line): Define. - * binary.c (binary_find_line): Define. - * bout.c (aout_32_find_line): Define. - * coff-rs6000.c (_bfd_xcoff_find_line): Define. - * coff64-rs6000.c (rs6000_xcoff64_vec): Use coff_find_line. - (rs6000_xcoff64_aix_vec): Likewise. - * elf-bfd.h (_bfd_generic_find_line): Don't define. - * elfxx-target.h (bfd_elfNN_find_line): Define. - * i386msdos.c (msdos_find_line): Define. - * i386os9k.c (aout_32_find_line): Define. - * ieee.c (ieee_find_nearest_line, ieee_find_inliner_info): Delete func. - (ieee_find_nearest_line, ieee_find_line, - ieee_find_inliner_info): Define. - * ihex.c (ihex_find_line): Define. - * libbfd-in.h (_bfd_nosymbols_find_line): Define. - (_bfd_generic_find_line): Don't define. - * libbfd.c (_bfd_generic_find_line): Delete. - * libcoff-in.h (coff_find_line): Define. - * libecoff.h (_bfd_ecoff_find_line): Define. - * mach-o.h (bfd_mach_o_find_line): Define. - * mmo.c (mmo_find_line): Define. - * nlm-target.h (nlm_find_line): Define. - * oasys.c (oasys_find_nearest_line, oasys_find_inliner_info): Delete. - (oasys_find_nearest_line, oasys_find_line, - oasys_find_inliner_info): Define. - * pef.c (bfd_pef_find_line): Define. - * plugin.c (bfd_plugin_find_line): Define. - * ppcboot.c (ppcboot_find_line): Define. - * som.c (som_find_line): Define. - * srec.c (srec_find_line): Define. - * tekhex.c (tekhex_find_line): Define. - * versados.c (versados_find_line): Define. - * vms-alpha.c (alpha_vms_find_line): Define. - * xsym.c (bfd_sym_find_line): Define. - * bfd-in2.h: Regenerate. - * libbfd.h: Regenerate. - * libcoff.h: Regenerate. - -2014-10-15 Tristan Gingold <gingold@adacore.com> - - * version.m4: Bump version to 2.25.51 - * configure: Regenerate. - -2014-10-14 H.J. Lu <hongjiu.lu@intel.com> - - * elf32-i386.c (elf_i386_convert_mov_to_lea): Skip if relocation - offset is less than 2. - * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise. - -2014-10-14 Alan Modra <amodra@gmail.com> - - PR 17453 - * libbfd.c (COERCE16, COERCE32, COERCE64): Use unsigned types. - (EIGHT_GAZILLION): Delete. - -2014-10-13 Alan Modra <amodra@gmail.com> - - PR 17467 - * elf-eh-frame.c (ENSURE_NO_RELOCS): Don't stop at first NONE reloc. - (_bfd_elf_parse_eh_frame): When relocatable output, don't set - flags enabling conversion of CIEs and FDEs to use relative encoding. - (find_merged_cie): Similarly. - (_bfd_elf_write_section_eh_frame): Don't edit FDEs when - relocatable, except for CIE pointer. - * elflink.c (bfd_elf_reloc_symbol_deleted_p): Return true for - relocs against symbols in dropped comdat group sections. - (bfd_elf_discard_info): Do some eh_frame optimisation when - relocatable. - -2014-10-09 Jose E. Marchesi <jose.marchesi@oracle.com> - - * elfxx-sparc.c (_bfd_sparc_elf_merge_private_bfd_data): Handle - the hwcaps2 object attribute. - -2014-10-04 Alan Modra <amodra@gmail.com> - - PR 17447 - * elf-bfd.h (struct eh_cie_fde): Comment re NULL u.fde.cie_inf. - * elf-eh-frame.c (_bfd_elf_parse_eh_frame): Mark zero address - range FDEs for discarding. - (vma_compare): Sort on range after address. - (_bfd_elf_gc_mark_fdes): Test for NULL u.fde.cie_inf. - (_bfd_elf_discard_section_eh_frame): Likewise. Write "FDE" in - error message rather than "fde". - (_bfd_elf_write_section_eh_frame_hdr): Write "PC" and "FDE" in - error message. - -2014-09-29 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/17440 - * elf32-i386.c (elf_i386_fbsd_post_process_headers): Fix build - for OLD_FREEBSD_ABI_LABEL. - -2014-09-24 Markus Trippelsdorf <markus@trippelsdorf.de> - - PR 17422 - * plugin.c (try_claim): New function. Moved from - bfd_plugin_object_p. - (try_load_plugin): Pass through bfd. Add test. - (load_plugin): Pass through bfd. - (bfd_plugin_object_p): Move logic to try_claim. - -2014-09-23 Sterling Augustine <augustine.sterling@gmail.com> - - * elf32-xtensa.c (is_resolvable_asm_expansion): for cross-section - call relaxation use furthermost addresses where call source and - destination can be to check whether it's in the range of a direct - call. - -2014-09-22 Alan Modra <amodra@gmail.com> - - * elf-eh-frame.c (_bfd_elf_write_section_eh_frame_hdr): Don't return - false for overflow or overlapping FDEs. Give more detail in - error messages. - -2014-09-22 Andrew Bennett <andrew.bennett@imgtec.com> - - * elfxx-mips.c (mips_elf_calculate_relocation): Don't sign extend - the addend if relocations are RELA. - -2014-09-22 Kuan-Lin Chen <kuanlinchentw@gmail.com> - - * elf32-nds32.c (nds32_elf_ex9_build_hash_table, - nds32_elf_ex9_relocation_check): Synchronize the argument type. - -2014-09-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com> - - * elf32-s390.c: Don't replace R_390_TLS_LE32 with R_390_TLS_TPOFF - for PIE. - * elf64-s390.c: Don't replace R_390_TLS_LE64 with R_390_TLS_TPOFF - for PIE. - -2014-09-18 Jan Kratochvil <jan.kratochvil@redhat.com> - - PR gdb/17407 - * elfcode.h (bfd_from_remote_memory): Use SIZE for HIGH_OFFSET. - -2014-09-16 Terry Guo <terry.guo@arm.com> - - * elf32-arm.c (elf32_arm_merge_eabi_attributes): Return false if - failed to merge. - -2014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com> - - * bfd-in2.h: Regenerate. - * elf32-nds32.c (nds32_elf_mkobject): Hook bfd_elf32_mkobject. - (nds32_elf_relax_section): Code refactoring. - (nds32_elf_relax_longcall1, nds32_elf_relax_longcall2, - nds32_elf_relax_longcall3, nds32_elf_relax_longcall4, - nds32_elf_relax_longcall5, nds32_elf_relax_longcall6): Relax call - pattern. The first three is moved from nds32_elf_relax_section, - and the last three is new function. - (nds32_elf_relax_longjump1, nds32_elf_relax_longjump2, - nds32_elf_relax_longjump3, nds32_elf_relax_longjump4, - nds32_elf_relax_longjump5, nds32_elf_relax_longjump6, - nds32_elf_relax_longjump7): Relax condition branch pattern. The first - three is moved from nds32_elf_relax_section, and the last four - is new function. - (nds32_elf_relax_loadstore, nds32_elf_relax_lo12): Relax load-store - pattern and address setting pattern. - (nds32_elf_relax_piclo12, nds32_elf_relax_ptr, - nds32_elf_relax_pltgot_suff, nds32_elf_relax_got_suff, - nds32_elf_relax_gotoff_suff): Relax pic pattern. - (nds32_elf_relax_letlslo12, nds32_elf_relax_letlsadd, - nds32_elf_relax_letlsls): Relax TLS pattern. - (nds32_relax_adjust_label): Adjust alignment and nop. - (nds32_elf_pick_relax): Choose relaxation optimization. - (nds32_elf_get_relocated_section_contents): New hook. - (nds32_elf_order_insn_times, nds32_elf_ex9_build_itable): Release ex9 - table 234th entry. - * elf32-nds32.h: Declare. - * libbfd.h: Regenerate. - * reloc.c: Add nds32 new relocations. - -2014-09-15 Chen Gang <gang.chen.5i5j@gmail.com> - - * dwarf2.c (find_abstract_instance_name): Use 'form' instead of - 'name' for the typo issue, which related with commit - 60d77146a249ae9b51d7ce98930cdbedb2cfa352. - -2014-09-15 Andrew Bennett <andrew.bennett@imgtec.com> - Matthew Fortune <matthew.fortune@imgtec.com> - - * aoutx.h (NAME (aout, machine_type)): Add mips32r6 and mips64r6. - * archures.c (bfd_architecture): Likewise. - * bfd-in2.h (bfd_architecture): Likewise. - (bfd_reloc_code_real): Add relocs BFD_RELOC_MIPS_21_PCREL_S2, - BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3 and - BFD_RELOC_MIPS_19_PCREL_S2. - * cpu-mips.c (arch_info_struct): Add mips32r6 and mips64r6. - * elf32-mips.c: Define relocs R_MIPS_PC21_S2, R_MIPS_PC26_S2 - R_MIPS_PC18_S3, R_MIPS_PC19_S2, R_MIPS_PCHI16 and R_MIPS_PCLO16. - (mips_reloc_map): Add entries for BFD_RELOC_MIPS_21_PCREL_S2, - BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3, - BFD_RELOC_MIPS_19_PCREL_S2, BFD_RELOC_HI16_S_PCREL and - BFD_RELOC_LO16_PCREL. - * elf64-mips.c: Define REL, and RELA relocations R_MIPS_PC21_S2, - R_MIPS_PC26_S2, R_MIPS_PC18_S3, R_MIPS_PC19_S2, R_MIPS_PCHI16 - and R_MIPS_PCLO16. - (mips_reloc_map): Add entries for BFD_RELOC_MIPS_21_PCREL_S2, - BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3, - BFD_RELOC_MIPS_19_PCREL_S2, BFD_RELOC_HI16_S_PCREL and - BFD_RELOC_LO16_PCREL. - * elfn32-mips.c: Likewise. - * elfxx-mips.c (MIPSR6_P): New define. - (mipsr6_exec_plt_entry): New array. - (hi16_reloc_p): Add support for R_MIPS_PCHI16. - (lo16_reloc_p): Add support for R_MIPS_PCLO16. - (aligned_pcrel_reloc_p): New function. - (mips_elf_relocation_needs_la25_stub): Add support for relocs: - R_MIPS_PC21_S2 and R_MIPS_PC26_S2. - (mips_elf_calculate_relocation): Add support for relocs: - R_MIPS_PC21_S2, R_MIPS_PC26_S2, R_MIPS_PC18_S3, R_MIPS_PC19_S2, - R_MIPS_PCHI16 and R_MIPS_PCLO16. - (_bfd_elf_mips_mach): Add support for mips32r6 and mips64r6. - (mips_elf_add_lo16_rel_addend): Add support for R_MIPS_PCHI16. - (_bfd_mips_elf_check_relocs): Add support for relocs: - R_MIPS_PC21_S2 and R_MIPS_PC26_S2. - (_bfd_mips_elf_relocate_section): Add a check for unaligned - pc relative relocs. - (_bfd_mips_elf_finish_dynamic_symbol): Add support for MIPS r6 - plt entry. - (mips_set_isa_flags): Add support for mips32r6 and mips64r6. - (_bfd_mips_elf_print_private_bfd_data): Likewise. - (mips_32bit_flags_p): Add support for mips32r6. - * libbfd.h (bfd_reloc_code_real_names): Add entries for - BFD_RELOC_MIPS_21_PCREL_S2, BFD_RELOC_MIPS_26_PCREL_S2, - BFD_RELOC_MIPS_18_PCREL_S3 and BFD_RELOC_MIPS_19_PCREL_S2. - * reloc.c: Document relocs BFD_RELOC_MIPS_21_PCREL_S2, - BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3 and - BFD_RELOC_MIPS_19_PCREL_S2. - * config.bfd: Add mips*-img-elf* target triple. - -2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com> - - * config.bfd: Add mips*-img-elf* target triple. - -2014-09-12 Alan Modra <amodra@gmail.com> - - * elf-bfd.h (struct eh_frame_array_ent): Add "range". - * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Stash address - range of FDEs to hdr_info->array. - (_bfd_elf_write_section_eh_frame_hdr): Report overflow in - .eh_frame_hdr entries, and overlapping FDEs. - -2014-09-10 Alan Modra <amodra@gmail.com> - - * elf.c (assign_file_positions_except_relocs): Move section header - placement to.. - (_bfd_elf_assign_file_positions_for_relocs): ..here. Make static. - * elf-bfd.h (_bfd_elf_assign_file_positions_for_relocs): Delete. - * elflink.c (bfd_elf_final_link): Don't call above function. - -2014-08-30 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_relax_section): Fix off by one error. - -2014-08-29 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (ppc64_elf_relocate_section): Report a different - error for calls via a toc adjusting stub without a nop. - -2014-08-29 Alan Modra <amodra@gmail.com> - - * vms-alpha.c (alpha_vma_object_p): Don't return file_truncated - error. Remove redundant bfd_set_error. - -2014-08-29 Alan Modra <amodra@gmail.com> - - * srec.c (srec_scan): Revert last change. Report an error for - S-records with less than the miniumum byte count. - -2014-08-28 H.J. Lu <hongjiu.lu@intel.com> - - * srec.c (srec_scan): Return error for 0 size. - -2014-08-27 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/17306 - * elf32-i386.c (elf_i386_convert_mov_to_lea): Use bfd_is_abs_section - to check discarded input section. - * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise. - -2014-08-27 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/17313 - * elflink.c (elf_link_add_object_symbols): Don't attach dynamic - sections to input from ld --just-symbols. - -2014-08-26 DJ Delorie <dj@redhat.com> - - * elf32-rl78.c (rl78_elf_relax_section): Disambiguate test for - relaxation type. - -2014-08-26 Jiong Wang <jiong.wang@arm.com> - - * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Initialize non_got_ref - properly for MOVW_G0/1/2_NC and MOVW_G3. Reject them when linking - shared library. - (elfNN_aarch64_gc_sweep_hook): Add check on these relocs. - -2014-08-26 Nick Clifton <nickc@redhat.com> - - * config.bfd: Fix typo in or1knd selection. - -2014-08-22 Kai Tietz <ktietz@redhat.com> - - PR binutils/11822 - * coffcode.h (coff_compute_section_file_positions): Keep - FileAlignment valid as set. - -2014-08-22 Alan Modra <amodra@gmail.com> - - * elf-eh-frame.c (struct cie): Delete "output_sec" field. - (cie_eq, cie_compute_hash): Use output_section from cie_inf instead. - -2014-08-22 Alan Modra <amodra@gmail.com> - - * elf-bfd.h (struct eh_frame_hdr_info): Delete merge_cies and - parsed_eh_frames. - (_bfd_elf_begin_eh_frame_parsing): Delete. - (_bfd_elf_end_eh_frame_parsing): Delete. - * elf-eh-frame.c (_bfd_elf_begin_eh_frame_parsing): Delete. - (_bfd_elf_end_eh_frame_parsing): Delete. - (_bfd_elf_parse_eh_frame): Don't test parsed_eh_frame. Test - !info->relocatable in place of merge_cies. - * elflink.c (bfd_elf_gc_sections, bfd_elf_discard_info): Adjust. - * elf64-ppc.c (glink_eh_frame_cie): Pad to multiple of 8. - (ppc64_elf_size_stubs): Likewise pad stub FDE. - (ppc64_elf_build_stubs): Move code setting glink .eh_frame to.. - (ppc64_elf_size_stubs): ..here and.. - (ppc64_elf_finish_dynamic_sections): ..here. - -2014-08-21 Maciej W. Rozycki <macro@codesourcery.com> - - * elf64-ppc.h (ppc64_elf_set_toc): Fix indentation. - -2014-08-21 Tony Wang <tony.wang@arm.com> - - * elf32-arm.c (elf32_arm_final_link_relocate): Implement - the veneer routine for R_ARM_THM_JUMP19. - (arm_type_of_stub): Add conditional clause for R_ARM_THM_JUMP19 - (elf32_arm_size_stub): Ditto. - -2014-08-20 Roland McGrath <mcgrathr@google.com> - - PR ld/17277 - * elf32-arm.c (elf32_arm_check_relocs): Increment P->pc_count for - all reloc types with pc_relative set in the howto, not just for - R_ARM_REL32 and R_ARM_REL32_NOI. - (allocate_dynrelocs_for_symbol): Update comment. - (elf32_arm_gc_sweep_hook): For all reloc types with pc_relative - set in the howto, set call_reloc_p and may_need_local_target_p but - not may_become_dynamic_p; not only for R_ARM_REL32 and R_ARM_REL32_NOI. - (elf32_arm_check_relocs): Likewise. - -2014-08-20 Will Newton <will.newton@linaro.org> - - * config.bfd: Default armeb-*-eabi* to big endian. - -2014-08-19 Alan Modra <amodra@gmail.com> - - * configure: Regenerate. - -2014-08-18 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Don't attempt to - use dynrelocs for ifunc. - * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Similarly. - -2014-08-18 Alan Modra <amodra@gmail.com> - - PR 17287 - * elflink.c (on_needed_list): Only consider libraries that have - been loaded. - -2014-08-18 Alan Modra <amodra@gmail.com> - - * elflink.c (bfd_elf_discard_info): Return int error status. - * stabs.c (_bfd_discard_section_stabs): Comment typo fix. - * bfd-in.h (bfd_elf_discard_info): Updata prototype. - * bfd-in2.h: Regenerate. - -2014-08-14 Alan Modra <amodra@gmail.com> - - * peXXigen.c (pe_print_reloc): Protect against access past end - of .reloc section. - -2014-08-14 Alan Modra <amodra@gmail.com> - - PR 16563 - * elflink.c (bfd_elf_discard_info): Process .eh_frame and .stab - in the order they are mapped to output sections. - -2014-08-14 Alan Modra <amodra@gmail.com> - - * configure.ac: Delete redundant plugin related checks. - * configure: Regenerate. - -2014-08-13 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> - - * elf32-or1k.c (or1k_elf_relocate_section, or1k_elf_check_relocs, - allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL - and SYMBOLIC_BIND. - -2014-08-12 Alan Modra <amodra@gmail.com> - - * coff-aux.c (coff_m68k_aux_link_add_one_symbol): Only call "notice" - here when not calling the generic add_symbol function. Formatting. - Correct handling of indirect symbols. Update notice call. - * elflink.c (_bfd_elf_notice_as_needed): Update notice call. - * linker.c (_bfd_generic_link_add_one_symbol): Create indirect - symbols early. Update notice call. Add comments regarding weak - symbols vs. indirect. - -2014-08-12 Alan Modra <amodra@gmail.com> - - PR ld/16746 - * linker.c (_bfd_generic_link_add_one_symbol <WARN>): Handle - !lto_plugin_active. - -2014-08-07 Chen Gang <gang.chen.5i5j@gmail.com> - - * coff-ppc.c (coff_ppc_relocate_section): Ensure local symbols are - zero terminated. - -2014-08-07 H.J. Lu <hongjiu.lu@intel.com> - Alan Modra <amodra@gmail.com> - - PR ld/16746 - * linker.c (_bfd_generic_link_add_one_symbol): Don't issue a - warning for references in LTO IR to warning symbols. - -2014-08-07 Alan Modra <amodra@gmail.com> - - * linker.c (WARN, CWARN): Collapse these states to WARN. - (_bfd_generic_link_add_one_symbol): Use old CWARN case for - new WARN. - -2014-08-05 Doug Evans <dje@google.com> - - * bfd-in2.h: Regenerate. - * libcoff.h: Regenerate. - -2014-08-05 Maciej W. Rozycki <macro@codesourcery.com> - - * elfxx-mips.c (_bfd_mips_elf_discard_info): Set section's - rawsize if changing size. - -2014-08-05 Alan Modra <amodra@gmail.com> - - PR ld/17226 - * elfxx-sparc.c (_bfd_sparc_elf_gc_sweep_hook): Typo fix. - -2014-08-05 Alan Modra <amodra@gmail.com> - - * linker.c (generic_link_check_archive_element): Move handling - of command link -u symbols with a common symbol def to the - code handling non-common symbols so that archive element symbols - are loaded. Use generic_link_add_object_symbols. - -2014-08-05 Alan Modra <amodra@gmail.com> - - PR 13557 - * linker.c (struct archive_list, struct archive_hash_entry, - struct archive_hash_table, archive_hash_newfunc, - archive_hash_table_init, archive_hash_lookup, archive_hash_allocate, - archive_hash_table_free): Delete. - (_bfd_generic_link_add_archive_symbols): Add h and name params to - checkfn. Rewrite using a straight-forward scan over archive map. - (generic_link_check_archive_element_no_collect, - generic_link_check_archive_element_collect, - generic_link_check_archive_element): Add h and name params. - * aoutx.h (aout_link_check_archive_element): Likewise. - * pdp11.c (aout_link_check_archive_element): Likewise. - * xcofflink.c (xcoff_link_check_archive_element): Likewise. - * cofflink.c (coff_link_check_archive_element): Likewise. Don't - scan symbols, simply add archive element whenever h is undefined. - (coff_link_check_ar_symbols): Delete. - * ecoff.c (read_ext_syms_and_strs): Delete. - (reread_ext_syms_and_strs): Delete. - (ecoff_link_check_archive_element): Add h and name param. Don't - scan symbols, simply add based on h. Use ecoff_link_add_object_symbols. - * elflink.c (elf_link_is_defined_archive_symbol): Don't test - archive_pass. - (elf_link_add_archive_symbols): Delete "defined" array, merge - functionality into "included". Make "included" a char array. Don't - set or test archive_pass. - * libbfd-in.h (_bfd_generic_link_add_archive_symbols): Update. - * libbfd.h: Regenerate. - -2014-08-01 Takashi Yoshii <yoshii.takashi@renesas.com> - - PR 10373 - * elf32-sh.c (sh_elf_relax_section): Add jmp to bra relaxing. - -2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com> - - * elfxx-mips.c (ABI_O32_P, MIPS_ELF_ABIFLAGS_SECTION_NAME_P): New macro. - (mips_elf_obj_tdata): Add abiflags and abiflags_valid fields. - (bfd_mips_elf_swap_abiflags_v0_in): New function. - (bfd_mips_elf_swap_abiflags_v0_out): Likewise. - (_bfd_mips_elf_section_from_shdr): Handle SHT_MIPS_ABIFLAGS. - (_bfd_mips_elf_fake_sections): Likewise. - (_bfd_mips_elf_always_size_sections): Handle .MIPS.abiflags. - (_bfd_mips_elf_additional_program_headers): Account for new - PT_MIPS_ABIFLAGS program header. - (_bfd_mips_elf_modify_segment_map): Create PT_MIPS_ABIFLAGS segment and - associate with .MIPS.abiflags. - (_bfd_mips_elf_gc_mark_extra_sections): New function. - (bfd_mips_isa_ext, update_mips_abiflags_isa): New static function. - (infer_mips_abiflags): Likewise. - (_bfd_mips_elf_final_link): Handle .MIPS.abiflags. - (mips_32bit_flags_p): Moved higher. - (mips_elf_merge_obj_attributes, _bfd_mips_fp_abi_string): Error - checking for FP ABIs. - (_bfd_mips_elf_merge_private_bfd_data): Restructure and add abiflags - checks. Check EF_MIPS_FP64 flag consistency. - (print_mips_ases, print_mips_isa_ext): New static function. - (print_mips_fp_abi_value, get_mips_reg_size): Likewise. - (_bfd_mips_elf_print_private_bfd_data): Display abiflags data. - (_bfd_mips_post_process_headers): Set EI_ABIVERSION = 3 for - Val_GNU_MIPS_ABI_FP_64 or Val_GNU_MIPS_ABI_FP_64A. - * elfxx-mips.h (_bfd_mips_elf_gc_mark_extra_sections): New prototype. - * elf32-mips.c (elf_backend_gc_mark_extra_sections): Implement. - * elfn32-mips.c (elf_backend_gc_mark_extra_sections): Implement. - * elf64-mips.c (elf_backend_gc_mark_extra_sections): Implement. - -2014-07-28 Alan Modra <amodra@gmail.com> - - PR 13227 - * archive.c (_bfd_compute_and_write_armap): Warn on adding - __gnu_lto_slim to armap. - * linker.c (_bfd_generic_link_add_one_symbol): Warn on adding - __gnu_lto_slim to linker hash table. - -2014-07-27 Anthony Green <green@moxielogic.org> - - * config.bfd: Add moxie-*-moxiebox*. - -2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com> - - Add or reactivate or1k-*-rtems* - * config.bfd (or1k-*-rtems*): Reactivate. - -2014-07-16 H.J. Lu <hongjiu.lu@intel.com> - - * elf32-i386.c (elf_i386_plt_sym_val): Match PLT entry only for - ELFOSABI_GNU input. - * elf64-x86-64.c (elf_x86_64_plt_sym_val): Likewise. - (elf_x86_64_plt_sym_val_offset_plt_bnd): Likewise. - -2014-07-16 H.J. Lu <hongjiu.lu@intel.com> - - PR binutils/17154 - * elf32-i386.c (elf_i386_plt_sym_val): Only match R_*_JUMP_SLOT - and R_*_IRELATIVE relocation offset with PLT entry. - * elf64-x86-64.c (elf_x86_64_plt_sym_val): Likewise. - (elf_x86_64_plt_sym_val_offset_plt_bnd): New. - (elf_x86_64_get_synthetic_symtab): Use it. - -2014-07-15 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/17057 - * elf32-i386.c (elf_i386_compute_jump_table_size): Replace - next_tls_desc_index with elf.srelplt->reloc_count. - -2014-07-15 Alan Modra <amodra@gmail.com> - - * cache.c (cache_bread_1): Don't return -1 when fread returns - a positive value. - -2014-07-15 Alan Modra <amodra@gmail.com> - - * elflink.c (elf_merge_st_other): Update comments. Simplify - visibility handling. Make isym const. Move code modifying - isym->st_other for --exclude-libs to.. - (elf_link_add_object_symbols): ..here. - -2014-07-11 Maks Naumov <maksqwe1@ukr.net> - - PR 17141 - * elf.c (_bfd_elf_strtab_add): Check strtab name for failure. - -2014-07-08 Nick Clifton <nickc@redhat.com> - - PR ld/17110 - * elf32-sh.c (sh_elf_osec_to_segment): Do not look for output - segments in input bfds. - -2014-07-08 Will Newton <will.newton@linaro.org> - - * elf32-arm.c (ELF_MAXPAGESIZE): Increase the default - value to 64kB and remove custom setting for NaCl. - -2014-07-08 Alan Modra <amodra@gmail.com> - - * elflink.c (_bfd_elf_copy_link_hash_symbol_type): Copy st_other - bits from source to dest. - * linker.c (_bfd_generic_copy_link_hash_symbol_type): Update comment. - * targets.c (struct bfd_target <_bfd_copy_link_hash_symbol_type>): - Likewise. - * bfd-in2.h: Regenerate. - -2014-07-08 Jiong Wang <jiong.wang@arm.com> - - * elfnn-aarch64.c (elf_backend_rela_normal): Set to 1. - (elfNN_aarch64_relocate_section): Remove duplicated addend adjustment - when info->relocatable be true. - -2014-07-07 Barney Stratford <barney_stratford@fastmail.fm> - - * elf32-avr.c: Handle R_AVR_PORT5 and R_AVR_PORT6. - * reloc.c: Add BFD_RELOC_AVR_PORT5 and BFD_RELOC_AVR_PORT6. - * bfd-in2.h: Regenerate. - * libbfd.h: Regenerate. - -2014-07-04 Alan Modra <amodra@gmail.com> - - * Makefile.am: Update "configure.in" comments. - * PORTING: Likewise. - * aoutx.h: Likewise. - * configure.host: Likewise. - * doc/bfdint.texi: Likewise. - * targets.c: Likewise. - * warning.m4: Likewise. - * Makefile.in: Regenerate. - -2014-07-04 Alan Modra <amodra@gmail.com> - - * configure.ac: Rename from configure.in. - * Makefile.in: Regenerate. - * config.in: Regenerate. - * doc/Makefile.in: Regenerate. - -2014-07-04 Alan Modra <amodra@gmail.com> - - * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove configure.in. - * Makefile.in: Regenerate. - -2014-07-04 Alan Modra <amodra@gmail.com> - - * version.m4: New file. - * configure.in: Include version.m4. - (AC_INIT): Update. - * Makefile.am (RELEASE): Delete. - (bfdver.h): Depend on development.sh, use instead of RELEASE. - * Makefile.in: Regenerate. - * doc/Makefile.in: Regenerate. - -2014-07-02 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Clear - pointer_equality_needed when !readonly_dynrelocs. - * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Likewise. - -2014-07-02 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_check_relocs): Set DF_STATIC_TLS for PIEs too. - * elf64-ppc.c (ppc64_elf_check_relocs): Likewise. - -2014-07-01 Alan Modra <amodra@gmail.com> - - * bfd.c (struct bfd): Reorganise for better packing. Delete - "ifd" field. Make "format", "direction" and "flags" bitfields. - (HAS_LOAD_PAGE): Delete, renumber following flags. - * bfd-in2.h: Regenerate. - * coff-tic4x.c: Remove HAS_LOAD_PAGE from extra flags in target vecs. - -2014-07-01 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (ppc_stub_type): Add ppc_stub_global_entry. - (struct ppc_link_hash_table): Increase size of stub_count array. - (build_global_entry_stubs): Emit symbol on global entry stub. - (ppc64_elf_build_stubs): NULL check htab->brlt. Add global entry - stub stats. - -2014-07-01 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (abiversion, set_abiversion): Move earlier. - (ppc64_elf_branch_reloc): Adjust addend for ELFv2 local offset. - (ppc64_elf_set_toc): Set ".TOC." symbol value when using - generic linker. - (ppc64_elf_relocate_section): Disable ELFv2 function entry - optimisation when --traditional-format. - -2014-07-01 Barney Stratford <barney_stratford@fastmail.fm> - Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> - Pitchumani Sivanupandi <pitchumani.s@atmel.com> - Soundararajan <Sounderarajan.D@atmel.com> - - * archures.c: Add avrtiny architecture for avr target. - * cpu-avr.c (arch_info_struct): Add avrtiny arch info. - * elf32-avr.c (elf_avr_howto_table): New relocation R_AVR_LDS_STS_16 - added for 16 bit LDS/STS instruction of avrtiny arch. - (avr_reloc_map): Reloc R_AVR_LDS_STS_16 is mapped to - BFD_RELOC_AVR_LDS_STS_16. - (bfd_elf_avr_final_write_processing): Select machine number - avrtiny arch. - (elf32_avr_object_p): Set machine number for avrtiny arch. - * reloc.c: Add documentation for BFD_RELOC_AVR_LDS_STS_16 reloc. - * bfd-in2.h: Regenerate. - * libbfd.h: Regenerate. - -2014-06-26 Nick Clifton <nickc@redhat.com> - - PR binutils/16949 - * dwarf2.c (is_str_attr): New function. - (find_abstract_instance_name): Use it to determine when an - attribute has a string value. - -2014-06-24 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_size_dynamic_sections): Arrange to keep - .sdata/.sdata2 when _SDA_BASE_/_SDA2_BASE_ should be output - for --emit-relocs. - -2014-06-21 Philippe De Muyter <phdm@macqel.be> - - * targets.c (_bfd_target_vector): Add missing #ifdef BFD64 for - a number of targets. - -2014-06-20 Kyle McMartin <kyle@redhat.com> - - * elf32-arm.c (elf32_arm_check_relocs): Set DF_STATIC_TLS when - emitting initial-exec relocs when not linking an executable. - -2014-06-16 Will Newton <will.newton@linaro.org> - - * elf32-arm.c (elf32_arm_allocate_plt_entry): Increment - htab->next_tls_desc_index in the non-IPLT case. - Calculate GOT offset correctly for the non-IPLT case. - (allocate_dynrelocs_for_symbol): Don't increment - htab->next_tls_desc_index here. - -2014-06-16 Alan Modra <amodra@gmail.com> - - * elf32-vax.c (elf_vax_size_dynamic_sections): Clear linker - created sections. - -2014-06-13 Omair Javaid <omair.javaid@linaro.org> - - * elfxx-aarch64.c (stdarg.h): Include. - (string.h): Include. - (_bfd_aarch64_elf_grok_prstatus): Updated. - (_bfd_aarch64_elf_grok_psinfo): New function. - (_bfd_aarch64_elf_write_core_note): New function. - * elfxx-aarch64.h (elf_backend_grok_psinfo): Define. - (elf_backend_write_core_note): Define. - -2014-06-13 Alan Modra <amodra@gmail.com> - - * archive.c: Include bfdlink.h. - (_bfd_archive_close_and_cleanup): Call linker hash_table_free. - * bfd.c (struct bfd): Add is_linker_output field. - * elf-bfd.h (_bfd_elf_link_hash_table_free): Update prototype. - * linker.c (_bfd_link_hash_table_init): Set up hash_table_free, - link.hash and is_linker_output. - (_bfd_generic_link_hash_table_free): Replace bfd_link_hash_table* - param with bfd*. Assert is_linker_output and link.hash, and - clear them before exit. - * elf-m10300.c (elf32_mn10300_link_hash_table_free): Replace - bfd_link_hash_table* param with bfd*. Hack is_linker_output - and link.hash so we can free two linker hash tables. - (elf32_mn10300_link_hash_table_create): Create static_hash_table - first. Clean up on errors. Set hash_table_free pointer. - * elf32-arm.c (elf32_arm_link_hash_table_free): Replace - bfd_link_hash_table* param with bfd*. - (elf32_arm_link_hash_table_create): Clean up on errors. Set - hash_table_free pointer. - * elf32-avr.c, * elf32-hppa.c, * elf32-i386.c, * elf32-m68hc1x.c, - * elf32-m68k.c, * elf32-metag.c, * elf32-nios2.c, * elf32-xgate.c, - * elf64-ia64-vms.c, * elf64-ppc.c, * elf64-x86-64.c, * elflink.c, - * elfnn-aarch64.c, * elfnn-ia64.c, * elfxx-sparc.c, - * xcofflink.c: Similarly. - * simple.c (bfd_simple_get_relocated_section_contents): Save and - clear link.next before creating linker hash table. Clean up on - errors, and restore link.next on exit. - * elf32-m68hc1x.h (m68hc11_elf_bfd_link_hash_table_free): Delete. - * elf32-xgate.h (xgate_elf_bfd_link_hash_table_free): Delete. - * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table_free): Delete. - * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Delete. - * hash.c (bfd_hash_table_init_n): Free table on error. - * libbfd-in.h (_bfd_generic_link_hash_table_free): Update proto. - * bfd-in2.h: Regenerate. - * libbfd.h: Regenerate. - * libcoff.h: Regenerate. - -2014-06-13 Alan Modra <amodra@gmail.com> - - PR 17047 - * targets.c (BFD_JUMP_TABLE): Delete NAME##_bfd_link_hash_table_free. - (struct bfd_target <_bfd_link_hash_table_free>): Delete. - * bfd.c (bfd_link_hash_table_free): Don't define. - * aout-adobe.c, * aout-target.h, * aout-tic30.c, * binary.c, * bout.c, - * coff64-rs6000.c, * coffcode.h, * elf-m10300.c, * elf32-arm.c, - * elf32-avr.c, * elf32-hppa.c, * elf32-i386.c, * elf32-m68hc11.c, - * elf32-m68hc12.c, * elf32-m68k.c, * elf32-metag.c, * elf32-nios2.c, - * elf32-sparc.c, * elf32-xgate.c, * elf64-ia64-vms.c, * elf64-ppc.c, - * elf64-sparc.c, * elf64-x86-64.c, * elfnn-aarch64.c, * elfnn-ia64.c, - * elfxx-target.h, * i386msdos.c, * i386os9k.c, * ieee.c, * ihex.c, - * libbfd-in.h, * libecoff.h, * mach-o-target.c, * mmo.c, - * nlm-target.h, * oasys.c, * pef.c, * plugin.c, * ppcboot.c, * som.c, - * srec.c, * tekhex.c, * verilog.c, * versados.c, * vms-alpha.c, - * xsym.c: Don't define various link_hash_table_free defines, and - remove from bfd_target vars. Temporarily reference some of the - target link_hash_table_free functions to avoid warnings. - * bfd-in2.h: Regenerate. - * libbfd.h: Regenerate. - -2014-06-13 Alan Modra <amodra@gmail.com> - - * elf-m10300.c, * elf32-arm.c, * elf32-avr.c, * elf32-hppa.c, - * elf32-i386.c, * elf32-m68hc1x.c, * elf32-m68k.c, * elf32-metag.c, - * elf32-nios2.c, * elf64-ia64-vms.c, * elf64-ppc.c, * elf64-x86-64.c, - * elfnn-aarch64.c, * elfnn-ia64.c, * elfxx-sparc.c, * xcofflink.c: - Move link_hash_table_free functions before their corresponding - link_hash_table_create functions. - -2014-06-13 Alan Modra <amodra@gmail.com> - - * bfd.c (struct bfd): Replace link_next with a union. - * aoutx.h, * bfd.c, * coff-ppc.c, * coff-rs6000.c, * cofflink.c, - * ecoff.c, * elf-m10300.c, * elf32-arm.c, * elf32-avr.c, - * elf32-hppa.c, * elf32-i386.c, * elf32-lm32.c, * elf32-m32c.c, - * elf32-m32r.c, * elf32-m68hc1x.c, * elf32-metag.c, - * elf32-microblaze.c, * elf32-nds32.c, * elf32-nios2.c, - * elf32-or1k.c, * elf32-ppc.c, * elf32-rl78.c, * elf32-s390.c, - * elf32-score.c, * elf32-score7.c, * elf32-sh.c, * elf32-spu.c, - * elf32-tic6x.c, * elf32-tilepro.c, * elf32-xstormy16.c, - * elf32-xtensa.c, * elf64-alpha.c, * elf64-hppa.c, * elf64-ia64-vms.c, - * elf64-mmix.c, * elf64-ppc.c, * elf64-s390.c, * elf64-x86-64.c, - * elflink.c, * elfnn-aarch64.c, * elfxx-mips.c, * elfxx-sparc.c, - * elfxx-tilegx.c, * linker.c, * pdp11.c, * peXXigen.c, * simple.c, - * sunos.c, * vms-alpha.c, * xcofflink.c: Update for above. - * bfd-in2.h: Regenerate. - -2014-06-11 Alan Modra <amodra@gmail.com> - - * linker.c (unwrap_hash_lookup): Add missing parens. - -2014-06-11 Kai Tietz <ktietz@redhat.com> - - * libcoff-in.h (coff_tdata): Make relocbase member unsigned. - * libcoff.h: Regenerated. - -2014-06-10 Alan Modra <amodra@gmail.com> - - PR ld/16910 - * linker.c (unwrap_hash_lookup): New function. - * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Call unwrap_hash_lookup. - * elf32-i370.c (i370_elf_relocate_section): Likewise. - * elf32-m32c.c (m32c_elf_relocate_section): Likewise. - * elf32-m32r.c (m32r_elf_relocate_section): Likewise. - * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise. - * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise. - * elf32-spu.c (spu_elf_relocate_section): Likewise. - * elf64-hppa.c (elf64_hppa_relocate_section): Likewise. - -2014-06-07 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_relocate_section): Treat field of cmpli - insn as a bitfield; Use complain_overflow_bitfield. - * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. - -2014-06-05 Joel Brobecker <brobecker@adacore.com> - - * development.sh: New file. - * warning.m4 (AM_BINUTILS_WARNINGS): Source bfd/development.sh. - Make -Werror the default with GCC only if DEVELOPMENT is true. - * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add - $(srcdir)/development.sh. - * Makefile.in, configure: Regenerate. - -2014-06-04 Will Newton <will.newton@linaro.org> - - * elfnn-aarch64.c (tpoff_base): Make test of tls_sec - being non-NULL into an assert. - (elfNN_aarch64_tls_relax): Remove unused code. - -2014-06-03 DJ Delorie <dj@redhat.com> - - * elf32-rx.c (rx_table_map): Use BFD_VMA_FMT for portability. - -2014-06-03 Nick Clifton <nickc@redhat.com> - - PR ld/16807 - * peXXigen.c (rsrc_process_section): Page align the new contents - befgore writing out. - -2014-06-03 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (ADDIS_R12_R2): Define. - (build_plt_stub): Support fusion on ELFv2 stub. - (ppc_build_one_stub): Likewise for plt branch stubs. - -2014-05-28 Alan Modra <amodra@gmail.com> - - * elf32-rx.c (rx_table_map): Delete set but not used variables. - -2014-05-28 Tristan Gingold <gingold@adacore.com> - - * dwarf2.c (lookup_address_in_function_table): Add best_fit_len - to keep the length of the best fit range. - (lookup_symbol_in_function_table, info_hash_lookup_funcinfo): - Likewise. - -2014-05-27 DJ Delorie <dj@redhat.com> - - * elf32-rx.c (get_symbol_value_maybe): New. - (rx_elf_relocate_section): If we find a reloc against - $tableentry$default$<name>, redirect it to the appropriate - $tableentry$<n>$. - (RX_Table_Info): New. - (rx_table_find): New. Check all tables and SEC_KEEP all sections - with table parts in them. - (rx_check_directives): New. - (rx_table_map_2): New. - (rx_table_map): New. - (rx_additional_link_map_text): New. Called to dump tables to the - map file. - * elf32-rx.h: New. - -2014-05-20 DJ Delorie <dj@redhat.com> - - * elf32-msp430.c (msp430_elf_relax_adjust_locals): Avoid overflow. - -2014-05-20 Alan Modra <amodra@gmail.com> - - PR 16952 - * elf32-ppc.c (ppc_elf_create_linker_section): Move earlier. - Remove redundant setting of htab->elf.dynobj. Don't align. - Define .sdata symbols using _bfd_elf_define_linkage_sym. - (ppc_elf_create_glink): Call ppc_elf_create_linker_section. - (create_sdata_sym): Delete. - (elf_allocate_pointer_linker_section): Rename from - elf_create_pointer_linker_section. Align section. - (ppc_elf_check_relocs): Don't call ppc_elf_creat_linker_section - directly here, or create_sdata_sym. Set ref_regular on _SDA_BASE_ - and _SDA2_BASE_. - (ppc_elf_size_dynamic_sections): Remove ATTRIBUTE_UNUSED on param. - Remove unnecessary tests on _SDA_BASE_ sym. - (maybe_strip_sdasym, ppc_elf_maybe_strip_sdata_syms): New functions. - (ppc_elf_relocate_section): Tighten SDA reloc symbol section checks. - * elf32-ppc.h (ppc_elf_set_sdata_syms): Delete. - (ppc_elf_maybe_strip_sdata_syms): Declare. - -2014-05-16 Ryan Mansfield <rmansfield@qnx.com> - - * config.bfd: Move QNX target_cflags from arm-*-netbsd* to arm-*-nto*. - -2014-05-16 Jon Turney <jon.turney@dronecode.org.uk> - - * peXXigen.c (pe_print_debugdata): Don't interpret debug directory - in a section with no contents. - (is_vma_in_section, find_section_by_vma): New functions. - (_bfd_XX_bfd_copy_private_bfd_data_common): Recalculate file - offsets in the debug directory. - (_bfd_XXi_slurp_codeview_record, _bfd_XXi_write_codeview_record): - Byte-swap GUID from little-endian to big-endian order for - consistent and conventional display. - -2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com> - - * elf32-rl78.c (rl78_elf_merge_private_bfd_data): Complain if - 64-bit doubles objects mix with 32-bit doubles objects. - (rl78_elf_print_private_bfd_data): Describe 64-bit doubles flag. - -2014-05-08 Hans-Peter Nilsson <hp@bitrange.com> - - * mmo.c: Update URLs in documentation comments. - -2014-05-02 Volodymyr Arbatov <arbatov@cadence.com> - David Weatherford <weath@cadence.com> - Max Filippov <jcmvbkbc@gmail.com> - - * elf32-xtensa.c (relax_section): treat R_XTENSA_DIFF* relocations as - signed. - -2014-05-07 Andreas Tobler <andreast@fgznet.ch> - - * config.bfd: Add proper arm config for *-*-freebsd*. - -2014-05-07 Andrew Bennett <andrew.bennett@imgtec.com> - - * aoutx.h (NAME (aout, machine_type)): Add mips32r3, mips64r3, - mips32r5 and mips64r5. - * archures.c (bfd_architecture): Likewise. - * bfd-in2.h (bfd_architecture): Likewise. - * cpu-mips.c (arch_info_struct): Likewise. - * elfxx-mips.c (mips_set_isa_flags): Likewise. - -2014-05-06 Richard Sandiford <rdsandiford@googlemail.com> - - * elfxx-mips.h (elfxx-mips.h): Declare. - * elfxx-mips.c (mips_elf_merge_obj_attributes): Use it to report - Tag_GNU_MIPS_ABI_FP mismatches. - (_bfd_mips_fp_abi_string): New function. - -2014-05-02 Alan Modra <amodra@gmail.com> - - * targets.c: Sort bfd_target vectors somewhat alphabetically. - * configure.in: Likewise. - * configure: Regenerate. - -2014-05-02 Alan Modra <amodra@gmail.com> - - * aix386-core.c, * aout-adobe.c, * aout-arm.c, * aout-ns32k.c, - * aout-sparcle.c, * aout0.c, * aoutx.h, * armnetbsd.c, * bout.c, - * cf-i386lynx.c, * cf-sparclynx.c, * cisco-core.c, * coff-alpha.c, - * coff-apollo.c, * coff-arm.c, * coff-aux.c, * coff-go32.c, - * coff-h8300.c, * coff-h8500.c, * coff-i386.c, * coff-i860.c, - * coff-i960.c, * coff-m68k.c, * coff-m88k.c, * coff-mips.c, - * coff-rs6000.c, * coff-sh.c, * coff-sparc.c, * coff-stgo32.c, - * coff-svm68k.c, * coff-tic80.c, * coff-u68k.c, * coff-w65.c, - * coff-we32k.c, * coff-x86_64.c, * coff-z80.c, * coff-z8k.c, - * coff64-rs6000.c, * config.bfd, * configure.com, * configure.in, - * demo64.c, * elf-m10200.c, * elf-m10300.c, * elf32-am33lin.c, - * elf32-arc.c, * elf32-arm.c, * elf32-avr.c, * elf32-bfin.c, - * elf32-cr16.c, * elf32-cr16c.c, * elf32-cris.c, * elf32-crx.c, - * elf32-d10v.c, * elf32-d30v.c, * elf32-dlx.c, * elf32-epiphany.c, - * elf32-fr30.c, * elf32-frv.c, * elf32-gen.c, * elf32-h8300.c, - * elf32-hppa.c, * elf32-i370.c, * elf32-i386.c, * elf32-i860.c, - * elf32-i960.c, * elf32-ip2k.c, * elf32-iq2000.c, * elf32-lm32.c, - * elf32-m32c.c, * elf32-m32r.c, * elf32-m68hc11.c, * elf32-m68hc12.c, - * elf32-m68k.c, * elf32-m88k.c, * elf32-mcore.c, * elf32-mep.c, - * elf32-metag.c, * elf32-microblaze.c, * elf32-mips.c, * elf32-moxie.c, - * elf32-msp430.c, * elf32-mt.c, * elf32-nds32.c, * elf32-nios2.c, - * elf32-or1k.c, * elf32-pj.c, * elf32-ppc.c, * elf32-rl78.c, - * elf32-rx.c, * elf32-s390.c, * elf32-score.c, * elf32-sh-symbian.c, - * elf32-sh.c, * elf32-sh64.c, * elf32-sparc.c, * elf32-spu.c, - * elf32-tic6x.c, * elf32-tilegx.c, * elf32-tilepro.c, * elf32-v850.c, - * elf32-vax.c, * elf32-xc16x.c, * elf32-xgate.c, * elf32-xstormy16.c, - * elf32-xtensa.c, * elf64-alpha.c, * elf64-gen.c, * elf64-hppa.c, - * elf64-ia64-vms.c, * elf64-mips.c, * elf64-mmix.c, * elf64-ppc.c, - * elf64-s390.c, * elf64-sh64.c, * elf64-sparc.c, * elf64-tilegx.c, - * elf64-x86-64.c, * elfn32-mips.c, * elfnn-aarch64.c, * elfnn-ia64.c, - * epoc-pe-arm.c, * epoc-pei-arm.c, * hp300bsd.c, * hp300hpux.c, - * hppabsd-core.c, * hpux-core.c, * i386aout.c, * i386bsd.c, - * i386dynix.c, * i386freebsd.c, * i386linux.c, * i386lynx.c, - * i386mach3.c, * i386msdos.c, * i386netbsd.c, * i386os9k.c, - * irix-core.c, * m68k4knetbsd.c, * m68klinux.c, * m68knetbsd.c, - * m88kmach3.c, * m88kopenbsd.c, * mach-o-i386.c, * mach-o-x86-64.c, - * makefile.vms, * mipsbsd.c, * mmo.c, * netbsd-core.c, * newsos3.c, - * nlm32-alpha.c, * nlm32-i386.c, * nlm32-ppc.c, * nlm32-sparc.c, - * ns32knetbsd.c, * osf-core.c, * pc532-mach.c, * pe-arm-wince.c, - * pe-arm.c, * pe-i386.c, * pe-mcore.c, * pe-mips.c, * pe-ppc.c, - * pe-sh.c, * pe-x86_64.c, * pei-arm-wince.c, * pei-arm.c, - * pei-i386.c, * pei-ia64.c, * pei-mcore.c, * pei-mips.c, * pei-ppc.c, - * pei-sh.c, * pei-x86_64.c, * ppcboot.c, * ptrace-core.c, * riscix.c, - * sco5-core.c, * som.c, * sparclinux.c, * sparclynx.c, - * sparcnetbsd.c, * sunos.c, * targets.c, * trad-core.c, - * vax1knetbsd.c, * vaxbsd.c, * vaxnetbsd.c, * versados.c, - * vms-alpha.c, * vms-lib.c: Rename bfd targets to - <cpu>_<format>_<other>_<endian>_vec. Adjust associated MY macros - on aout targets. - * configure: Regenerate. - -2014-05-01 Hans-Peter Nilsson <hp@bitrange.com> - - * mmo.c (mmo File layout documentation): Add note about low bits - of address. - (mmo_write_chunk): When handling data remainder, assert that - previous remaining data is flushed. - (mmo_write_loc_chunk): Only look for trailing and leading zeros - when dealing with an aligned VMA and for aligned lengths. Don't skip - the last 32-bit-word of zeros. - (mmo_write_loc_chunk): Emit an error if the VMA is not aligned. - (mmo_scan) <case LOP_QUOTE>: Move re-alignment of vma before - emitting data, not after updating it. - <case LOP_LOC>: Call mmo_decide_section with aligned vma. - -2014-04-30 Nick Clifton <nickc@redhat.com> - - * compress.c (bfd_is_section_compressed): When checking the - .debug_str section, also check the fifth byte in the section is - not part of a string. - -2014-04-30 Alan Modra <amodra@gmail.com> - - * elf-eh-frame.c (struct cie.personality): Replace val with sym. - (find_merged_cie): Identify personality functions by (bfd_id,index) - pair when a local sym is used. - -2014-04-29 Christian Svensson <blue@cmd.nu> - - * elf32-or1k.c: Fix a bug where non-TLS relocations would be forced - into .rela.got if it contained TLS relocations as well. - -2014-04-28 Nick Clifton <nickc@redhat.com> - - PR ld/16821 - * peXXigen.c (_bfd_XXi_swap_sym_out): Rework fix to avoid compile - time warning. - -2014-04-26 Alan Modra <amodra@gmail.com> - - * po/SRC-POTFILES.in: Regenerate. - * configure: Regenerate. - -2014-04-25 Nick Clifton <nickc@redhat.com> - - PR ld/16821 - * peXXigen.c (_bfd_XXi_swap_sym_out): Another fix for building on - a 342-bit host. This time for older versions of gcc. - -2014-04-24 Nick Clifton <nickc@redhat.com> - - * peXXigen.c (rsrc_print_section): Fix compile time warning for - 32-bit hosts. - -2014-04-24 Alan Modra <amodra@gmail.com> - - PR 16867 - * dwarf2.c: Formatting. - (struct dwarf2_debug): Make adjusted_section_count signed. - (unset_sections): Make i signed. - (set_debug_vma): New function. - (place_sections): Handle separate debug object file. Set VMA - on debug sections, even if they have an output section. Also - set VMA on zero size sections, and non-load but alloc sections. - Set adjusted_section_count to -1 when no section adjustment. - Malloc adjusted_sections. Don't double last_vma. Transfer - alloc section VMAs to separate debug file. - (_bfd_dwarf2_cleanup_debug_info): Free adjusted_sections. - (_bfd_dwarf2_slurp_debug_info): Add do_place parameter. Drop - test on symbols being the same before using old stash. Read - and use separate debug file symbols. Call place_sections. - (find_line): Don't call place_sections here. - * libbfd-in.h (_bfd_dwarf2_slurp_debug_info): Update proto. - * libbfd.h: Regenerate. - * mach-o.c (bfd_mach_o_find_nearest_line): Adjust - _bfd_dwarf2_slurp_debug_info call. - * simple.c (simple_save_output_info): Clarify comment. - -2014-04-24 Nick Clifton <nickc@redhat.com> - - PR ld/16807 - * peXXigen.c (struct rsrc_regions): New structure. - (rsrc_print_resource_directory): Use new structure. Include - offset of directory in listing. - (rsrc_print_resource_entry): Likewise. - (rsrc_print_section): Likewise. - (rsrc_count_entries): Do not increment sizeof_strings or - sizeof_leaves. - (rsrc_count_directory): Do not increment sizeof_tables. - (rsrc_compute_region_sizes): New function. - (rsrc_write_leaf): Maintain 8-byte alignment for resource data. - (rsrc_process_section): Compute size of regions after merging - entries. - -2014-04-23 Alan Modra <amodra@gmail.com> - - PR ld/16787 - * dwarf2.c (struct dwarf2_debug): Add sec_vma field. - (place_sections): Do not modify VMA of sections when called from - linker after sections have been placed in output sections. Short - circuit single section case. - (save_section_vma, section_vma_same): New functions. - (_bfd_dwarf2_slurp_debug_info): Throw away stash if section VMAs - change. - * reloc.c (bfd_perform_relocation): Do not modify reloc addend - when non-relocatable. - -2014-04-22 Nick Clifton <nickc@redhat.com> - - PR ld/16821 - * peXXigen.c (_bfd_XXi_swap_sym_out): Fix for 32-bit hosts. - -2014-04-22 Christian Svensson <blue@cmd.nu> - - * Makefile.am: Remove openrisc and or32 support. Add support for or1k. - * archures.c: Likewise. - * coffcode.h: Likewise. - * config.bfd: Likewise. - * configure.in: Likewise. - * reloc.c: Likewise. - * targets.c: Likewise. - * cpu-or1k.c: New file. - * elf32-or1k.c: New file. - * coff-or32.c: Delete. - * cpu-openrisc.c: Delete. - * cpu-or32.c: Delete. - * elf32-openrisc.c: Delete. - * elf32-or32.c: Delete. - * Makefile.in: Regenerate. - * bfd-in2.h: Regenerate. - * configure: Regenerate. - * libbfd.h: Regenerate. - -2014-04-22 Yuanhui Zhang <asmwarrior@gmail.com> - - PR ld/16821 - * peXXigen.c (abs_finder): Fix for 32-bit host builds. - -2014-04-22 Will Newton <will.newton@linaro.org> - - * elfnn-aarch64.c (elfNN_aarch64_section_flags): Remove - function. (elf_backend_section_flags): Remove define. - -2014-04-21 Richard Henderson <rth@redhat.com> - - * elf64-alpha.c (elf64_alpha_size_got_sections): New may_merge - parameter; honor it and disable got merging when false. - (elf64_alpha_relax_got_load): Do not relax to GPREL relocs during - the first pass of relaxation. - (elf64_alpha_relax_with_lituse): Likewise. Move relaxed relocs to - the end of the LITERAL+LITUSE chain. - (elf64_alpha_relax_section): Only process LITERAL relocs during the - second pass of relaxation. - - * configure.ac (use_secureplt): Enable by default. - * configure: Rebuild. - -2014-04-18 Tristan Gingold <gingold@adacore.com> - - * mach-o.h (bfd_mach_o_dyld_info_command): Add rebase_content, - bind_content, weak_bind_content, lazy_bind_content, - export_content. - (bfd_mach_o_load_command): Add comments, add next field. - (mach_o_data_struct): Replace commands field by first_command - and last_command. - * mach-o.c (bfd_mach_o_append_command): New function. - (bfd_mach_o_bfd_copy_private_symbol_data): Add blank lines. - (bfd_mach_o_bfd_copy_private_section_data): Check flavour, - copy fields. - (bfd_mach_o_bfd_copy_private_header_data): Copy load commands. - (bfd_mach_o_pad4, bfd_mach_o_pad_command): New functions. - (bfd_mach_o_write_thread): Use macro instead of literal. - (bfd_mach_o_write_dylinker, bfd_mach_o_write_dylib) - (bfd_mach_o_write_main, bfd_mach_o_write_dyld_info): New - functions. - (bfd_mach_o_write_symtab_content): New function (extracted - from bfd_mach_o_write_symtab). - (bfd_mach_o_write_symtab): Split. - (bfd_mach_o_count_indirect_symbols): Move - (bfd_mach_o_build_dysymtab): Remove layout code. - (bfd_mach_o_write_contents): Rewritten to build commands in order. - (bfd_mach_o_count_sections_for_seg): Remove. - (bfd_mach_o_build_obj_seg_command): New function (extracted from - bfd_mach_o_build_seg_command). - (bfd_mach_o_build_exec_seg_command): New function. - (bfd_mach_o_build_dysymtab_command): Remove. - (bfd_mach_o_layout_commands): New function. - (bfd_mach_o_init_segment): New function. - (bfd_mach_o_build_commands): Major rework to handle non-object - files. - (bfd_mach_o_alloc_and_read, bfd_mach_o_read_dyld_content): New - function. - (bfd_mach_o_read_dyld_info): Clear content fields. - (bfd_mach_o_read_segment): Adjust call. - (bfd_mach_o_flatten_sections): Adjust as now load commands are - chained. - (bfd_mach_o_scan_start_address, bfd_mach_o_scan) - (bfd_mach_o_mkobject_init, bfd_mach_o_get_base_address) - (bfd_mach_o_lookup_command, bfd_mach_o_core_fetch_environment): - Likewise. - -2014-04-18 Tristan Gingold <gingold@adacore.com> - - * mach-o-target.c (bfd_mach_o_bfd_copy_private_header_data): - Define instead of bfd_mach_o_bfd_copy_private_bfd_data. - * mach-o.c (bfd_mach_o_bfd_copy_private_bfd_data): Rename. - * mach-o.h (bfd_mach_o_bfd_copy_private_bfd_data): Likewise. - -2014-04-18 Tristan Gingold <gingold@adacore.com> - - * mach-o.h (bfd_mach_o_dylinker_command) - (bfd_mach_o_dylib_command, bfd_mach_o_fvmlib_command): Remove - name_len field. - * mach-o.c (bfd_mach_o_read_dylinker, bfd_mach_o_read_dylib) - (bfd_mach_o_read_fvmlib): Adjust after name_len removal. - -2014-04-18 Tristan Gingold <gingold@adacore.com> - - * mach-o.h (bfd_mach_o_backend_data): Add page_size field. - * mach-o-target.c: Check TARGET_PAGESIZE is defined. - (TARGET_NAME_BACKEND): Add TARGET_PAGESIZE. - * mach-o.c (TARGET_PAGESIZE): Define and undefined for - each targets declared. - * mach-o-x86-64.c (TARGET_PAGESIZE): Define. - * mach-o-i386.c (TARGET_PAGESIZE): Define. - -2014-04-18 Tristan Gingold <gingold@adacore.com> - - * mach-o.c (bfd_mach_o_write_thread) - (bfd_mach_o_write_section_32, bfd_mach_o_write_section_64) - (bfd_mach_o_write_segment_32, bfd_mach_o_write_segment_64) - (bfd_mach_o_read_dylinker, bfd_mach_o_read_dylib) - (bfd_mach_o_read_prebound_dylib, bfd_mach_o_read_prebind_cksum) - (bfd_mach_o_read_twolevel_hints, bfd_mach_o_read_fvmlib) - (bfd_mach_o_read_thread, bfd_mach_o_read_dysymtab) - (bfd_mach_o_read_symtab, bfd_mach_o_read_uuid) - (bfd_mach_o_read_linkedit, bfd_mach_o_read_str) - (bfd_mach_o_read_dyld_info, bfd_mach_o_read_segment) - (bfd_mach_o_read_segment_32, bfd_mach_o_read_segment_64) - (bfd_mach_o_read_command): Now return a boolean status. - Adjust return statements. - (bfd_mach_o_write_contents, bfd_mach_o_scan): Adjust tests. - (bfd_mach_o_core_file_failing_command): Remove useless initialization. - -2014-04-17 Kwok Cheung Yeung <kcy@codesourcery.com> - - * elfxx-mips.c (struct mips_got_info): Delete assigned_gotno - field. Add assigned_low_gotno and assigned_high_gotno fields. - (mips_elf_create_local_got_entry): Update out-of-space condition. - Set index of new GOT entry to assigned_low_gotno if required by - the current relocation, else set it to assigned_high_gotno. - (mips_elf_set_global_gotidx): Replace uses of assigned_gotno - with assigned_low_gotno. - (mips_elf_multi_got): Initialize assigned_low_gotno and - assigned_high_gotno in secondary GOTs. Use assigned_low_gotno - in place of assigned_gotno when handling global GOT entries. - (mips_elf_lay_out_got): Initialize assigned_low_gotno and - assigned_high_gotno. - (_bfd_mips_elf_finish_dynamic_sections): Account for a possible - gap in the middle of local GOT space. - -2014-04-17 Alan Modra <amodra@gmail.com> - - PR 16846 - * elflink.c (_bfd_elf_merge_symbol): Ignore TLS mismatch when - current bfd is a plugin. Don't always set type_change_ok - when old bfd is a plugin. - -2014-04-16 Tristan Gingold <gingold@adacore.com> - - * mach-o-x86-64.c (bfd_mach_o_x86_64_mkobject): Adjust cpusubtype - flag. - -2014-04-16 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_relocate_section): Fill 476 fixup area - with "ba 0" rather than zeros. - -2014-04-15 Marcus Shawcroft <marcus.shawcroft@arm.com> - - * (elfNN_aarch64_tls_relax): Fix instruction mask. - -2014-04-14 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (BA): Define - (ppc_elf_link_hash_table_create): Correct default_params. - (write_glink_stub): Pad small plt call stub with "ba 0" rather - than "nop" for ppc476_workaround. - (ppc_elf_finish_dynamic_sections): Likewise for branch table - and __glink_PLTresolve. Ensure plt call stub at end of page - doesn't allow fall-thru prefetch. - -2014-04-11 Nick Clifton <nickc@redhat.com> - - PR ld/16821 - * peXXigen.c (abs_finder): New function. - (_bfd_XXi_swap_sym_out): For absolute symbols with values larger - than 1^32 try to convert them into section relative values - instead. - -2014-04-11 Nick Clifton <nickc@redhat.com> - - * bfd-in2.h: Regenerate. - * libbfd.h: Regenerate. - -2014-04-10 Cesar Philippidis <cesar@codesourcery.com> - - * elf32-nios2.c (nios2_elf32_build_stubs): Ignore dynobjs - when building function stubs. - -2014-04-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> - - * elf32-avr.c: Add DIFF relocations for AVR. - (avr_final_link_relocate): Handle the DIFF relocs. - (bfd_elf_avr_diff_reloc): New. - (elf32_avr_is_diff_reloc): New. - (elf32_avr_adjust_diff_reloc_value): Reduce difference value. - (elf32_avr_relax_delete_bytes): Recompute difference after deleting - bytes. - - * reloc.c: Add BFD_RELOC_AVR_DIFF8/16/32 relocations - -2014-04-09 Alan Modra <amodra@gmail.com> - - * libcoff.h: Regenerate. - -2014-04-09 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_relocate_section): Remove bctr from list - of safe ppc476 insns at end of page. Also remove non-branch insns. - Expand comments. - -2014-04-08 Jon Turney <jon.turney@dronecode.org.uk> - - * peXXigen.c (pe_print_debugdata): New function: Displays the - contents of the debug directory and decodes codeview entries. - (_bfd_XXi_swap_debugdir_in, _bfd_XXi_swap_debugdir_out) - (_bfd_XXi_slurp_codeview_record, _bfd_XXi_write_codeview_record): - Add functions for reading and writing debugdir and codeview - records. - * libpei.h (_bfd_XXi_swap_debugdir_in, _bfd_XXi_swap_debugdir_out) - (_bfd_XXi_write_codeview_record): Add prototypes and macros. - * libcoff-in.h (pe_tdata): Add build-id data. - * libcoff.h: Regenerate. - * coffcode.h (coff_write_object_contents): Run build_id - after_write_object_contents hook. - -2014-04-05 Alan Modra <amodra@gmail.com> - - * elflink.c (_bfd_elf_add_default_symbol): Pass poldbfd when - merging non-default sym. - -2014-04-04 Tristan Gingold <gingold@adacore.com> - - * mach-o.c (bfd_mach_o_header_p): Reject 64 bit target when not - configured for. - -2014-04-04 Tristan Gingold <gingold@adacore.com> - - * mach-o.c (bfd_mach_o_convert_section_name_to_mach_o): Fix - thinko on names length. - -2014-04-04 Tristan Gingold <gingold@adacore.com> - - * mach-o-i386.c (bfd_mach_o_i386_swap_reloc_out): Use target index - of output_section. - * mach-o-x86-64.c (bfd_mach_o_x86_64_swap_reloc_out): Ditto. - -2014-04-04 Tristan Gingold <gingold@adacore.com> - - * bfd.c (bfd_get_arch_size): Default is taken from arch. - -2014-04-03 Jon Turney <jon.turney@dronecode.org.uk> - - * peXXigen.c (pe_print_edata): Verify edt.name lies inside - section before dereferencing. - (pe_print_idata, pe_print_edata, pe_print_reloc) - (rsrc_print_section): Don't bother interpreting the contents - of sections which have no contents. - -2014-04-03 Maria Guseva <m.guseva@samsung.com> - - PR ld/16803 - * elf.c (_bfd_elf_set_section_contents): Use correct type to hold - file position. - -2014-04-03 Tristan Gingold <gingold@adacore.com> - - * mach-o.c (bfd_mach_o_mangle_symbols): Use index from - output_section. - (bfd_mach_o_build_seg_command): Add comment. Realign segment. - Fix style. - (bfd_mach_o_build_commands, bfd_mach_o_read_thread): Fix style. - -2014-04-03 Alan Modra <amodra@gmail.com> - - * elf-bfd.h (struct elf_backend_data - <elf_backend_bfd_from_remote_memory>): Replace "size_t size" - with "bfd_size_type size". - (_bfd_elf32_bfd_from_remote_memory): Likewise. - (_bfd_elf64_bfd_from_remote_memory): Likewise. - * elf.c (bfd_elf_bfd_from_remote_memory): Likewise. - * elfcode.h (bfd_from_remote_memory): Likewise. - * bfd-in.h (bfd_elf_bfd_from_remote_memory): Likewise. - * bfd-in2.h: Regenerate. - -2014-04-02 Tristan Gingold <gingold@adacore.com> - - * mach-o.h (bfd_mach_o_twolevel_hints_command) - (bfd_mach_o_prebind_cksum_command): New types. - (bfd_mach_o_prebound_dylib_command): Rewrite. - (bfd_mach_o_load_command): Add prebind_cksum and twolevel_hints - fields. - * mach-o.c (bfd_mach_o_read_prebound_dylib): Read and decode the - command. - (bfd_mach_o_read_prebind_cksum): New function. - (bfd_mach_o_read_twolevel_hints): Ditto. - (bfd_mach_o_read_command): Handle prebind cksum and twolevel hints - commands. - -2014-04-02 Alan Modra <amodra@gmail.com> - - * elfcode.h (bfd_from_remote_memory): Add "size" parameter. - Consolidate code handling possible section headers past end of - segment. Don't use p_align for page size guess, instead use - minpagesize. Take note of ld.so clearing section headers when - p_memsz > p_filesz. Handle file header specifying no section - headers. Handle zero p_align throughout. Default loadbase to - zero. Add comments. Rename contents_size to high_offset, and - make it a bfd_vma. Delete unnecessary bfd_set_error calls. - * bfd-in.h (bfd_elf_bfd_from_remote_memory): Update prototpe. - * elf-bfd.h (struct elf_backend_data <elf_backend_from_remote_memory>): - Likewise. - (_bfd_elf32_bfd_from_remote_memory): Likewise. - (_bfd_elf64_bfd_from_remote_memory): Likewise. - * elf.c (bfd_elf_bfd_from_remote_memory): Adjust. - * bfd-in2.h: Regnerate. - -2014-04-01 Tristan Gingold <gingold@adacore.com> - - * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Avoid to crash - when num == 0. - -2014-03-27 Yury Gribov <y.gribov@samsung.com> - Pavel Fedin <p.fedin@samsung.com> - - * elf32-arm.c: Add support for limited pretty-printing of PLT - entries on eabi and nacl targets. - (elf32_arm_get_synthetic_symtab): Add new callback. - (elf32_arm_nacl_plt_sym_val): Likewise. - (elf32_arm_plt0_size): Add helper function. - (elf32_arm_plt_size): Likewise. - -2014-03-27 Tristan Gingold <gingold@adacore.com> - - * mach-o.c (bfd_mach_o_read_dylinker): Remove assert. - (bfd_mach_o_read_command): Handle BFD_MACH_O_LC_DYLD_ENVIRONMENT. - -2014-03-27 Tristan Gingold <gingold@adacore.com> - - * mach-o.h (bfd_mach_o_get_base_address): New prototype. - * mach-o.c (bfd_mach_o_write_symtab) - (bfd_mach_o_write_contents) - (bfd_mach_o_set_section_flags_from_bfd) - (bfd_mach_o_build_seg_command): Fix indentation. - (bfd_mach_o_get_base_address): New function. - -2014-03-26 Nick Clifton <nickc@redhat.com> - - * cofflink.c (_bfd_coff_generic_relocate_section): Skip - relocations in discarded sections. - -2014-03-26 Tristan Gingold <gingold@adacore.com> - - * mach-o.c (bfd_mach_o_convert_architecture): Add - BFD_MACH_O_CPU_TYPE_ARM64. - -2014-03-26 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (ppc64_elf_check_relocs): Account for possibly - needed plt entries when taking the address of functions for - abiversion == 0 (ie. unknown) as well as abiversion == 2. - Move opd setup and abiversion checks to.. - (ppc64_elf_before_check_relocs): ..here. Renamed from - ppc64_elf_process_dot_syms. Set output abiversion from input and - input abiversion from output, if either is not set. - (ppc64_elf_merge_private_bfd_data): Don't merge flags here. - (elf_backend_check_directives): Update. - -2014-03-25 Will Newton <will.newton@linaro.org> - - * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_sections): - Set value of DT_PLTRELSZ and DT_RELASZ based on the size - of input sections rather than output sections. - -2014-03-20 Will Newton <will.newton@linaro.org> - - PR ld/16715 - * elf32-arm.c (elf32_arm_check_relocs): Set - pointer_equality_needed for absolute references within - executable links. - (elf32_arm_finish_dynamic_symbol): Set st_value to zero - unless pointer_equality_needed is set. - -2014-03-19 Nick Clifton <nickc@redhat.com> - - * peXXigen.c (rsrc_process_section): Add code to scan input - sections and record their lengths. Use these lengths to find the - start of each merged .rsrc section. - -2014-03-17 Tristan Gingold <gingold@adacore.com> - - * mach-o.c (bfd_mach_o_read_dylib): Handle lazy load dylib. - (bfd_mach_o_read_command): Ditto. - -2014-03-14 Meador Inge <meadori@codesourcery.com> - - * configure.in: Add strnlen to AC_CHECK_DECLS. - * config.in: Regenerate. - * configure: Regenerate. - * sysdep.h (strnlen): Add prototype. - -2014-03-14 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_relocate_section): Correct overflow - handling for VLE_SDA21 relocs. - -2014-03-13 Tristan Gingold <gingold@adacore.com> - - * peicode.h (pe_ILF_object_p): Adjust, as the version number - has been read. - (pe_bfd_object_p): Also read version number to detect ILF. - * pe-x86_64.c (COFF_WITH_PE_BIGOBJ): Define. - (x86_64pe_bigobj_vec): Define - * coffcode.h (bfd_coff_backend_data): Add _bfd_coff_max_nscns field. - (bfd_coff_max_nscns): New macro. - (coff_compute_section_file_positions): Use unsigned int for - target_index. Compare with bfd_coff_max_nscns. - (bfd_coff_std_swap_table, ticoff0_swap_table, ticoff1_swap_table): - Set a value for _bfd_coff_max_nscns. - (header_bigobj_classid): New constant. - (coff_bigobj_swap_filehdr_in, coff_bigobj_swap_filehdr_out) - (coff_bigobj_swap_sym_in, coff_bigobj_swap_sym_out) - (coff_bigobj_swap_aux_in, coff_bigobj_swap_aux_out): New - functions. - (bigobj_swap_table): New table. - * libcoff.h: Regenerate. - * coff-sh.c (bfd_coff_small_swap_table): Likewise. - * coff-alpha.c (alpha_ecoff_backend_data): Add value for - _bfd_coff_max_nscns. - * coff-mips.c (mips_ecoff_backend_data): Likewise. - * coff-rs6000.c (bfd_xcoff_backend_data) - (bfd_pmac_xcoff_backend_data): Likewise. - * coff64-rs6000.c (bfd_xcoff_backend_data) - (bfd_xcoff_aix5_backend_data): Likewise. - * targets.c (x86_64pe_bigobj_vec): Declare. - * configure.in (x86_64pe_bigobj_vec): New vector. - * configure: Regenerate. - * config.bfd: Add bigobj object format for Windows targets. - -2014-03-12 Nick Clifton <nickc@redhat.com> - - PR ld/16671 - * elf32-arm.c (elf32_arm_add_symbol_hook): Check for ARM format - before testing for vxworks. - -2014-03-12 Alan Modra <amodra@gmail.com> - - * Makefile.in: Regenerate. - -2014-03-12 Alan Modra <amodra@gmail.com> - - PR 16690 - * elf.c (copy_elf_program_header): Ignore first section lma if - non-alloc. - -2014-03-11 Alan Modra <amodra@gmail.com> - - PR 16686 - * coff-rs6000.c: Include stdint.h. - * coff64-rs6000.c: Likewise. - -2014-03-10 Tristan Gingold <gingold@adacore.com> - - * ticoff.h: Removed. - -2014-03-08 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_howto_raw): Correct overflow check for - many relocations. Correct bitsize and rightshift too for a number - of VLE relocs. Describe R_PPC_VLE_SDA21 and R_PPC_VLE_SDA21_LO. - Correct dst_mask on R_PPC_VLE_SDA21_LO. - (ppc_elf_vle_split16): Tidy, delete unnecessary prototype. - (ppc_elf_relocate_section): Modify overflow test for 16-bit - fields in instructions to signed/unsigned according to whether - the field takes a signed or unsigned value. Tidy vle split16 code. - Correct R_PPC_VLE_SDA21 and R_PPC_VLE_SDA21_LO handling. - -2014-03-08 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (ppc64_elf_howto_raw): Use complain_overflow_signed - for R_PPC64_ADDR14, R_PPC64_ADDR14_BRTAKEN, R_PPC64_ADDR14_BRNTAKEN, - R_PPC64_SECTOFF, R_PPC64_ADDR16_DS, R_PPC64_SECTOFF_DS, - R_PPC64_REL16 entries. Use complain_overflow_dont for R_PPC64_TOC. - (ppc64_elf_relocate_section): Modify overflow test for 16-bit - fields in instructions to signed/unsigned according to whether - the field takes a signed or unsigned value. - -2014-03-07 Pedro Alves <palves@redhat.com> - - PR gdb/16696 - * rs6000-core.c (rs6000coff_core_p): Cast pointers to bfd_vma - through ptr_to_uint instead of through long. - -2014-03-06 Nick Clifton <nickc@redhat.com> - - PR 16664 - * elf-attrs.c (_bfd_elf_parse_attributes): Add checks for corrupt - attribute section names. - -2014-03-05 Alan Modra <amodra@gmail.com> - - Update copyright years. - -2014-03-05 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_ADDR64_LOCAL entry. - (ppc64_elf_reloc_type_lookup): Support R_PPC64_ADDR64_LOCAL. - (ppc64_elf_check_relocs): Likewise. - (ppc64_elf_relocate_section): Likewise. - * Add BFD_RELOC_PPC64_ADDR64_LOCAL. - * bfd-in2.h: Regenerate. - * libbfd.h: Regenerate. - -2014-03-04 Heiher <r@hev.cc> - - * elfxx-mips.c (mips_set_isa_flags): Use E_MIPS_ARCH_64R2 for - Loongson-3A. - (mips_mach_extensions): Make bfd_mach_mips_loongson_3a an - extension of bfd_mach_mipsisa64r2. - -2014-03-04 Nick Clifton <nickc@redhat.com> - - PR ld/16017 - * elf32-arm.c (elf32_thumb2_plt0_entry): New array. - (elf32_thumb2_plt_entry): New array. - (elf32_arm_create_dynamic_sections): Set PLT entry sizes when - using thumb2 based PLT. - (elf32_arm_populate_plt_entry): Handle generating Thumb2 based PLT - entries. - (elf32_arm_final_link_relocate): Do not bias jumps to Thumb based - PLT entries. - (elf32_arm_finish_dynamic_sections): Handle creation of Thumb2 - based PLT 0-entry. - (elf32_arm_output_plt_map_1): Handle creation of local symbols for - Thumb2 based PLT 0-entry. - (elf32_arm_output_arch_local_syms): Handle creation of local - symbols for Thumb2 based PLT entries. - -2014-02-28 Alan Modra <amodra@gmail.com> - - PR ld/16643 - * elflink.c (elf_gc_sweep): Call gc_sweep_hook for exactly - the same conditions we called check_relocs. - -2014-02-27 Yuri Gribov <y.gribov@samsung.com> - - * bfd-in.h: Add export of bfd_elf32_arm_use_long_plt. - * bfd-in2.h: Regenerate. - * elf32-arm.c (elf32_arm_plt_entry_long): New array. - (elf32_arm_link_hash_table_create): Set plt_entry_size to 16 if - using long PLT entries. - (bfd_elf32_arm_use_long_plt): New function. - (elf32_arm_populate_plt_entry): Add support for long PLT entries. - -2014-02-27 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_link_hash_table_create): Provide default - params for targets that don't use ppc32elf.em. - -2014-02-20 Chung-Lin Tang <cltang@codesourcery.com> - - * elf32-nios2.c (nios2_elf32_relocate_section): Fix calculation - of GOTOFF relocations. - -2014-02-19 Igor Zamyatin <igor.zamyatin@intel.com> - H.J. Lu <hongjiu.lu@intel.com> - - * elf64-x86-64.c (elf_x86_64_bnd_plt0_entry): New. - (elf_x86_64_legacy_plt_entry): Likewise. - (elf_x86_64_bnd_plt_entry): Likewise. - (elf_x86_64_legacy_plt2_entry): Likewise. - (elf_x86_64_bnd_plt2_entry): Likewise. - (elf_x86_64_bnd_arch_bed): Likewise. - (elf_x86_64_link_hash_entry): Add has_bnd_reloc and plt_bnd. - (elf_x86_64_link_hash_table): Add plt_bnd. - (elf_x86_64_link_hash_newfunc): Initialize has_bnd_reloc and - plt_bnd. - (elf_x86_64_copy_indirect_symbol): Also copy has_bnd_reloc. - (elf_x86_64_check_relocs): Create the second PLT for Intel MPX - in 64-bit mode. - (elf_x86_64_allocate_dynrelocs): Handle the second PLT for IFUNC - symbols. Resolve call to the second PLT if it is created. - (elf_x86_64_size_dynamic_sections): Keep the second PLT section. - (elf_x86_64_relocate_section): Resolve PLT references to the - second PLT if it is created. - (elf_x86_64_finish_dynamic_symbol): Use BND PLT0 and fill the - second PLT entry for BND relocation. - (elf_x86_64_finish_dynamic_sections): Use MPX backend data if - the second PLT is created. - (elf_x86_64_get_synthetic_symtab): New. - (bfd_elf64_get_synthetic_symtab): Likewise. Undefine for NaCl. - -2014-02-19 Alan Modra <amodra@gmail.com> - - * elf64-ppc.h (struct ppc64_elf_params): Add save_restore_funcs. - * elf64-ppc.c (ppc64_elf_func_desc_adjust): Use it to control - provision of out-of-line register save/restore routines. - -2014-02-18 Jack Carter <jack.carter@imgtec.com> - - * elfxx-mips.c(_bfd_mips_elf_modify_segment_map): Deleted hard coding of - PT_DYNAMIC segment flags. - -2014-02-17 Jan Kratochvil <jan.kratochvil@redhat.com> - - PR binutils/16595 - * simple.c (struct saved_offsets): New. - (simple_save_output_info): Use it for ptr. - (simple_restore_output_info): Use it for ptr. Check section_count. - (bfd_simple_get_relocated_section_contents): Use it for saved_offsets. - -2014-02-17 Alan Modra <amodra@gmail.com> - - * elf64-ppc.h (struct ppc64_elf_params): Define. - (ppc64_elf_init_stub_bfd, ppc64_elf_edit_opd, ppc64_elf_tls_setup, - ppc64_elf_setup_section_lists, ppc64_elf_size_stubs, - ppc64_elf_build_stubs): Update prototype. - * elf64-ppp.c (struct ppc_link_hash_table): Add params, delete other - fields now in params. Adjust code throughout file. - (ppc64_elf_init_stub_bfd): Delete "abfd" parameter, add "params". - Save params pointer in htab. - (ppc64_elf_edit_opd, ppc64_elf_tls_setup, - ppc64_elf_setup_section_lists, ppc64_elf_size_stubs, - ppc64_elf_build_stubs): Remove parameters now in "params". - -2014-02-17 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_relocate_section): Move relocs on insns - patched for ppc476 workaround. Reapply branch taken/not taken - relocs. - -2014-02-12 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_relax_section): Don't build long-branch - stubs for calls to __tls_get_addr that we know will later be - optimised away. - -2014-02-12 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_relax_section): Enable ppc476 workaround - for ld -r, when code sections are sufficiently aligned. - * elf32-ppc.h (struct ppc_elf_params): Delete pagesize. Add - pagesize_p2. - -2014-02-12 Alan Modra <amodra@gmail.com> - - PR gold/15530 - * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Support - --export-dynamic and --dynamic-list marking of symbols. - * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Reorder - cheap tests first. - -2014-02-10 H.J. Lu <hongjiu.lu@intel.com> - - PR gold/16530 - * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Mark symbol in - executables if it matches dynamic_list. - -2014-02-10 Alan Modra <amodra@gmail.com> - - * po/SRC-POTFILES.in: Regenerate. - * po/bfd.pot: Regenerate. - -2014-02-09 Alan Modra <amodra@gmail.com> - - * elf-bfd.h (struct elf_backend_data): Add caches_rawsize. - * elfxx-target.h (elf_backend_caches_rawsize): Define. - (elfNN_bed): Init new field. - * elflink.c (elf_link_input_bfd): Handle caches_rawsize. - * elf32-ppc.c (shared_stub_entry): Zero addi offset. - (ppc_elf_relax_section): Don't reallocate section here, write - stubs, or write out relocs for ld -r here.. - (ppc_elf_relocate_section): ..instead write stubs here, and use - existing code to write out relocs for ld -r. Fix offset - adjustment on reloc for little-endian. - (elf_backend_caches_rawsize): Define. - -2014-02-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> - - PR build/16550 - * cache.c (bfd_cache_max_open): Cast RLIM_INFINITY to rlim_t. - -2014-02-04 Jan Kratochvil <jan.kratochvil@redhat.com> - - * coff-rs6000.c (xcoff_write_archive_contents_big): Free OFFSETS in - return paths. Three times. - * elf64-ppc.c (ppc64_elf_link_hash_table_create): Free HTAB in all - return paths. - (ppc64_elf_tls_optimize): Free TOC_REF in return path. - (ppc64_elf_edit_toc): Free USED in return path. - -2014-02-03 Sandra Loosemore <sandra@codesourcery.com> - - * reloc.c (BFD_RELOC_NIOS2_GOT_LO, BFD_RELOC_NIOS2_GOT_HA): New. - (BFD_RELOC_NIOS2_CALL_LO, BFD_RELOC_NIOS2_CALL_HA): New. - * libbfd.h: Regenerated. - * bfd-in2.h: Regenerated. - * elf32-nios2.c (elf_nios2_howto_table_rel): Add new relocations. - (nios2_reloc_map): Likewise. - (GOT_USED, CALL_USED): Renamed from GOT16_USED and CALL16_USED. - Fixed all references. - (nios2_elf32_relocate_section): Add new relocations. - (nios2_elf32_check_relocs): Likewise. - (nios2_elf32_gc_sweep_hook): Likewise. - -2014-02-03 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (struct ppc_elf_link_hash_table): Add params. - Delete emit_stub_syms, no_tls_get_addr_opt. Update all uses. - (ppc_elf_link_params): New function. - (ppc_elf_create_glink): Align .glink to 64 bytes for ppc476 - workaround. - (ppc_elf_select_plt_layout): Remove plt_style and emit_stub_syms - parameters. Use htab->params instead. - (ppc_elf_tls_setup): Remove no_tls_get_addr_opt parameter. - (ppc_elf_size_dynamic_sections): Align __glink_PLTresolve to - 64 bytes for ppc476 workaround. - (struct ppc_elf_relax_info): New. - (ppc_elf_relax_section): Exclude linker created sections and - those too small to hold one instruction. Don't add another - branch around trampolines on later relax passes. Don't - generate trampolines for undefined symbols when !relocatable, - nor for plugin symbols. Allocate space for ppc476 workaround - patch area. Free fixups on error return path. - (ppc_elf_relocate_section): Handle ppc476 workaround patching. - * elf32-ppc.h (struct ppc_elf_params): New. - (ppc_elf_select_plt_layout, ppc_elf_tls_setup): Update prototype. - (ppc_elf_link_params): Declare. - * section.c (SEC_INFO_TYPE_TARGET): Define. - * bfd-in2.h: Regenerate. - -2014-02-02 Sandra Loosemore <sandra@codesourcery.com> - - * elf32-nios2.c (struct elf32_nios2_link_hash_table): Add - h_gp_got field. - (nios2_elf32_relocate_section): Use got_base to adjust - GOT-pointer-relative relocations relative to _gp_got. - (create_got_section): Create _gp_got symbol. - (nios2_elf32_finish_dynamic_symbol): Make _gp_got absolute. - (nios2_elf32_size_dynamic_sections): Set _gp_got offset. - -2014-01-30 Sandra Loosemore <sandra@codesourcery.com> - - * bfd-in2.h: Update from reloc.c. - * elf32-nios2.c: Include elf32-nios2.h. - (elf_nios2_howto_table_rel): Add entry for R_NIOS2_CALL26_NOAT. - (nios2_reloc_map): Likewise. - (enum elf32_nios2_stub_type): Declare. - (struct elf32_nios2_stub_hash_entry): Declare. - (nios2_stub_hash_entry, nios2_stub_hash_lookup): New macros. - (struct elf32_nios2_link_hash_entry): Add hsh_cache field. - (struct elf32_nios2_link_hash_table): Add new fields bstab, - stub_bfd, add_stub_section, layout_sections_again, stub_group, - bfd_count, top_index, input_list, all_local_syms. - (nios2_call26_stub_entry): New. - (nios2_elf32_install_imm16): Move up in file. - (nios2_elf32_install_data): Move up in file. - (hiadj): Move up in file. - (stub_hash_newfunc): New. - (link_hash_newfunc): Initialize hsh_cache field. - (STUB_SUFFIX): New. - (nios2_stub_name): New. - (nios2_get_stub_entry): New. - (nios2_add_stub): New. - (nios2_elf32_setup_section_lists): New. - (nios2_elf32_next_input_section): New. - (CALL26_SEGMENT): New. - (MAX_STUB_SECTION_SIZE): New. - (group_sections): New. - (nios2_type_of_stub): New. - (nios2_build_one_stub): New. - (nios2_size_one_stub): New. - (get_local_syms): New. - (nios2_elf32_size_stubs): New. - (nios2_elf32_build_stubs): New. - (nios2_elf32_do_call26_relocate): Correct CALL26 overflow test. - (nios2_elf32_relocate_section): Handle R_NIOS2_CALL26_NOAT. Add - trampolines for R_NIOS2_CALL26 stubs. - (nios2_elf32_check_relocs): Handle R_NIOS2_CALL26_NOAT. - (nios2_elf32_gc_sweep_hook): Likewise. - (nios2_elf32_link_hash_table_create): Initialize the stub hash table. - (nios2_elf32_link_hash_table_free): New. - (bfd_elf32_bfd_link_hash_table_free): Define. - * elf32-nios2.h: New file. - * libbfd.h: Update from reloc.c. - * reloc.c (BFD_RELOC_NIOS2_CALL26_NOAT): New. - -2014-01-29 Nick Clifton <nickc@redhat.com> - - PR binutils/16318 - * elf32-metag.c (elf_metag_post_process_headers): Call - _bfd_elf_post_process_headers. - * elf32-sh64.c (sh64_elf_copy_private_data): Call - _bfd_elf_copy_private_data. - * elf64-sh64.c (sh_elf64_copy_private_data_internal): Likewise. - -2014-01-29 Nick Clifton <nickc@redhat.com> - - * bfd-in.h (bfd_set_section_vma): Delete. - (bfd_set_section_alignment): Delete. - (bfd_set_section_userdata): Delete. - (bfd_set_cacheable): Delete. - * bfd.c (bfd_set_cacheable): New static inline function. - * section.c (bfd_set_section_userdata): Likewise. - (bfd_set_section_vma): Likewise. - (bfd_set_section_alignment): Likewise. - * bfd-in2.h: Regenerate. - -2014-01-28 Nick Clifton <nickc@redhat.com> - - * dwarf2.c (find_abstract_instance_name): For DW_FORM_ref_addr - attributes select the CU containing the abbreviation, which may not - be the current CU. - -2014-01-24 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (ppc_build_one_stub): Correct reloc count passed - to get_relocs for ELFv2. - -2014-01-23 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/16498 - * elf.c (_bfd_elf_map_sections_to_segments): Issue a linker error - if TLS sections are not adjacent. - -2014-01-22 Alan Modra <amodra@gmail.com> - - * elflink.c (elf_link_add_object_symbols): Call minfo for --as-needed. - -2014-01-22 Alan Modra <amodra@gmail.com> - - * elf64-ppc.c (STK_LINKER): Comment typo fix. - -2014-01-21 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/16467 - * elflink.c (_bfd_elf_merge_symbol): When types of the existing - regular default symbol definition and the versioned dynamic - symbol definition mismatch, skip the default symbol definition - if one of them is IFUNC. - -2014-01-21 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/2404 - * elflink.c (_bfd_elf_merge_symbol): Don't check info->shared, - info->export_dynamic nor h->ref_dynamic for type mismatch when - adding the default version. - -2014-01-16 Alan Modra <amodra@gmail.com> - - * elfxx-mips.c (mips_elf_record_got_page_entry): Pass in a - mips_elf_traverse_got_arg* rather than mips_got_info*. - Adjust caller. Alloc on output_bfd rather than symbol section - owner. - -2014-01-15 H.J. Lu <hongjiu.lu@intel.com> - - * elf32-i386.c (elf_i386_allocate_dynrelocs): Revert the last - change. - * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise. - -2014-01-14 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/16428 - * elf32-i386.c (elf_i386_allocate_dynrelocs): Don't discard relocs - against __ehdr_start. - * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise. - -2014-01-14 H.J. Lu <hongjiu.lu@intel.com> - - * elf32-i386.c (elf_i386_allocate_dynrelocs): Revert the last - change. - * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise. - -2014-01-14 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/16428 - * elf32-i386.c (elf_i386_allocate_dynrelocs): Don't update reloc - count if there are any non pc-relative relocs. - * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise. - -2014-01-14 Michael Hudson-Doyle <michael.hudson@linaro.org> - Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org> - - * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Use correct - offset while calculating relocation address. - (elfNN_aarch64_create_small_pltn_entry): Likewise. - (elfNN_aarch64_init_small_plt0_entry): Likewise. - -2014-01-13 Ma Jiang <ma.jiang@zte.com.cn> - - PR ld/16202 - * elf32-arm.c (elf32_arm_final_link_relocate): Refetch addends for - R_ARM_ABS8 and R_ARM_ABS16. - -2014-01-13 Alan Modra <amodra@gmail.com> - - * elf32-ppc.c (ppc_elf_check_relocs): For @local call to ifunc, - error when shared and force a plt call otherwise. - (ppc_elf_size_dynamic_sections): Don't emit DT_PPC_GOT unless - plt_type == PLT_NEW. - (ppc_elf_relocate_section): Add missing test to resolve ifuncs to - the appropriate call stub. - -2014-01-10 Alan Modra <amodra@gmail.com> - - PR ld/14207 - PR ld/16322 - PR binutils/16323 - * elf.c (assign_file_positions_for_load_sections): Revert last change. - (assign_file_positions_for_non_load_sections): When setting up - PT_GNU_RELRO header, don't require a corresponding PT_LOAD - header that completely covers the relro region. - -2014-01-09 Tristan Gingold <gingold@adacore.com> - - * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): use jump - table macros and add macros to initializa the structure. - -2014-01-08 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/14207 - PR ld/16322 - PR binutils/16323 - * elf.c (_bfd_elf_map_sections_to_segments): Don't check section - size for PT_GNU_RELRO segment. - (assign_file_positions_for_load_sections): If PT_LOAD segment - doesn't fit PT_GNU_RELRO segment, adjust its p_filesz and p_memsz. - -2014-01-07 Tom Tromey <tromey@redhat.com> - - * elf32-xtensa.c (vsprint_msg): Don't use old VA_* compatibility - wrappers. - -2014-01-03 Nick Clifton <nickc@redhat.com> - - PR binutils/16199 - * elf.c (vma_page_aligned_bias): Handle a maxpagesize value of - zero. - -2014-01-02 Yuanhui Zhang <asmwarrior@gmail.com> - - PR binutils/14289 - * pef.c (bfd_pef_xlib_read_header): Increase buffer size to 80. - -2014-01-02 Nick Clifton <nickc@redhat.com> - - PR binutils/11983 - * archive.c (_bfd_get_elt_at_filepos): Store a copy of the - filename in the bfd's filename field. - * elfcode.h (bfd_from_remote_memory): Likewise. - * ieee.c (ieee_object_p): Likewise. - * mach-o.c (bfd_mach_o_fat_member_init): Likewise. - * oasys.c (oasys_openr_next_archived_file): Likewise. - * vms-lib.c (_bfd_vms_lib_get_module): Likewise. - * opncls.c (bfd_fopen): Likewise. - (bfd_openstreamr): Likewise. - (bfd_openr_iovec): Likewise. - (bfd_openw): Likewise. - (bfd_create): Likewise. - (_bfd_delete_bfd): Free filename. - -For older changes see ChangeLog-2013 +For older changes see ChangeLog-2014 -Copyright (C) 2014 Free Software Foundation, Inc. +Copyright (C) 2015 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/bfd/ChangeLog-2014 b/bfd/ChangeLog-2014 new file mode 100644 index 00000000000..02b1ef7d958 --- /dev/null +++ b/bfd/ChangeLog-2014 @@ -0,0 +1,3430 @@ +2014-12-30 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/17773 + * elflink.c (bfd_elf_final_link): Assign the file position for + the symbol string table only there are symbols to be emitted. + +2014-12-28 Alan Modra <amodra@gmail.com> + + PR 17766 + * pei-x86_64.c (pex64_bfd_print_pdata_section): Correct string + length. Use memcpy rather than strcpy. + +2014-12-26 Alan Modra <amodra@gmail.com> + + PR 17755 + * elf64-sh64.c (sh_elf64_copy_private_data_internal): Delete code + copying SHF_SH5_ISA32. + +2014-12-25 Thomas Preud'homme <thomas.preudhomme@arm.com> + + * elf32-arm.c (elf32_arm_merge_eabi_attributes): Handle new + Tag_ABI_VFP_args value and replace hardcoded values by enum values. + (elf32_arm_post_process_headers): Set e_flags in ELF header as hard + float only when Tag_ABI_VFP_args is 1, using new enum value + AEABI_VFP_args_vfp to check that. + +2014-12-24 H.J. Lu <hongjiu.lu@intel.com> + + * pei-x86_64.c (pex64_bfd_print_pdata_section): Add cast to + unsigned long. + +2014-12-24 Pierre Muller <muller@sourceware.org> + + Add support for pdata output for pe coff objects. + * pe-x86_64.c (pex64_bfd_print_pdata): Add external + declaration. + (bfd_pe_print_data): Set macro to pex64_bfd_print_data. + * pei-x86_64.c (pex64_bfd_print_pdata): Changed to + global function. Now handles multiple .pdata sections. + (pex_bfd_print_pdata_section): New static helper function, + using most of old pex_bfd_print_pdata function code, but adding + support for coff pe objects, which might have some fields + starting at zero offset. + (pex64_print_all_pdata_sections) : New static helper function, + used in call to bfd_map_over_sections inside new + pex66_bfd_print_pdata function. + (bfd_boolean pdata_count): New static variable, used to return + bfd_boolean value for pex64_bfd_print_pdata function. + +2014-12-24 Alan Modra <amodra@gmail.com> + + * linker.c (_bfd_generic_link_output_symbols): Remove BSF_WEAK + flag from bfd_link_hash_defined symbols. + +2014-12-23 Andrew Burgess <andrew.burgess@embecosm.com> + + * elf32-avr.c (bfd_elf_avr_final_write_processing): Don't set + EF_AVR_LINKRELAX_PREPARED unconditionally. + +2014-12-23 Alan Modra <amodra@gmail.com> + + * elflink.c (_bfd_elf_define_linkage_sym): Set linker_def. + * linker.c (_bfd_generic_link_add_one_symbol): Clear linker_def + for CDEF, DEF, DEFW, COM. + +2014-12-22 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * archive.c (do_slurp_bsd_armap): Return if the parsed_size is + zero. + (bfd_slurp_armap): Zero terminate the name. + (bfd_generic_stat_arch_elt): If there is no header, fail. + * elf32-arc.c (arc_info_to_howto_rel): Replace BFD_ASSERT with + error message. + * elf32-avr.c (avr_info_to_howto_rela): Likewise. + * elf32-cr16c.c (elf_cr16c_info_to_howto_rel): Likewise. + * elf32-cris.c (cris_info_to_howto_rela): Likewise. + * elf32-d10v.c (d10v_info_to_howto_rel): Likewise. + * elf32-d30v.c (d30v_info_to_howto_rel): Likewise. + * elf32-dlx.c (dlx_rtype_to_howto): Likewise. + * elf32-epiphany.c (epiphany_info_to_howto_rela): Likewise. + * elf32-fr30.c (fr30_info_to_howto_rela): Likewise. + * elf32-frv.c (frv_info_to_howto_rela): Likewise. + * elf32-i960.c (elf32_i960_info_to_howto_rel): Likewise. + * elf32-ip2k.c (ip2k_info_to_howto_rela): Likewise. + * elf32-iq2000.c (iq2000_info_to_howto_rela): Likewise. + * elf32-lm32.c (lm32_info_to_howto_rela): Likewise. + * elf32-m32c.c (m32c_info_to_howto_rela): Likewise. + * elf32-m32r.c (m32r_info_to_howto_rel): Likewise. + * elf32-m68hc11.c (m68hc11_info_to_howto_rel): Likewise. + * elf32-m68hc12.c (m68hc11_info_to_howto_rel): Likewise. + * elf32-mep.c (mep_info_to_howto_rela): Likewise. + * elf32-metag.c (metag_info_to_howto_rela): Likewise. + * elf32-moxie.c (moxie_info_to_howto_rela): Likewise. + * elf32-msp430.c (msp430_info_to_howto_rela): Likewise. + * elf32-mt.c (mt_info_to_howto_rela): Likewise. + * elf32-nds32.c (nds32_info_to_howto_rel): Likewise. + * elf32-or1k.c (or1k_info_to_howto_rela): Likewise. + * elf32-rl78.c (rl78_info_to_howto_rela): Likewise. + * elf32-rx.c (rx_info_to_howto_rela): Likewise. + * elf32-v850.c (v850_elf_info_to_howto_rel): Likewise. + * elf32-visium.c (visium_info_to_howto_rela): Likewise. + * elf32-xgate.c (xgate_info_to_howto_rel): Likewise. + * elf32-xtensa.c (elf_xtensa_info_to_howto_rela): Likewise. + * elf64-mmix.c (mmix_info_to_howto_rela): Likewise. + * elf64-x86-64.c (elf_x86_64_reloc_type_lookup): Likewise. + * elfnn-aarch64.c (elfNN_aarch64_bfd_reloc_from_type): Likewise. + * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Add range + checking of reloc symbol index. + * mach-o.c (bfd_mach_o_canonicalize_one_reloc): If no symbols have + been provided then set the reloc's symbol to undefined. + * reloc.c (bfd_generic_get_relocated_section_contents): Add range + checking of the reloc to be applied. + * versados.c (process_otr): Add more range checks. + (versados_canonicalize_reloc): If the section is unknown, set the + symbol to undefined. + * vms-alpha.c (_bfd_vms_slurp_eisd): Add range checks. + (alpha_vms_object_p): Likewise. + +2014-12-18 Richard Henderson <rth@redhat.com> + + * elf32-ppc.c (ELF_COMMONPAGESIZE): Set to 64k. + * elf64-ppc.c (ELF_COMMONPAGESIZE): Likewise. + +2014-12-16 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * format.c (bfd_check_format_matches): Check for a matching vector + before using match priorities. + * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Fix off-by-one + errors with previous delta. + +2014-12-15 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/17713 + * elflink.c (_bfd_elf_gc_mark_rsec): Check corrupt input. + +2014-12-13 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/17689 + * elf64-x86-64.c (elf_x86_64_link_hash_entry): Add needs_copy. + Change has_bnd_reloc to bit field. + (elf_x86_64_link_hash_newfunc): Initialize needs_copy and + has_bnd_reloc to 0. + (elf_x86_64_check_relocs): Set has_bnd_reloc to 1 instead + of TRUE. + (elf_x86_64_adjust_dynamic_symbol): Copy needs_copy from the + real definition to a weak symbol. + (elf_x86_64_allocate_dynrelocs): Also check needs_copy of a + weak symbol for PIE when discarding space for relocs against + symbols which turn out to need copy relocs. + (elf_x86_64_relocate_section): Also check needs_copy of a + weak symbol for PIE with copy reloc. + +2014-12-12 Alan Modra <amodra@gmail.com> + + PR 15228 + * elflink.c (_bfd_elf_adjust_dynamic_copy): Call bfd_set_error. + +2014-12-12 Alan Modra <amodra@gmail.com> + + PR 15228 + * elflink.c (_bfd_elf_adjust_dynamic_copy): Add "info" param. + Error on copy relocs against protected symbols. + (elf_merge_st_other): Set h->protected_def. + * elf-bfd.h (struct elf_link_hash_entry): Add "protected_def". + (_bfd_elf_adjust_dynamic_copy): Update prototype. + * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Update + _bfd_elf_adjust_dynamic_copy call. + * elf32-arm.c (elf32_arm_adjust_dynamic_symbol): Likewise. + * elf32-cr16.c (_bfd_cr16_elf_adjust_dynamic_symbol): Likewise. + * elf32-cris.c (elf_cris_adjust_dynamic_symbol): Likewise. + * elf32-hppa.c (elf32_hppa_adjust_dynamic_symbol): Likewise. + * elf32-i370.c (i370_elf_adjust_dynamic_symbol): Likewise. + * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Likewise. + * elf32-lm32.c (lm32_elf_adjust_dynamic_symbol): Likewise. + * elf32-m32r.c (m32r_elf_adjust_dynamic_symbol): Likewise. + * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Likewise. + * elf32-metag.c (elf_metag_adjust_dynamic_symbol): Likewise. + * elf32-or1k.c (or1k_elf_adjust_dynamic_symbol): Likewise. + * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Likewise. + * elf32-s390.c (elf_s390_adjust_dynamic_symbol): Likewise. + * elf32-sh.c (sh_elf_adjust_dynamic_symbol): Likewise. + * elf32-tic6x.c (elf32_tic6x_adjust_dynamic_symbol): Likewise. + * elf32-tilepro.c (tilepro_elf_adjust_dynamic_symbol): Likewise. + * elf32-vax.c (elf_vax_adjust_dynamic_symbol): Likewise. + * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Likewise. + * elf64-s390.c (elf_s390_adjust_dynamic_symbol): Likewise. + * elf64-sh64.c (sh64_elf64_adjust_dynamic_symbol): Likewise. + * elf64-x86-64.c (elf_x86_64_adjust_dynamic_symbol): Likewise. + * elfnn-aarch64.c (elfNN_aarch64_adjust_dynamic_symbol): Likewise. + * elfxx-mips.c (_bfd_mips_elf_adjust_dynamic_symbol): Likewise. + * elfxx-sparc.c (_bfd_sparc_elf_adjust_dynamic_symbol): Likewise. + * elfxx-tilegx.c (tilegx_elf_adjust_dynamic_symbol): Likewise. + +2014-12-11 Keith Seitz <keiths@redhat.com> + + * elf.c (elf_parse_notes): Define convenience macro + GROKER_ELEMENT to add elements to 'grokers' array. + Add 'len' element to 'grokers'. + Use grokers.len instead of sizeof in string + comparisons. + +2014-12-10 Alan Modra <amodra@gmail.com> + + * Makefile.am (BFD32_LIBS, BFD32_LIBS_CFILES): Remove dwarf2 + and coffgen. Add coff-bfd. Sort. + (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add coffgen and dwarf2. + * bfd-in.h (bfd_coff_get_syment, bfd_coff_get_auxent): Delete. + (struct coff_comdat_info, bfd_coff_get_comdat_section): Delete. + * coffgen.c (coff_symbol_from): Move to coff-bfd.h as macro, + without unused param. Update uses. + (bfd_coff_get_comdat_section): Move to coff-bfd.h as macro. + (bfd_coff_get_syment, bfd_coff_get_auxent): Move to coff-bfd.c. + * libcoff-in.h: #include "coff-bfd.h". + (struct coff_section_tdata, coff_section_data): Move to coff-bfd.h. + (coff_symbol_from): Delete. + * coff-bfd.c: New file. + * coff-bfd.h: New file. + * coff-i386.c: Update coff_symbol_from occurrences. + * coff-i960.c: Likewise. + * coff-m68k.c: Likewise. + * coff-sh.c: Likewise. + * coff-x86_64.c: Likewise. + * coffcode.h: Likewise. + * pe-mips.c: Likewise. + * configure.ac (elf): Add dwarf2.lo. + (coffgen, coff, ecoff, xcoff): Define. Use when mapping bfd + target vectors to .o files. Add dwarf2 for mach-o targets. + Fix the sh target FIXME. + * po/SRC-POTFILES.in: Regenerate. + * Makefile.in: Regenerate. + * configure: Regenerate. + * bfd-in2.h: Regenerate. + * libcoff.h: Regenerate. + +2014-12-10 Alan Modra <amodra@gmail.com> + + PR 17541 + * dwarf2.c (struct comp_unit): Add "lang". + (non_mangled): New function. + (struct funcinfo): Add "is_linkage". Reorder for better packing. + Make "name" a const char*. + (lookup_address_in_function_table): Delete functionname_ptr param. + (find_abstract_instance_name): Add is_linkage param. Set if we + have DW_AT_linkage_name or non_mangled DW_AT_name. + (scan_unit_for_symbols): Similarly set func->is_linkage. + (parse_comp_unit): Stash DW_AT_language. + (comp_unit_find_nearest_line): Replace functionname_ptr param + with function_ptr param. + (_bfd_dwarf2_find_nearest_line): Adjust above calls. Set + functionname_ptr from function->name. Call _bfd_elf_find_function + to retrieve symbol for function if not linkage name. + (_bfd_elf_find_function): Add bfd_target_elf_flavour test, moved from.. + * elf.c (elf_find_function): ..here. + (_bfd_elf_find_nearest_line): Adjust calls. + * elf-bfd.h (_bfd_elf_find_function): Declare. + +2014-12-10 Alan Modra <amodra@gmail.com> + + * dwarf2.c (read_address): Check bfd_target_elf_flavour before + calling get_elf_backend_data. + (_bfd_dwarf2_find_nearest_line): Fix parens. + +2014-12-10 Alan Modra <amodra@gmail.com> + + PR 17666 + * elf-bfd.h (struct elf_backend_data): Add sort_relocs_p. + * elfxx-target.h (elf_backend_sort_relocs_p): Define. + (elfNN_bed): Init new field. + * elflink.c (elf_link_adjust_relocs): Conditionally sort. + (bfd_elf_final_link): Control sorting of relocs. + * elfxx-mips.c (_bfd_mips_elf_sort_relocs_p): New function. + * elfxx-mips.h (_bfd_mips_elf_sort_relocs_p): Declare. + * elf32-mips.c (elf_backend_sort_relocs_p): Define. + * elf64-mips.c (elf_backend_sort_relocs_p): Define. + +2014-12-09 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * archive64.c (bfd_elf64_archive_slurp_armap): Add range checks. + * libbfd.c (safe_read_leb128): New function. + * libbfd-in.h (safe_read_leb128): Add prototype. + * libbfd.h: Regenerate. + * elf-attrs.c (_bfd_elf_parse_attributes): Use safe_read_leb128. + Check for an over-long subsection length. + * elf.c (elf_parse_notes): Check that the namedata is long enough + for the string comparison that is about to be performed. + (elf_read_notes): Zero-terminate the note buffer. + +2014-12-09 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (sort_r_offset): Delete. + (ppc64_elf_edit_opd): Don't sort input relocs. + +2014-12-06 Eric Botcazou <ebotcazou@adacore.com> + + * config.bfd: Add Visium support. + * configure.ac: Likewise. + * configure: Regenerate. + * Makefile.am (ALL_MACHINES): Add cpu-visium.lo. + (ALL_MACHINES_CFILES): Add cpu-visium.c. + (BFD32_BACKENDS): Add elf32-visium.lo. + (BFD32_BACKENDS_CFILES): Add elf32-visium.c. + * Makefile.in: Regenerate. + * archures.c (DESCRIPTION): Add Visium support. + (bfd_visium_arch): Declare. + (bfd_archures_list): Add bfd_visium_arch. + * reloc.c: Add Visium relocations. + * targets.c (visium_elf32_vec): Declare. + (_bfd_target_vector): Add visium_elf32_vec. + * bfd-in2.h: Regenerate. + * libbfd.h: Likewise. + * cpu-visium.c: New file. + * elf32-visium.c: Likewise. + * po/SRC-POTFILES.in: Regenerate. + +2014-12-05 Steve Ellcey <sellcey@mips.com> + + * ecoff.c (_bfd_ecoff_slurp_symbol_table): Add cast. + +2014-12-05 H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (bfd_elf32_get_synthetic_symtab): New. + +2014-12-04 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/17677 + * elf-bfd.h (_bfd_elf_ifunc_get_synthetic_symtab): New prototype. + * elf-ifunc.c (_bfd_elf_ifunc_get_synthetic_symtab): New + function. + * elf32-i386.c (elf_i386_plt_sym_val): Removed. + (elf_backend_plt_sym_val): Likewise. + (elf_i386_get_plt_sym_val): New. + (elf_i386_get_synthetic_symtab): Likewise. + (bfd_elf32_get_synthetic_symtab): Likewise. + * elf64-x86-64.c (elf_x86_64_plt_sym_val): Removed. + (elf_x86_64_plt_sym_val_offset_plt_bnd): Likewise. + (elf_backend_plt_sym_val): Likewise. + (elf_x86_64_get_plt_sym_val): New. + (elf_x86_64_get_synthetic_symtab): Use + _bfd_elf_ifunc_get_synthetic_symtab. + (bfd_elf64_get_synthetic_symtab): Don't undefine for NaCl. + +2014-12-04 Alan Modra <amodra@gmail.com> + + PR 17666 + * elflink.c: Include bfd_stdint.h. + (cmp_ext32l_r_offset, cmp_ext32b_r_offset, + cmp_ext64l_r_offset, cmp_ext64b_r_offset): New functions. + (elf_link_adjust_relocs): Sort relocs. Free rel hashes after + sorting invalidates. + +2014-12-03 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * compress.c (bfd_get_full_section_contents): Fail if there are no + section contents available when the compress_status is + COMPRESS_SECTION_DONE. + * libbfd.c (bfd_malloc): Refuse to allocate a negative size. + (bfd_malloc2): Use bfd_malloc. + (bfd_realloc): Refuse to reallocate a negative size. + (bfd_realloc2): Use bfd_realloc. + (bfd_realloc_or_free): Use bfd_realloc. + (bfd_zmalloc): Use bfd_malloc. + (bfd_zmalloc): Use bfd_malloc2. + * opncls.c (bfd_alloc): Refuse to allocate a negative size. + +2014-12-03 H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Reformat. + +2014-12-02 H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (elf_x86_64_relocate_section): Check + info->executable for symbols which need copy relocs. + +2014-12-02 H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (elf_x86_64_check_relocs): Revert the last + change. + (elf_x86_64_adjust_dynamic_symbol): Don't check !info->shared + with ELIMINATE_COPY_RELOCS. + (elf_x86_64_allocate_dynrelocs): For PIE, discard space for + relocs against symbols which turn out to need copy relocs. + +2014-12-02 H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Always + allow copy relocs for building executables. + (elf_x86_64_check_relocs): Allow copy relocs for non-GOT + pc-relative relocation in shared object. + (elf_x86_64_adjust_dynamic_symbol): Allocate copy relocs for + PIE. + (elf_x86_64_relocate_section): Don't copy a pc-relative + relocation into the output file if the symbol needs copy reloc. + +2014-12-02 Andrew Bennett <andrew.bennett@imgtec.com> + + * elfxx-mips.c (mips_elf_calculate_relocation): Only check for + overflow on non-weak undefined symbols. + +2014-12-02 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (OPD_NDX): Define. Use throughout for sizing/indexing + _opd_sec_data array, halving required memory. + (sort_r_offset): New function. + (ppc64_elf_edit_opd): Sort incoming relocs. Accept .opd + sections with a mix of 16 and 24 byte OPD entries. Don't + attempt to honour --non-overlapping-opd for .opd sections with + unexpected relocs. Simplify opd entry size calculations by + first finding the reloc for the next entry. Make edit loop + handle one opd entry per iteration, with an inner loop + handling relocs per entry. + +2014-12-01 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * archive.c (do_slurp_coff_armap): Add range checks to prevent + running off the end of the string table. + * compress.c (bfd_get_full_section_contents): Return a NULL + pointer for zero sized sections. Do not attempt to copy a buffer + onto itself. + * elf-attrs.c (_bfd_elf_parse_attributes): Check for an empty + header. Add range checks to avoid running off the end of the + section. + * elf.c (bfd_elf_get_str_section): Seek before allocating so that + if the seek fails, no memory is allocated. + (bfd_elf_string_from_elf_section): Do not allocate a string from a + non string section. It only leads to trouble later on. + (_bfd_elf_print_private_bfd_data): Check for there being too + little external dynamic data. + (bfd_section_from_shdr): Replace assertion with a failure mode. + (bfd_section_from_shdr): When walking a loaded group section use + the internal structure size, not the external size. Check for the + group section being empty. + * elf32-i386.c (elf_i386_rtype_to_howto): Replace assertion with a + failure mode. + * elfcode.h (elf_slurp_reloc_table): Likewise. + * reloc.c (bfd_perform_relocation): Avoid seg-fault if the howto + parameter is NULL. + +2014-11-30 Alan Modra <amodra@gmail.com> + + PR 16452, 16457 + * elflink.c (_bfd_elf_link_find_version_dependencies): Exclude + symbols from libraries that won't be listed in DT_NEEDED. + (elf_link_output_extsym): Don't output verdefs for such symbols. + +2014-11-28 Alan Modra <amodra@gmail.com> + + * elf.c (_bfd_elf_slurp_version_tables): Exit loops when vn_next/ + vna_next/vd_next/vda_next is zero. Correct counts. + +2014-11-27 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * ecoff.c (_bfd_ecoff_slurp_symbol_table): Warn about and correct + a discrepancy between the isymMax and ifdMax values in the + symbolic header. + * elf.c (_bfd_elf_print_private_bfd_data): Fix the range check + scanning the external dynamic entries. + +2014-11-26 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * coff-h8300.c (rtype2howto): Replace abort with returning a NULL + value. + * coff-h8500.c (rtype2howto): Likewise. + * coff-tic30.c (rtype2howto): Likewise. + * coff-z80.c (rtype2howto): Likewise. + * coff-z8k.c (rtype2howto): Likewise. + * coff-ia64.c (RTYPE2HOWTO): Always return a valid howto. + * coff-m68k.c (m68k_rtype2howto): Return a NULL howto if none + could be found. + * coff-mcore.c (RTYPE2HOWTO): Add range checking. + * coff-w65.c (rtype2howto): Likewise. + * coff-we32k.c (RTYPE2HOWTO): Likewise. + * pe-mips.c (RTYPE2HOWTO): Likewise. + * coff-x86_64.c (coff_amd64_reloc): Likewise. Replace abort with + an error return. + * coffcode.h (coff_slurp_reloc_table): Allow the rel parameter to + be unused. + * coffgen.c (make_a_section_from_file): Check the length of a + section name before testing to see if it is a debug section name. + (coff_object_p): Zero out any uninitialised bytes in the opt + header. + * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Test for the raw + source being empty when there are values to be processed. + (_bfd_ecoff_slurp_symbol_table): Add range check. + * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Likewise. + (bfd_mach_o_mangle_sections): Move test for too many sections to + before the allocation of the section table. + (bfd_mach_o_read_symtab_strtab): If the read fails, free the + memory and nullify the symbol pointer. + * reloc.c (bfd_generic_get_relocated_section_contents): Add + handling of a bfd_reloc_notsupported return value. + * versados.c (EDATA): Add range checking. + (get_record): Likewise. + (process_otr): Check for contents being available before updating + them. + (versados_canonicalize_reloc): Add range check. + +2014-11-26 Alan Modra <amodra@gmail.com> + + * elf.c (_bfd_elf_slurp_version_tables): Delay allocation of + internal verref buffer. Error for zero sh_info. Print errors. + Check for zero vd_ndx. Use bfd_zalloc for vd_auxptr buffer. + +2014-11-25 H.J. Lu <hongjiu.lu@intel.com> + + * targets.c (BFD_JUMP_TABLE_SYMBOLS): Use + NAME##_get_symbol_version_string. + (bfd_get_symbol_version_string): New. + * aout-adobe.c (aout_32_get_symbol_version_string): Define using + _bfd_nosymbols define. + * aout-target.h (MY_get_symbol_version_string): Likewise. + * aout-tic30.c (MY_get_symbol_version_string): Likewise. + * binary.c (binary_get_symbol_version_string): Likewise. + * bout.c (aout_32_get_symbol_version_string): Likewise. + * coff-rs6000.c (_bfd_xcoff_get_symbol_version_string): Likewise. + * i386msdos.c (msdos_get_symbol_version_string): Likewise. + * i386os9k.c (aout_32_get_symbol_version_string): Likewise. + * ieee.c (ieee_get_symbol_version_string): Likewise. + * ihex.c (ihex_get_symbol_version_string): Likewise. + * libecoff.h (_bfd_ecoff_get_symbol_version_string): Likewise. + * mach-o-target.c (bfd_mach_o_get_symbol_version_string): Likewise. + * mmo.c (mmo_get_symbol_version_string): Likewise. + * nlm-target.h (nlm_get_symbol_version_string): Likewise. + * oasys.c (oasys_get_symbol_version_string): Likewise. + * pef.c (bfd_pef_get_symbol_version_string): Likewise. + * plugin.c (bfd_plugin_get_symbol_version_string): Likewise. + * ppcboot.c (ppcboot_get_symbol_version_string): Likewise. + * som.c (som_get_symbol_version_string): Likewise. + * srec.c (srec_get_symbol_version_string): Likewise. + * tekhex.c (tekhex_get_symbol_version_string): Likewise. + * versados.c (versados_get_symbol_version_string): Likewise. + * vms-alpha.c (alpha_vms_get_symbol_version_string): Likewise. + * xsym.c (bfd_sym_get_symbol_version_string): Likewise. + + * coff64-rs6000.c (rs6000_xcoff64_vec): Use + coff_get_symbol_version_string. + (rs6000_xcoff64_aix_vec): Likewise. + + * elf-bfd.h (bfd_elf_get_symbol_version_string): Renamed to ... + (_bfd_elf_get_symbol_version_string): This. + * elf.c: Likewise. + (bfd_elf_print_symbol): Updated. + * elfxx-target.h (bfd_elfNN_get_symbol_version_string): Define. + + * libbfd-in.h (_bfd_nosymbols_get_symbol_version_string): Define. + * libcoff-in.h (coff_get_symbol_version_string): Likewise. + * bfd-in2.h: Regenerated. + * libbfd.h: Likewise. + * libcoff.h: Likewise. + +2014-11-25 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/16496 + * elf-bfd.h (bfd_elf_get_symbol_version_string): New. + * elf.c (bfd_elf_get_symbol_version_string): New. Extracted + from bfd_elf_print_symbol. + (bfd_elf_print_symbol): Use it. + +2014-11-25 H.J. Lu <hongjiu.lu@intel.com> + + * elf32-i386.c (elf_i386_got_plt_entry): New. + (elf_i386_pic_got_plt_entry): Likewise. + (elf_i386_link_hash_entry): Add plt_got. + (elf_i386_link_hash_table): Likewise. + (elf_i386_link_hash_newfunc): Initialize plt_got.offset to -1. + (elf_i386_get_local_sym_hash): Likewise. + (elf_i386_check_relocs): Create the GOT PLT if there are both + PLT and GOT references when the regular PLT is used. + (elf_i386_allocate_dynrelocs): Use the GOT PLT if there are + both PLT and GOT references unless pointer equality is needed. + (elf_i386_relocate_section): Also check the GOT PLT when + resolving R_386_PLT32. + (elf_i386_finish_dynamic_symbol): Use the GOT PLT if it is + available. + + * elf64-x86-64.c (elf_x86_64_link_hash_entry): Add plt_got. + (elf_x86_64_link_hash_table): Likewise. + (elf_x86_64_link_hash_newfunc): Initialize plt_got.offset to -1. + (elf_x86_64_get_local_sym_hash): Likewise. + (elf_x86_64_check_relocs): Create the GOT PLT if there are both + PLT and GOT references when the regular PLT is used. + (elf_x86_64_allocate_dynrelocs): Use the GOT PLT if there are + both PLT and GOT references unless pointer equality is needed. + (elf_x86_64_relocate_section): Also check the GOT PLT when + resolving R_X86_64_PLT32. + (elf_x86_64_finish_dynamic_symbol): Use the GOT PLT if it is + available. + +2014-11-24 H.J. Lu <hongjiu.lu@intel.com> + + * configure: Regenerated. + +2014-11-24 Tejas Belagod <tejas.belagod@arm.com> + + * elfnn-aarch64.c (elf_aarch64_compare_mapping): New. + (erratum_835769_scan): Sort map list. + +2014-11-24 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (plt_stub_pad): Correct. + +2014-11-23 H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (elf_x86_64_check_relocs): Assert size of + elf_x86_64_bnd_plt2_entry and elf_x86_64_legacy_plt2_entry. + (elf_x86_64_allocate_dynrelocs): Don't assert size of + elf_x86_64_bnd_plt2_entry and elf_x86_64_legacy_plt2_entry. + +2014-11-22 H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Check + branch displacement overflow in PLT entry. + +2014-11-21 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * coffgen.c (coff_get_normalized_symtab): Check for an excessive + number of auxillary entries. + * ieee.c (next_byte): Convert to a function. Return FALSE if the + next byte is beyond the end of the buffer. + (parse_int): Test the return value of next_byte. + (parse_expression): Convert to boolean. Return FALSE if the + parsing failed. Test the return value of next_byte. + (ieee_seek): Convert to a function. Return FALSE if the seek goes + beyond the end of the buffer. + (ieee_slurp_external_symbols): Test the return value of ieee_seek + and next_byte. + (ieee_slurp_sections): Convert to boolean. Return FALSE if the + operation failed. Test the return value of ieee_seek and + next_byte. + (ieee_archive_p): Test the return value of ieee_seek and + next_byte. + (do_one): Likewise. + (ieee_slurp_section_data): Likewise. + (ieee_object_p): Likewise. Store the size of the buffer in the + total_amt field in the header. + * libieee.h (common_header_type): Add amt field. + * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Check that the + reloc's value is within range. + (bfd_mach_o_read_symtab_symbols): Nullify the symbols field if the + operation fails. + * pei-x86_64.c (pex64_xdata_print_uwd_codes): Replace abort with + an error message. + (pex64_dump_xdata): Check for buffer overflows. + * versados.c (process_otr): Check that the section exists before + taking its size. + (versados_object_p): Make sure that enough data was read for the + header to be checked. + * vms-alpha.c (vms_get_remaining_object_record): Change + read_so_far parameter to an unsigned int. Check that the amount + read is in range. + +2014-11-21 H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Optimize + PC-relative offset overflow check. + +2014-11-21 Alexander Cherepanov <cherepan@mccme.ru> + + PR binutils/17512 + * coffgen.c (_bfd_coff_read_string_table): Test allocation of + string table before clearing the first few bytes. + +2014-11-21 Terry Guo <terry.guo@arm.com> + + * elf32-arm.c (elf32_arm_merge_eabi_attributes): Support FPv5. + +2014-11-20 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (group_sections): Init stub14_group_size from + --stub-group-size parameter divided by 1024. + +2014-11-20 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_relax_section): Correct ppc476 workaround + alignment calculation. + +2014-11-20 Terry Guo <terry.guo@arm.com> + + * elf32-arm.c (elf32_arm_merge_eabi_attributes): Skip if input bfd + hasn't attribute section. + +2014-11-20 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc64_elf_size_stubs): Add __go_go to thread_starters. + +2014-11-18 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/17618 + * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Check + PC-relative offset overflow in PLT entry. + +2014-11-18 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * peXXIgen.c (pe_print_pdata): Fail if the section's virtual size + is larger than its real size. + (rsrc_print_section): Fix off-by-one error checking for overflow. + * pei-x86_64.c (pex64_bfd_print_pdata): Handle empty unwind + sections. + +2014-11-18 Igor Zamyatin <igor.zamyatin@intel.com> + + * elf64-x86-64.c (elf_x86_64_check_relocs): Enable MPX PLT only + for -z bndplt. + +2014-11-14 Nick Clifton <nickc@redhat.com> + + PR binutils/17597 + * opncls.c (bfd_get_debug_link_info): Avoid reading off the end of + the section. + (bfd_get_alt_debug_link_info): Likewise. + +2014-11-14 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * ieee.c (ieee_archive_p) Skip processing if no bytes are read at + all. + (ieee_object_p): Likewise. + +2014-11-13 H.J. Lu <hongjiu.lu@intel.com> + + * coffcode.h (coff_slurp_line_table): Add cast to unsigned int. + +2014-11-13 H.J. Lu <hongjiu.lu@intel.com> + + * coffcode.h (coff_pointerize_aux_hook): Fix a typo. + +2014-11-13 H.J. Lu <hongjiu.lu@intel.com> + + PR gas/17598 + * elf64-x86-64.c (elf_x86_64_check_relocs): Treat + R_X86_64_GOTPLT64 the same as R_X86_64_GOT64. + (elf_x86_64_relocate_section): Likewise. + +2014-11-13 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * coffcode.h (coff_ptr_struct): Add is_sym field. + (coff_new_section_hook): Set the is_sym field. + (coff_pointerize_aux_hook): Check the is_sym field. + (coff_print_aux): Likewise. + (coff_compute_section_file_positions): Likewise. + (coff_write_object_contents): Likewise. + (coff_slurp_line_table): Likewise. + (coff_slurp_symbol_table): Likewise. + (CALC_ADDEND): Likewise. + * coffgen.c (coff_renumber_symbols): Likewise. + (coff_mangle_symbols): Likewise. + (coff_fix_symbol_name): Likewise. + (coff_write_symbol): Likewise. + (coff_write_alien_symbol): Likewise. + (coff_write_native_symbol): Likewise. + (coff_write_symbols): Likewise. + (coff_write_linenumbers): Likewise. + (coff_pointerize_aux): Likewise. + (coff_get_normalized_symtab): Likewise. + (coff_get_symbol_info): Likewise. + (bfd_coff_get_syment): Likewise. + (bfd_coff_get_auxent): Likewise. + (coff_print_symbol): Likewise. + (coff_find_nearest_line_with_names): Likewise. + (bfd_coff_set_symbol_class): Likewise. + (coff_make_empty_symbol): Set the is_sym field. + (coff_bfd_make_debug_symbol): Likewise. + * peicode.h (pe_ILF_make_a_symbol): Likewise. + * libcoff.h: Regenerate. + * libcoff-in.h: Regenerate. + +2014-11-12 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * coffcode.h (coff_slurp_line_table): Set the line number of + corrupt entries to -1. + (coff_slurp_symbol_table): Alway initialise the value of the + symbol. + * coffgen.c (coff_print_symbol): Check that the combined pointer + is valid. + (coff_print_symbol): Do not print negative line numbers. + * peXXigen.c (pe_print_idata): Add range checking displaying + member names. + +2014-11-12 Alan Modra <amodra@gmail.com> + + PR binutils/17512 + * coffcode.h (coff_slurp_line_table): Drop line number info + not preceded by a valid function entry. Revert last change. + +2014-11-11 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * coffcode.h (coff_slurp_line_table): Initialise the parts of the + line number cache that would not be initialised by the copy from + the new line number table. + (coff_classify_symbol): Allow for _bfd_coff_internal_syment_name + returning NULL. + * coffgen.c (coff_get_normalized_symbols): Get the external + symbols before allocating space for the internal symbols, in case + the get fails. + * elf.c (_bfd_elf_slurp_version_tables): Only allocate a verref + array if one is needed. Likewise with the verdef array. + * peXXigen.c (_bfd_XXi_swap_sym_in): Replace abort()'s with error + messages. + (_bfd_XXi_swap_aux_in): Make sure that all fields of the aux + structure are initialised. + (pe_print_edata): Avoid reading off the end of the data buffer. + +2014-11-11 Alan Modra <amodra@gmail.com> + + PR binutils/17512 + * coffcode.h (coff_slurp_line_table): Use updated lineno_count + when building func_table. + +2014-11-11 Alan Modra <amodra@gmail.com> + + PR binutils/17512 + * coffcode.h (coff_slurp_line_table): Don't bfd_zalloc, just + memset the particular bits we need. Update src after hitting loop + "continue". Don't count lineno omitted due to invalid symbols in + nbr_func, and update lineno_count. Init entire terminating + lineno. Don't both allocating terminator in n_lineno_cache. + Redirect sym->lineno pointer to where n_lineno_cache will be + copied, and free n_lineno_cache. + * pe-mips.c (NUM_HOWTOS): Typo fix. + +2014-11-11 Alan Modra <amodra@gmail.com> + + * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Adjust section + size check to account for possible zero terminator. + +2014-11-10 James Cowgill <James.Cowgill@imgtec.com> + + * elfxx-mips.c (_bfd_mips_elf_section_processing): don't force small + data sections to be PROGBITS + +2014-11-10 Nick Clifton <nickc@redhat.com> + + PR binutils/17521 + * coff-i386.c (NUM_HOWTOS): New define. + (RTYPE2HOWTO): Use it. + (coff_i386_rtype_to_howto): Likewise. + (coff_i386_reloc_name_lookup): Likewise. + (CALC_ADDEND): Check that reloc r_type field is valid. + * coff-x86_64.c (NUM_HOWTOS): New define. + (RTYPE2HOWTO): Use it. + (coff_amd64_rtype_to_howto): Likewise. + (coff_amd64_reloc_name_lookup): Likewise. + (CALC_ADDEND): Check that reloc r_type field is valid. + * coffcode.h (coff_slurp_line_table): Check for symbol table + indexing underflow. + (coff_slurp_symbol_table): Use zalloc to ensure that all table + entries are initialised. + * coffgen.c (_bfd_coff_read_string_table): Initialise unused bits + in the string table. Also ensure that the table is 0 terminated. + (coff_get_normalized_symtab): Check for symbol table indexing + underflow. + * opncls.c (bfd_alloc): Catch the case where a small negative size + can result in only 1 byte being allocated. + (bfd_alloc2): Use bfd_alloc. + * pe-mips.c (NUM_HOWTOS): New define. + (coff_mips_reloc_name_lookup): Use it. + (CALC_ADDEND): Check that reloc r_type field is valid. + * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Initialise unused entries + in the DataDirectory. + (pe_print_idata): Avoid reading beyond the end of the data block + wen printing strings. + (pe_print_edata): Likewise. + Check for table indexing underflow. + * peicode.h (pe_mkobject): Initialise the pe_opthdr field. + (pe_bfd_object_p): Allocate and initialize enough space to hold a + PEAOUTHDR, even if the opt_hdr field specified less. + +2014-11-08 Alan Modra <amodra@gmail.com> + + * peXXigen.c (pe_print_idata): Revert last patch, cast lhs instead. + +2014-11-07 H.J. Lu <hongjiu.lu@intel.com> + + * peXXigen.c (pe_print_idata): Cast to unsigned long in range + checks. + +2014-11-07 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/17482 + * elf64-x86-64.c (elf_x86_64_relocate_section): Update comments + for IE->LE transition. + +2014-11-07 Alan Modra <amodra@gmail.com> + + * tekhex.c (tekhex_set_arch_mach): Ignore unknown arch errors. + +2014-11-07 Alan Modra <amodra@gmail.com> + + * tekhex.c (CHUNK_SPAN): Define. + (struct data_struct <chunk_init>): Use one byte per span, update + all code accessing this field. + (find_chunk): Add create param, don't create new entry unless set. + (insert_byte): Don't save zeros. + (first_phase): Set section SEC_CODE or SEC_DATA flag depending + on symbol type. Create an alternate section if both types of + symbol are given. Attach type '2' and '6' symbols to absolute + section. + (move_section_contents): Fix caching of chunk. Don't create chunk + when reading, or for writing zeros. + (tekhex_set_section_contents): Don't create initial chunks. + (tekhex_write_object_contents): Use CHUNK_SPAN. + +2014-11-07 Alan Modra <amodra@gmail.com> + + * aoutx.h (aout_get_external_symbols): Tidy allocation of symbol buffer. + +2014-11-07 Alan Modra <amodra@gmail.com> + + * archive.c (_bfd_slurp_extended_name_table): Revert bfd_get_size check. + * coffcode.h (coff_set_alignment_hook): Likewise. + (coff_slurp_line_table): Likewise. + * coffgen.c (coff_get_normalized_symtab): Likewise. + (_bfd_coff_get_external_symbols): Likewise. + * elf.c (bfd_elf_get_str_section): Likewise. + * tekhex.c (first_phase): Likewise. + +2014-11-06 Nick Clifton <nickc@redhat.com> + + * aoutx.h (slurp_symbol_table): Revert previous delta. + (slurp_reloc_table): Likewise. + * compress.c (bfd_get_full_section_contents): Remove file size + test. + * coffgen.c (coff_get_normalized_symtab): Allow zero-sized symtabs + and do not complain about linker generated files. + +2014-11-06 Will Newton <will.newton@linaro.org> + + * elf-attrs.c (_bfd_elf_parse_attributes): Handle zero + length sections and sub-sections. + +2014-11-04 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * coffcode.h (handle_COMDAT): Replace abort with BFD_ASSERT. + Replace another abort with an error message. + (coff_slurp_line_table): Add more range checking. + * peXXigen.c (pe_print_debugdata): Add range checking. + +2014-11-05 James Cowgill <james.cowgill@imgtec.com> + + * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Fix segfault + when creating a dso with discarded dynsym section. + +2014-11-05 Matthew Fortune <matthew.fortune@imgtec.com> + + * elfxx-mips.c (update_mips_abiflags_isa): Add E_MIPS_ARCH_32R6 + and E_MIPS_ARCH_64R6 support. + +2014-11-05 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * coffcode.h (coff_set_alignment_hook): Warn if the file lies + about the number of relocations it contains. + (coff_sort_func_alent): Return 0 if the pointers are NULL. + (coff_slurp_line_table): Add more range checks. Do not free new + tables created when sorting line numbers. + * peXXigen.c (pe_print_idata): Add range checks. + (pe_print_edata): Likewise. + (rsrc_print_resource_entries): Likewise. Avoid printing control + characters. Terminate priniting if corruption is detected. + (rsrc_print_resource_directory): Terminate printing if an unknown + directory type is encountered. + (pe_print_debugdata): Fix off-by-one error. + (rsrc_count_entries): Add range checking. + (rsrc_parse_entry): Likewise. + +2014-11-04 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * compress.c (bfd_get_full_section_contents): Improve test for + linker created objects. + + PR binutils/17533 + * archive.c (_bfd_slurp_extended_name_table): Handle archives with + corrupt extended name tables. + +2014-11-04 Alan Modra <amodra@gmail.com> + + * elf32-spu.c (ovl_mgr_stat): New function. + (spu_elf_open_builtin_lib): Pass to bfd_openr_iovec. + +2014-11-03 Andrew Burgess <andrew.burgess@embecosm.com> + + * elf32-avr.c (elf32_avr_relax_delete_bytes): During linker + relaxation, reduce the size of symbols that span the deleted + bytes. + +2014-11-03 Andrew Burgess <andrew.burgess@embecosm.com> + + * elf32-avr.c (elf32_avr_relax_delete_bytes): Modify symbols + located at the very end of the section. + +2014-11-03 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * aoutx.h (slurp_symbol_table): Check that computed table size is + not bigger than the file from which is it being read. + (slurp_reloc_table): Likewise. + * coffcode.h (coff_slurp_line_table): Remove unneeded local + 'warned'. Do not try to print the details of a symbol with an + invalid index. + * coffgen.c (make_a_sectiobn_from_file): Check computed string + index against length of string table. + (bfd_coff_internal_syment_name): Check read in string offset + against length of string table. + (build_debug_section): Return a pointer to the section used. + (_bfd_coff_read_string_table): Store the length of the string + table in the coff_tdata structure. + (bfd_coff_free_symbols): Set the length of the string table to + zero when it is freed. + (coff_get_normalized_symtab): Check offsets against string table + or data table lengths as appropriate. + * cofflink.c (_bfd_coff_link_input_bfd): Check offset against + length of string table. + * compress.c (bfd_get_full_section_contents): Check computed size + against the size of the file. + * libcoff-in.h (obj_coff_strings_len): Define. + (struct coff_tdata): Add strings_len field. + * libcoff.h: Regenerate. + * peXXigen.c (pe_print_debugdata): Do not attempt to print the + data if the debug section is too small. + * xcofflink.c (xcoff_link_input_bfd): Check offset against + length of string table. + +2014-11-03 Nick Clifton <nickc@redhat.com> + + * po/fi.po: Updated Finnish translation. + +2014-10-31 Andrew Pinski <apinski@cavium.com> + Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com> + + * archures.c: Add octeon3 for mips target. + * bfd-in2.h: Regenerate. + * bfd/cpu-mips.c: Define I_mipsocteon3. + nfo_struct): Add octeon3 support. + * bfd/elfxx-mips.c: (_bfd_elf_mips_mach): Add support for + octeon3. + (mips_set_isa_flags): Add support for octeon3. + (bfd_mips_isa_ext): Add bfd_mach_mips_octeon3. + (mips_mach_extensions): Make bfd_mach_mips_octeon3 an + extension of bfd_mach_mips_octeon2. + (print_mips_isa_ext): Print the value of Octeon3. + +2014-10-31 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * coffgen.c (_bfd_coff_get_external_symbols): Do not try to load a + symbol table bigger than the file. + * elf.c (bfd_elf_get_str_section): Do not try to load a string + table bigger than the file. + * tekhex.c (first_phase): Check that the section range is sane. + +2014-10-30 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * ihex.c (ihex_scan): Fix typo in invocation of ihex_bad_byte. + * coffgen.c (coff_get_normalized_symtab): Prevent buffer overrun. + +2014-10-29 Nick Clifton <nickc@redhat.com> + + * elf.c (bfd_section_from_shdr): Fix heap use after free memory + leak. + +2014-10-29 Dennis Brueni <dbrueni@slickedit.com> + + * elf.c (elfcore_write_lwpstatus): Fix typo in call to memcpy. + +2014-10-28 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * elf.c (bfd_section_from_shdr): Allocate and free the recursion + detection table on a per-bfd basis. + * peXXigen.c (pe_print_edata): Handle binaries with a truncated + export table. + +2014-10-28 Andreas Schwab <schwab@suse.de> + Nick Clifton <nickc@redhat.com> + + PR binutils/17510 + * srec.c (srec_bad_byte): Increase size of buf to allow for + negative values. + (srec_scan): Use an unsigned char buffer to hold header bytes. + +2014-10-27 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * elf.c (bfd_section_from_shdr): Detect and warn about ELF + binaries with a group of sections linked by the string table + indicies. + * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Handle corrupt binaries + with an invalid value for NumberOfRvaAndSizes. + (pe_print_edata): Detect out of range rvas and entry counts for + the Export Address table, Name Pointer table and Ordinal table. + + PR binutils/17510 + * elf.c (setup_group): Improve handling of corrupt group + sections. + +2014-10-24 Tejas Belagod <tejas.belagod@arm.com> + + * bfd-in.h (bfd_elf64_aarch64_set_options): Add a parameter. + * bfd-in2.h (bfd_elf64_aarch64_set_options): Likewise. + * elfnn-aarch64.c (aarch64_erratum_835769_stub): New. + (elf_aarch64_stub_type): Add new type + aarch64_stub_erratum_835769_veneer. + (elf_aarch64_stub_hash_entry): New fields for erratum 835769. + (aarch64_erratum_835769_fix): New data struct to record erratum + 835769. + (elf_aarch64_link_hash_table: Global flags for 835769. + (aarch64_build_one_stub): Add case for 835769. + (aarch64_size_one_stub): Likewise. + (aarch64_mem_op_p, aarch64_mlxl_p, + aarch64_erratum_sequence,erratum_835769_scan): + New. Decode and scan functions for erratum 835769. + (elf_aarch64_create_or_find_stub_sec): New. + (elfNN_aarch64_size_stubs): Look for erratum 835769 and record + them. + (bfd_elfNN_aarch64_set_options: Set global flag for 835769. + (erratum_835769_branch_to_stub_data, + make_branch_to_erratum_835769_stub):New. Connect up all the + erratum stubs to occurances by branches. + (elfNN_aarch64_write_section): New hook. + (aarch64_map_one_stub): Output erratum stub symbol. + (elfNN_aarch64_size_dynamic_sections): Init mapping symbol + information for erratum 835769. + (elf_backend_write_section): Define. + +2014-10-23 Victor Kamensky <victor.kamensky@linaro.org> + + * elf32-arm.c (read_code32): New function to read 32 bit + arm instruction. + (read_code16): New function to read 16 bit thumb instrution. + (elf32_arm_plt0_size, elf32_arm_plt_size): Use read_code32 + and read_code16 to read instructions. + +2014-10-22 Matthew Fortune <matthew.fortune@imgtec.com> + + * elfxx-mips.c (print_mips_ases): Print unknown ASEs. + (print_mips_isa_ext): Print the value of an unknown extension. + +2014-10-21 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc64_elf_tls_optimize): Ignore relocs against toc + entries that aren't a multiple of 8 rather than failing assertion. + +2014-10-21 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc64_elf_size_stubs): Add gcc-4.9 libgomp functions + to thread_starter. + +2014-10-18 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc64_elf_add_symbol_hook): If function code + section for function symbols defined in .opd is discarded, let + the symbol appear to be undefined. + (opd_entry_value): Ensure the result section is that for the + function code section in the same object as the OPD entry. + +2014-10-16 Alan Modra <amodra@gmail.com> + + PR 17492 + * elf32-arm.c (elf32_arm_add_symbol_hook): Only set has_gnu_symbols + on ELF output bfd. + * elf32-i386.c (elf_i386_add_symbol_hook): Likewise. + * elf32-m68k.c (elf_m68k_add_symbol_hook): Likewise. + * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise. + * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise. + * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise. + * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise. + * elf64-x86-64.c (elf_x86_64_add_symbol_hook): Likewise. + * elfxx-aarch64.c (_bfd_aarch64_elf_add_symbol_hook): Likewise. + * elf-s390-common.c (elf_s390_add_symbol_hook): Likewise. Handle + STB_GNU_UNIQUE too. + +2014-10-16 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc64_elf_before_check_relocs): Do .opd processing + even when output is not ppc64 ELF. Remove redundant tests on + type of input bfd. + +2014-10-15 Alan Modra <amodra@gmail.com> + + PR 17481 + * aoutx.h (NAME (aout, find_nearest_line)): Add "discriminator_ptr" + param, group "section" and "offset" params. Zero discriminator. + * bfd.c (bfd_find_nearest_line): Implement with new + _bfd_find_nearest_line. + (bfd_find_nearest_line_discriminator): Likewise. + * coff-i386.c (_bfd_generic_find_nearest_line_discriminator): Don't + define. + * coff-rs6000.c (xcoff_find_nearest_line, + xcoff_find_nearest_line_discriminator): Delete. + (_bfd_xcoff_find_nearest_line): Don't define. + (_bfd_xcoff_find_nearest_line): Define as coff_find_nearest_line. + * coff-x86_64.c (_bfd_generic_find_nearest_line_discriminator): Don't + define. + * coff64-rs6000.c (rs6000_xcoff64_vec, rs6000_xcoff64_aix_vec): Adjust. + * coffgen.c (coff_find_nearest_line_with_names): Reorder params, + adjust _bfd_dwarf2_find_nearest_line call. + (coff_find_nearest_line): Add "discriminator_ptr" param, reorder + others. Set discriminator. Adjust call. + (coff_find_nearest_line_discriminator): Delete. + * dwarf1.c (_bfd_dwarf1_find_nearest_line): Reorder params. + * dwarf2.c (find_line): Rename to.. + (_bfd_dwarf2_find_nearest_line): ..this, reordering params. + Simplify setting of do_line. Delete old function. + (_bfd_dwarf2_find_line): Delete. + * ecoff.c (_bfd_ecoff_find_nearest_line): Reorder params, add + discriminator_ptr and set it. + * elf-bfd.h (_bfd_elf_find_nearest_line): Update prototype. + (_bfd_elf_find_nearest_line_discriminator): Delete. + (_bfd_elf_find_line_discriminator): Delete. + (_bfd_generic_find_nearest_line_discriminator): Don't define. + * elf.c (elf_find_function): Reorder params. + (_bfd_elf_find_nearest_line): Reorder params, add discriminator_ptr. + Adjust calls. + (_bfd_elf_find_nearest_line_discriminator): Delete. + (_bfd_elf_find_line): Adjust call. + * elf32-arm.c (arm_elf_find_function): Reorder params. + (elf32_arm_find_nearest_line): Reorder params, add discriminator_ptr. + Adjust calls. + * elf64-alpha.c (elf64_alpha_find_nearest_line): Similarly. + * elfnn-aarch64.c (aarch64_elf_find_function): Reorder params. + (elfNN_aarch64_find_nearest_line): Reorder params, add + discriminator_ptr. Adjust calls. + * elfxx-mips.c (_bfd_mips_elf_find_nearest_line): Similarly. + * elfxx-mips.h (_bfd_mips_elf_find_nearest_line): Update prototype. + * libaout.h (NAME (aout, find_nearest_line)): Update prototype. + * libbfd-in.h (_bfd_nosymbols_find_nearest_line): Update. + (_bfd_dwarf1_find_nearest_line): Likewise. + (_bfd_dwarf2_find_nearest_line): Likewise. + (_bfd_dwarf2_find_line): Delete. + (_bfd_generic_find_nearest_line_discriminator): Delete. + * libbfd.c (_bfd_generic_find_nearest_line_discriminator): Delete. + * libcoff-in.h (coff_find_nearest_line): Update prototype. + (coff_find_nearest_line_discriminator): Delete. + (coff_find_nearest_line_with_names): Update prototype. + * libecoff.h (_bfd_ecoff_find_nearest_line): Update prototype. + * mach-o.c (bfd_mach_o_find_nearest_line): Reorder params, add + discriminator_ptr. Adjust calls. + * mach-o.h (bfd_mach_o_find_nearest_line): Update prototype. + * pdp11.c (NAME (aout, find_nearest_line)): Reorder params, add + discriminator_ptr and set. + * som.c (som_find_nearest_line): Similarly. + * targets.c (BFD_JUMP_TABLE_SYMBOLS): Delete entry for + _bfd_find_nearest_line_discriminator. + (struct bfd_target <_bfd_find_nearest_line>): Adjust prototype. + (struct bfd_target <_bfd_find_nearest_line_discriminator>): Delete. + * vms-alpha.c (_bfd_vms_find_nearest_dst_line): Rename to.. + (_bfd_vms_find_nearest_line): ..this. Reorder params, add + "discriminator" and set. + (_bfd_vms_find_nearest_line_discriminator): Delete. + (_bfd_generic_find_nearest_line_discriminator): Don't define. + (alpha_vms_find_nearest_line): Update define. + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + * libcoff.h: Regenerate. + +2014-10-15 Alan Modra <amodra@gmail.com> + + * targets.c (BFD_JUMP_TABLE_SYMBOLS): Use NAME##_find_line. + * aout-adobe.c (aout_32_find_line): Define. + (aout_32_bfd_make_debug_symbol, aout_32_bfd_reloc_type_lookup, + aout_32_bfd_reloc_name_lookup): Define using _bfd_nosymbols define. + * aout-target.h (MY_find_line): Define. + * aout-tic30.c (MY_find_line): Define. + * binary.c (binary_find_line): Define. + * bout.c (aout_32_find_line): Define. + * coff-rs6000.c (_bfd_xcoff_find_line): Define. + * coff64-rs6000.c (rs6000_xcoff64_vec): Use coff_find_line. + (rs6000_xcoff64_aix_vec): Likewise. + * elf-bfd.h (_bfd_generic_find_line): Don't define. + * elfxx-target.h (bfd_elfNN_find_line): Define. + * i386msdos.c (msdos_find_line): Define. + * i386os9k.c (aout_32_find_line): Define. + * ieee.c (ieee_find_nearest_line, ieee_find_inliner_info): Delete func. + (ieee_find_nearest_line, ieee_find_line, + ieee_find_inliner_info): Define. + * ihex.c (ihex_find_line): Define. + * libbfd-in.h (_bfd_nosymbols_find_line): Define. + (_bfd_generic_find_line): Don't define. + * libbfd.c (_bfd_generic_find_line): Delete. + * libcoff-in.h (coff_find_line): Define. + * libecoff.h (_bfd_ecoff_find_line): Define. + * mach-o.h (bfd_mach_o_find_line): Define. + * mmo.c (mmo_find_line): Define. + * nlm-target.h (nlm_find_line): Define. + * oasys.c (oasys_find_nearest_line, oasys_find_inliner_info): Delete. + (oasys_find_nearest_line, oasys_find_line, + oasys_find_inliner_info): Define. + * pef.c (bfd_pef_find_line): Define. + * plugin.c (bfd_plugin_find_line): Define. + * ppcboot.c (ppcboot_find_line): Define. + * som.c (som_find_line): Define. + * srec.c (srec_find_line): Define. + * tekhex.c (tekhex_find_line): Define. + * versados.c (versados_find_line): Define. + * vms-alpha.c (alpha_vms_find_line): Define. + * xsym.c (bfd_sym_find_line): Define. + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + * libcoff.h: Regenerate. + +2014-10-15 Tristan Gingold <gingold@adacore.com> + + * version.m4: Bump version to 2.25.51 + * configure: Regenerate. + +2014-10-14 H.J. Lu <hongjiu.lu@intel.com> + + * elf32-i386.c (elf_i386_convert_mov_to_lea): Skip if relocation + offset is less than 2. + * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise. + +2014-10-14 Alan Modra <amodra@gmail.com> + + PR 17453 + * libbfd.c (COERCE16, COERCE32, COERCE64): Use unsigned types. + (EIGHT_GAZILLION): Delete. + +2014-10-13 Alan Modra <amodra@gmail.com> + + PR 17467 + * elf-eh-frame.c (ENSURE_NO_RELOCS): Don't stop at first NONE reloc. + (_bfd_elf_parse_eh_frame): When relocatable output, don't set + flags enabling conversion of CIEs and FDEs to use relative encoding. + (find_merged_cie): Similarly. + (_bfd_elf_write_section_eh_frame): Don't edit FDEs when + relocatable, except for CIE pointer. + * elflink.c (bfd_elf_reloc_symbol_deleted_p): Return true for + relocs against symbols in dropped comdat group sections. + (bfd_elf_discard_info): Do some eh_frame optimisation when + relocatable. + +2014-10-09 Jose E. Marchesi <jose.marchesi@oracle.com> + + * elfxx-sparc.c (_bfd_sparc_elf_merge_private_bfd_data): Handle + the hwcaps2 object attribute. + +2014-10-04 Alan Modra <amodra@gmail.com> + + PR 17447 + * elf-bfd.h (struct eh_cie_fde): Comment re NULL u.fde.cie_inf. + * elf-eh-frame.c (_bfd_elf_parse_eh_frame): Mark zero address + range FDEs for discarding. + (vma_compare): Sort on range after address. + (_bfd_elf_gc_mark_fdes): Test for NULL u.fde.cie_inf. + (_bfd_elf_discard_section_eh_frame): Likewise. Write "FDE" in + error message rather than "fde". + (_bfd_elf_write_section_eh_frame_hdr): Write "PC" and "FDE" in + error message. + +2014-09-29 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/17440 + * elf32-i386.c (elf_i386_fbsd_post_process_headers): Fix build + for OLD_FREEBSD_ABI_LABEL. + +2014-09-24 Markus Trippelsdorf <markus@trippelsdorf.de> + + PR 17422 + * plugin.c (try_claim): New function. Moved from + bfd_plugin_object_p. + (try_load_plugin): Pass through bfd. Add test. + (load_plugin): Pass through bfd. + (bfd_plugin_object_p): Move logic to try_claim. + +2014-09-23 Sterling Augustine <augustine.sterling@gmail.com> + + * elf32-xtensa.c (is_resolvable_asm_expansion): for cross-section + call relaxation use furthermost addresses where call source and + destination can be to check whether it's in the range of a direct + call. + +2014-09-22 Alan Modra <amodra@gmail.com> + + * elf-eh-frame.c (_bfd_elf_write_section_eh_frame_hdr): Don't return + false for overflow or overlapping FDEs. Give more detail in + error messages. + +2014-09-22 Andrew Bennett <andrew.bennett@imgtec.com> + + * elfxx-mips.c (mips_elf_calculate_relocation): Don't sign extend + the addend if relocations are RELA. + +2014-09-22 Kuan-Lin Chen <kuanlinchentw@gmail.com> + + * elf32-nds32.c (nds32_elf_ex9_build_hash_table, + nds32_elf_ex9_relocation_check): Synchronize the argument type. + +2014-09-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com> + + * elf32-s390.c: Don't replace R_390_TLS_LE32 with R_390_TLS_TPOFF + for PIE. + * elf64-s390.c: Don't replace R_390_TLS_LE64 with R_390_TLS_TPOFF + for PIE. + +2014-09-18 Jan Kratochvil <jan.kratochvil@redhat.com> + + PR gdb/17407 + * elfcode.h (bfd_from_remote_memory): Use SIZE for HIGH_OFFSET. + +2014-09-16 Terry Guo <terry.guo@arm.com> + + * elf32-arm.c (elf32_arm_merge_eabi_attributes): Return false if + failed to merge. + +2014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com> + + * bfd-in2.h: Regenerate. + * elf32-nds32.c (nds32_elf_mkobject): Hook bfd_elf32_mkobject. + (nds32_elf_relax_section): Code refactoring. + (nds32_elf_relax_longcall1, nds32_elf_relax_longcall2, + nds32_elf_relax_longcall3, nds32_elf_relax_longcall4, + nds32_elf_relax_longcall5, nds32_elf_relax_longcall6): Relax call + pattern. The first three is moved from nds32_elf_relax_section, + and the last three is new function. + (nds32_elf_relax_longjump1, nds32_elf_relax_longjump2, + nds32_elf_relax_longjump3, nds32_elf_relax_longjump4, + nds32_elf_relax_longjump5, nds32_elf_relax_longjump6, + nds32_elf_relax_longjump7): Relax condition branch pattern. The first + three is moved from nds32_elf_relax_section, and the last four + is new function. + (nds32_elf_relax_loadstore, nds32_elf_relax_lo12): Relax load-store + pattern and address setting pattern. + (nds32_elf_relax_piclo12, nds32_elf_relax_ptr, + nds32_elf_relax_pltgot_suff, nds32_elf_relax_got_suff, + nds32_elf_relax_gotoff_suff): Relax pic pattern. + (nds32_elf_relax_letlslo12, nds32_elf_relax_letlsadd, + nds32_elf_relax_letlsls): Relax TLS pattern. + (nds32_relax_adjust_label): Adjust alignment and nop. + (nds32_elf_pick_relax): Choose relaxation optimization. + (nds32_elf_get_relocated_section_contents): New hook. + (nds32_elf_order_insn_times, nds32_elf_ex9_build_itable): Release ex9 + table 234th entry. + * elf32-nds32.h: Declare. + * libbfd.h: Regenerate. + * reloc.c: Add nds32 new relocations. + +2014-09-15 Chen Gang <gang.chen.5i5j@gmail.com> + + * dwarf2.c (find_abstract_instance_name): Use 'form' instead of + 'name' for the typo issue, which related with commit + 60d77146a249ae9b51d7ce98930cdbedb2cfa352. + +2014-09-15 Andrew Bennett <andrew.bennett@imgtec.com> + Matthew Fortune <matthew.fortune@imgtec.com> + + * aoutx.h (NAME (aout, machine_type)): Add mips32r6 and mips64r6. + * archures.c (bfd_architecture): Likewise. + * bfd-in2.h (bfd_architecture): Likewise. + (bfd_reloc_code_real): Add relocs BFD_RELOC_MIPS_21_PCREL_S2, + BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3 and + BFD_RELOC_MIPS_19_PCREL_S2. + * cpu-mips.c (arch_info_struct): Add mips32r6 and mips64r6. + * elf32-mips.c: Define relocs R_MIPS_PC21_S2, R_MIPS_PC26_S2 + R_MIPS_PC18_S3, R_MIPS_PC19_S2, R_MIPS_PCHI16 and R_MIPS_PCLO16. + (mips_reloc_map): Add entries for BFD_RELOC_MIPS_21_PCREL_S2, + BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3, + BFD_RELOC_MIPS_19_PCREL_S2, BFD_RELOC_HI16_S_PCREL and + BFD_RELOC_LO16_PCREL. + * elf64-mips.c: Define REL, and RELA relocations R_MIPS_PC21_S2, + R_MIPS_PC26_S2, R_MIPS_PC18_S3, R_MIPS_PC19_S2, R_MIPS_PCHI16 + and R_MIPS_PCLO16. + (mips_reloc_map): Add entries for BFD_RELOC_MIPS_21_PCREL_S2, + BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3, + BFD_RELOC_MIPS_19_PCREL_S2, BFD_RELOC_HI16_S_PCREL and + BFD_RELOC_LO16_PCREL. + * elfn32-mips.c: Likewise. + * elfxx-mips.c (MIPSR6_P): New define. + (mipsr6_exec_plt_entry): New array. + (hi16_reloc_p): Add support for R_MIPS_PCHI16. + (lo16_reloc_p): Add support for R_MIPS_PCLO16. + (aligned_pcrel_reloc_p): New function. + (mips_elf_relocation_needs_la25_stub): Add support for relocs: + R_MIPS_PC21_S2 and R_MIPS_PC26_S2. + (mips_elf_calculate_relocation): Add support for relocs: + R_MIPS_PC21_S2, R_MIPS_PC26_S2, R_MIPS_PC18_S3, R_MIPS_PC19_S2, + R_MIPS_PCHI16 and R_MIPS_PCLO16. + (_bfd_elf_mips_mach): Add support for mips32r6 and mips64r6. + (mips_elf_add_lo16_rel_addend): Add support for R_MIPS_PCHI16. + (_bfd_mips_elf_check_relocs): Add support for relocs: + R_MIPS_PC21_S2 and R_MIPS_PC26_S2. + (_bfd_mips_elf_relocate_section): Add a check for unaligned + pc relative relocs. + (_bfd_mips_elf_finish_dynamic_symbol): Add support for MIPS r6 + plt entry. + (mips_set_isa_flags): Add support for mips32r6 and mips64r6. + (_bfd_mips_elf_print_private_bfd_data): Likewise. + (mips_32bit_flags_p): Add support for mips32r6. + * libbfd.h (bfd_reloc_code_real_names): Add entries for + BFD_RELOC_MIPS_21_PCREL_S2, BFD_RELOC_MIPS_26_PCREL_S2, + BFD_RELOC_MIPS_18_PCREL_S3 and BFD_RELOC_MIPS_19_PCREL_S2. + * reloc.c: Document relocs BFD_RELOC_MIPS_21_PCREL_S2, + BFD_RELOC_MIPS_26_PCREL_S2, BFD_RELOC_MIPS_18_PCREL_S3 and + BFD_RELOC_MIPS_19_PCREL_S2. + * config.bfd: Add mips*-img-elf* target triple. + +2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com> + + * config.bfd: Add mips*-img-elf* target triple. + +2014-09-12 Alan Modra <amodra@gmail.com> + + * elf-bfd.h (struct eh_frame_array_ent): Add "range". + * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Stash address + range of FDEs to hdr_info->array. + (_bfd_elf_write_section_eh_frame_hdr): Report overflow in + .eh_frame_hdr entries, and overlapping FDEs. + +2014-09-10 Alan Modra <amodra@gmail.com> + + * elf.c (assign_file_positions_except_relocs): Move section header + placement to.. + (_bfd_elf_assign_file_positions_for_relocs): ..here. Make static. + * elf-bfd.h (_bfd_elf_assign_file_positions_for_relocs): Delete. + * elflink.c (bfd_elf_final_link): Don't call above function. + +2014-08-30 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_relax_section): Fix off by one error. + +2014-08-29 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc64_elf_relocate_section): Report a different + error for calls via a toc adjusting stub without a nop. + +2014-08-29 Alan Modra <amodra@gmail.com> + + * vms-alpha.c (alpha_vma_object_p): Don't return file_truncated + error. Remove redundant bfd_set_error. + +2014-08-29 Alan Modra <amodra@gmail.com> + + * srec.c (srec_scan): Revert last change. Report an error for + S-records with less than the miniumum byte count. + +2014-08-28 H.J. Lu <hongjiu.lu@intel.com> + + * srec.c (srec_scan): Return error for 0 size. + +2014-08-27 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/17306 + * elf32-i386.c (elf_i386_convert_mov_to_lea): Use bfd_is_abs_section + to check discarded input section. + * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise. + +2014-08-27 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/17313 + * elflink.c (elf_link_add_object_symbols): Don't attach dynamic + sections to input from ld --just-symbols. + +2014-08-26 DJ Delorie <dj@redhat.com> + + * elf32-rl78.c (rl78_elf_relax_section): Disambiguate test for + relaxation type. + +2014-08-26 Jiong Wang <jiong.wang@arm.com> + + * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Initialize non_got_ref + properly for MOVW_G0/1/2_NC and MOVW_G3. Reject them when linking + shared library. + (elfNN_aarch64_gc_sweep_hook): Add check on these relocs. + +2014-08-26 Nick Clifton <nickc@redhat.com> + + * config.bfd: Fix typo in or1knd selection. + +2014-08-22 Kai Tietz <ktietz@redhat.com> + + PR binutils/11822 + * coffcode.h (coff_compute_section_file_positions): Keep + FileAlignment valid as set. + +2014-08-22 Alan Modra <amodra@gmail.com> + + * elf-eh-frame.c (struct cie): Delete "output_sec" field. + (cie_eq, cie_compute_hash): Use output_section from cie_inf instead. + +2014-08-22 Alan Modra <amodra@gmail.com> + + * elf-bfd.h (struct eh_frame_hdr_info): Delete merge_cies and + parsed_eh_frames. + (_bfd_elf_begin_eh_frame_parsing): Delete. + (_bfd_elf_end_eh_frame_parsing): Delete. + * elf-eh-frame.c (_bfd_elf_begin_eh_frame_parsing): Delete. + (_bfd_elf_end_eh_frame_parsing): Delete. + (_bfd_elf_parse_eh_frame): Don't test parsed_eh_frame. Test + !info->relocatable in place of merge_cies. + * elflink.c (bfd_elf_gc_sections, bfd_elf_discard_info): Adjust. + * elf64-ppc.c (glink_eh_frame_cie): Pad to multiple of 8. + (ppc64_elf_size_stubs): Likewise pad stub FDE. + (ppc64_elf_build_stubs): Move code setting glink .eh_frame to.. + (ppc64_elf_size_stubs): ..here and.. + (ppc64_elf_finish_dynamic_sections): ..here. + +2014-08-21 Maciej W. Rozycki <macro@codesourcery.com> + + * elf64-ppc.h (ppc64_elf_set_toc): Fix indentation. + +2014-08-21 Tony Wang <tony.wang@arm.com> + + * elf32-arm.c (elf32_arm_final_link_relocate): Implement + the veneer routine for R_ARM_THM_JUMP19. + (arm_type_of_stub): Add conditional clause for R_ARM_THM_JUMP19 + (elf32_arm_size_stub): Ditto. + +2014-08-20 Roland McGrath <mcgrathr@google.com> + + PR ld/17277 + * elf32-arm.c (elf32_arm_check_relocs): Increment P->pc_count for + all reloc types with pc_relative set in the howto, not just for + R_ARM_REL32 and R_ARM_REL32_NOI. + (allocate_dynrelocs_for_symbol): Update comment. + (elf32_arm_gc_sweep_hook): For all reloc types with pc_relative + set in the howto, set call_reloc_p and may_need_local_target_p but + not may_become_dynamic_p; not only for R_ARM_REL32 and R_ARM_REL32_NOI. + (elf32_arm_check_relocs): Likewise. + +2014-08-20 Will Newton <will.newton@linaro.org> + + * config.bfd: Default armeb-*-eabi* to big endian. + +2014-08-19 Alan Modra <amodra@gmail.com> + + * configure: Regenerate. + +2014-08-18 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Don't attempt to + use dynrelocs for ifunc. + * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Similarly. + +2014-08-18 Alan Modra <amodra@gmail.com> + + PR 17287 + * elflink.c (on_needed_list): Only consider libraries that have + been loaded. + +2014-08-18 Alan Modra <amodra@gmail.com> + + * elflink.c (bfd_elf_discard_info): Return int error status. + * stabs.c (_bfd_discard_section_stabs): Comment typo fix. + * bfd-in.h (bfd_elf_discard_info): Updata prototype. + * bfd-in2.h: Regenerate. + +2014-08-14 Alan Modra <amodra@gmail.com> + + * peXXigen.c (pe_print_reloc): Protect against access past end + of .reloc section. + +2014-08-14 Alan Modra <amodra@gmail.com> + + PR 16563 + * elflink.c (bfd_elf_discard_info): Process .eh_frame and .stab + in the order they are mapped to output sections. + +2014-08-14 Alan Modra <amodra@gmail.com> + + * configure.ac: Delete redundant plugin related checks. + * configure: Regenerate. + +2014-08-13 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> + + * elf32-or1k.c (or1k_elf_relocate_section, or1k_elf_check_relocs, + allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL + and SYMBOLIC_BIND. + +2014-08-12 Alan Modra <amodra@gmail.com> + + * coff-aux.c (coff_m68k_aux_link_add_one_symbol): Only call "notice" + here when not calling the generic add_symbol function. Formatting. + Correct handling of indirect symbols. Update notice call. + * elflink.c (_bfd_elf_notice_as_needed): Update notice call. + * linker.c (_bfd_generic_link_add_one_symbol): Create indirect + symbols early. Update notice call. Add comments regarding weak + symbols vs. indirect. + +2014-08-12 Alan Modra <amodra@gmail.com> + + PR ld/16746 + * linker.c (_bfd_generic_link_add_one_symbol <WARN>): Handle + !lto_plugin_active. + +2014-08-07 Chen Gang <gang.chen.5i5j@gmail.com> + + * coff-ppc.c (coff_ppc_relocate_section): Ensure local symbols are + zero terminated. + +2014-08-07 H.J. Lu <hongjiu.lu@intel.com> + Alan Modra <amodra@gmail.com> + + PR ld/16746 + * linker.c (_bfd_generic_link_add_one_symbol): Don't issue a + warning for references in LTO IR to warning symbols. + +2014-08-07 Alan Modra <amodra@gmail.com> + + * linker.c (WARN, CWARN): Collapse these states to WARN. + (_bfd_generic_link_add_one_symbol): Use old CWARN case for + new WARN. + +2014-08-05 Doug Evans <dje@google.com> + + * bfd-in2.h: Regenerate. + * libcoff.h: Regenerate. + +2014-08-05 Maciej W. Rozycki <macro@codesourcery.com> + + * elfxx-mips.c (_bfd_mips_elf_discard_info): Set section's + rawsize if changing size. + +2014-08-05 Alan Modra <amodra@gmail.com> + + PR ld/17226 + * elfxx-sparc.c (_bfd_sparc_elf_gc_sweep_hook): Typo fix. + +2014-08-05 Alan Modra <amodra@gmail.com> + + * linker.c (generic_link_check_archive_element): Move handling + of command link -u symbols with a common symbol def to the + code handling non-common symbols so that archive element symbols + are loaded. Use generic_link_add_object_symbols. + +2014-08-05 Alan Modra <amodra@gmail.com> + + PR 13557 + * linker.c (struct archive_list, struct archive_hash_entry, + struct archive_hash_table, archive_hash_newfunc, + archive_hash_table_init, archive_hash_lookup, archive_hash_allocate, + archive_hash_table_free): Delete. + (_bfd_generic_link_add_archive_symbols): Add h and name params to + checkfn. Rewrite using a straight-forward scan over archive map. + (generic_link_check_archive_element_no_collect, + generic_link_check_archive_element_collect, + generic_link_check_archive_element): Add h and name params. + * aoutx.h (aout_link_check_archive_element): Likewise. + * pdp11.c (aout_link_check_archive_element): Likewise. + * xcofflink.c (xcoff_link_check_archive_element): Likewise. + * cofflink.c (coff_link_check_archive_element): Likewise. Don't + scan symbols, simply add archive element whenever h is undefined. + (coff_link_check_ar_symbols): Delete. + * ecoff.c (read_ext_syms_and_strs): Delete. + (reread_ext_syms_and_strs): Delete. + (ecoff_link_check_archive_element): Add h and name param. Don't + scan symbols, simply add based on h. Use ecoff_link_add_object_symbols. + * elflink.c (elf_link_is_defined_archive_symbol): Don't test + archive_pass. + (elf_link_add_archive_symbols): Delete "defined" array, merge + functionality into "included". Make "included" a char array. Don't + set or test archive_pass. + * libbfd-in.h (_bfd_generic_link_add_archive_symbols): Update. + * libbfd.h: Regenerate. + +2014-08-01 Takashi Yoshii <yoshii.takashi@renesas.com> + + PR 10373 + * elf32-sh.c (sh_elf_relax_section): Add jmp to bra relaxing. + +2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com> + + * elfxx-mips.c (ABI_O32_P, MIPS_ELF_ABIFLAGS_SECTION_NAME_P): New macro. + (mips_elf_obj_tdata): Add abiflags and abiflags_valid fields. + (bfd_mips_elf_swap_abiflags_v0_in): New function. + (bfd_mips_elf_swap_abiflags_v0_out): Likewise. + (_bfd_mips_elf_section_from_shdr): Handle SHT_MIPS_ABIFLAGS. + (_bfd_mips_elf_fake_sections): Likewise. + (_bfd_mips_elf_always_size_sections): Handle .MIPS.abiflags. + (_bfd_mips_elf_additional_program_headers): Account for new + PT_MIPS_ABIFLAGS program header. + (_bfd_mips_elf_modify_segment_map): Create PT_MIPS_ABIFLAGS segment and + associate with .MIPS.abiflags. + (_bfd_mips_elf_gc_mark_extra_sections): New function. + (bfd_mips_isa_ext, update_mips_abiflags_isa): New static function. + (infer_mips_abiflags): Likewise. + (_bfd_mips_elf_final_link): Handle .MIPS.abiflags. + (mips_32bit_flags_p): Moved higher. + (mips_elf_merge_obj_attributes, _bfd_mips_fp_abi_string): Error + checking for FP ABIs. + (_bfd_mips_elf_merge_private_bfd_data): Restructure and add abiflags + checks. Check EF_MIPS_FP64 flag consistency. + (print_mips_ases, print_mips_isa_ext): New static function. + (print_mips_fp_abi_value, get_mips_reg_size): Likewise. + (_bfd_mips_elf_print_private_bfd_data): Display abiflags data. + (_bfd_mips_post_process_headers): Set EI_ABIVERSION = 3 for + Val_GNU_MIPS_ABI_FP_64 or Val_GNU_MIPS_ABI_FP_64A. + * elfxx-mips.h (_bfd_mips_elf_gc_mark_extra_sections): New prototype. + * elf32-mips.c (elf_backend_gc_mark_extra_sections): Implement. + * elfn32-mips.c (elf_backend_gc_mark_extra_sections): Implement. + * elf64-mips.c (elf_backend_gc_mark_extra_sections): Implement. + +2014-07-28 Alan Modra <amodra@gmail.com> + + PR 13227 + * archive.c (_bfd_compute_and_write_armap): Warn on adding + __gnu_lto_slim to armap. + * linker.c (_bfd_generic_link_add_one_symbol): Warn on adding + __gnu_lto_slim to linker hash table. + +2014-07-27 Anthony Green <green@moxielogic.org> + + * config.bfd: Add moxie-*-moxiebox*. + +2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com> + + Add or reactivate or1k-*-rtems* + * config.bfd (or1k-*-rtems*): Reactivate. + +2014-07-16 H.J. Lu <hongjiu.lu@intel.com> + + * elf32-i386.c (elf_i386_plt_sym_val): Match PLT entry only for + ELFOSABI_GNU input. + * elf64-x86-64.c (elf_x86_64_plt_sym_val): Likewise. + (elf_x86_64_plt_sym_val_offset_plt_bnd): Likewise. + +2014-07-16 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/17154 + * elf32-i386.c (elf_i386_plt_sym_val): Only match R_*_JUMP_SLOT + and R_*_IRELATIVE relocation offset with PLT entry. + * elf64-x86-64.c (elf_x86_64_plt_sym_val): Likewise. + (elf_x86_64_plt_sym_val_offset_plt_bnd): New. + (elf_x86_64_get_synthetic_symtab): Use it. + +2014-07-15 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/17057 + * elf32-i386.c (elf_i386_compute_jump_table_size): Replace + next_tls_desc_index with elf.srelplt->reloc_count. + +2014-07-15 Alan Modra <amodra@gmail.com> + + * cache.c (cache_bread_1): Don't return -1 when fread returns + a positive value. + +2014-07-15 Alan Modra <amodra@gmail.com> + + * elflink.c (elf_merge_st_other): Update comments. Simplify + visibility handling. Make isym const. Move code modifying + isym->st_other for --exclude-libs to.. + (elf_link_add_object_symbols): ..here. + +2014-07-11 Maks Naumov <maksqwe1@ukr.net> + + PR 17141 + * elf.c (_bfd_elf_strtab_add): Check strtab name for failure. + +2014-07-08 Nick Clifton <nickc@redhat.com> + + PR ld/17110 + * elf32-sh.c (sh_elf_osec_to_segment): Do not look for output + segments in input bfds. + +2014-07-08 Will Newton <will.newton@linaro.org> + + * elf32-arm.c (ELF_MAXPAGESIZE): Increase the default + value to 64kB and remove custom setting for NaCl. + +2014-07-08 Alan Modra <amodra@gmail.com> + + * elflink.c (_bfd_elf_copy_link_hash_symbol_type): Copy st_other + bits from source to dest. + * linker.c (_bfd_generic_copy_link_hash_symbol_type): Update comment. + * targets.c (struct bfd_target <_bfd_copy_link_hash_symbol_type>): + Likewise. + * bfd-in2.h: Regenerate. + +2014-07-08 Jiong Wang <jiong.wang@arm.com> + + * elfnn-aarch64.c (elf_backend_rela_normal): Set to 1. + (elfNN_aarch64_relocate_section): Remove duplicated addend adjustment + when info->relocatable be true. + +2014-07-07 Barney Stratford <barney_stratford@fastmail.fm> + + * elf32-avr.c: Handle R_AVR_PORT5 and R_AVR_PORT6. + * reloc.c: Add BFD_RELOC_AVR_PORT5 and BFD_RELOC_AVR_PORT6. + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + +2014-07-04 Alan Modra <amodra@gmail.com> + + * Makefile.am: Update "configure.in" comments. + * PORTING: Likewise. + * aoutx.h: Likewise. + * configure.host: Likewise. + * doc/bfdint.texi: Likewise. + * targets.c: Likewise. + * warning.m4: Likewise. + * Makefile.in: Regenerate. + +2014-07-04 Alan Modra <amodra@gmail.com> + + * configure.ac: Rename from configure.in. + * Makefile.in: Regenerate. + * config.in: Regenerate. + * doc/Makefile.in: Regenerate. + +2014-07-04 Alan Modra <amodra@gmail.com> + + * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove configure.in. + * Makefile.in: Regenerate. + +2014-07-04 Alan Modra <amodra@gmail.com> + + * version.m4: New file. + * configure.in: Include version.m4. + (AC_INIT): Update. + * Makefile.am (RELEASE): Delete. + (bfdver.h): Depend on development.sh, use instead of RELEASE. + * Makefile.in: Regenerate. + * doc/Makefile.in: Regenerate. + +2014-07-02 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Clear + pointer_equality_needed when !readonly_dynrelocs. + * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Likewise. + +2014-07-02 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_check_relocs): Set DF_STATIC_TLS for PIEs too. + * elf64-ppc.c (ppc64_elf_check_relocs): Likewise. + +2014-07-01 Alan Modra <amodra@gmail.com> + + * bfd.c (struct bfd): Reorganise for better packing. Delete + "ifd" field. Make "format", "direction" and "flags" bitfields. + (HAS_LOAD_PAGE): Delete, renumber following flags. + * bfd-in2.h: Regenerate. + * coff-tic4x.c: Remove HAS_LOAD_PAGE from extra flags in target vecs. + +2014-07-01 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc_stub_type): Add ppc_stub_global_entry. + (struct ppc_link_hash_table): Increase size of stub_count array. + (build_global_entry_stubs): Emit symbol on global entry stub. + (ppc64_elf_build_stubs): NULL check htab->brlt. Add global entry + stub stats. + +2014-07-01 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (abiversion, set_abiversion): Move earlier. + (ppc64_elf_branch_reloc): Adjust addend for ELFv2 local offset. + (ppc64_elf_set_toc): Set ".TOC." symbol value when using + generic linker. + (ppc64_elf_relocate_section): Disable ELFv2 function entry + optimisation when --traditional-format. + +2014-07-01 Barney Stratford <barney_stratford@fastmail.fm> + Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> + Pitchumani Sivanupandi <pitchumani.s@atmel.com> + Soundararajan <Sounderarajan.D@atmel.com> + + * archures.c: Add avrtiny architecture for avr target. + * cpu-avr.c (arch_info_struct): Add avrtiny arch info. + * elf32-avr.c (elf_avr_howto_table): New relocation R_AVR_LDS_STS_16 + added for 16 bit LDS/STS instruction of avrtiny arch. + (avr_reloc_map): Reloc R_AVR_LDS_STS_16 is mapped to + BFD_RELOC_AVR_LDS_STS_16. + (bfd_elf_avr_final_write_processing): Select machine number + avrtiny arch. + (elf32_avr_object_p): Set machine number for avrtiny arch. + * reloc.c: Add documentation for BFD_RELOC_AVR_LDS_STS_16 reloc. + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + +2014-06-26 Nick Clifton <nickc@redhat.com> + + PR binutils/16949 + * dwarf2.c (is_str_attr): New function. + (find_abstract_instance_name): Use it to determine when an + attribute has a string value. + +2014-06-24 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_size_dynamic_sections): Arrange to keep + .sdata/.sdata2 when _SDA_BASE_/_SDA2_BASE_ should be output + for --emit-relocs. + +2014-06-21 Philippe De Muyter <phdm@macqel.be> + + * targets.c (_bfd_target_vector): Add missing #ifdef BFD64 for + a number of targets. + +2014-06-20 Kyle McMartin <kyle@redhat.com> + + * elf32-arm.c (elf32_arm_check_relocs): Set DF_STATIC_TLS when + emitting initial-exec relocs when not linking an executable. + +2014-06-16 Will Newton <will.newton@linaro.org> + + * elf32-arm.c (elf32_arm_allocate_plt_entry): Increment + htab->next_tls_desc_index in the non-IPLT case. + Calculate GOT offset correctly for the non-IPLT case. + (allocate_dynrelocs_for_symbol): Don't increment + htab->next_tls_desc_index here. + +2014-06-16 Alan Modra <amodra@gmail.com> + + * elf32-vax.c (elf_vax_size_dynamic_sections): Clear linker + created sections. + +2014-06-13 Omair Javaid <omair.javaid@linaro.org> + + * elfxx-aarch64.c (stdarg.h): Include. + (string.h): Include. + (_bfd_aarch64_elf_grok_prstatus): Updated. + (_bfd_aarch64_elf_grok_psinfo): New function. + (_bfd_aarch64_elf_write_core_note): New function. + * elfxx-aarch64.h (elf_backend_grok_psinfo): Define. + (elf_backend_write_core_note): Define. + +2014-06-13 Alan Modra <amodra@gmail.com> + + * archive.c: Include bfdlink.h. + (_bfd_archive_close_and_cleanup): Call linker hash_table_free. + * bfd.c (struct bfd): Add is_linker_output field. + * elf-bfd.h (_bfd_elf_link_hash_table_free): Update prototype. + * linker.c (_bfd_link_hash_table_init): Set up hash_table_free, + link.hash and is_linker_output. + (_bfd_generic_link_hash_table_free): Replace bfd_link_hash_table* + param with bfd*. Assert is_linker_output and link.hash, and + clear them before exit. + * elf-m10300.c (elf32_mn10300_link_hash_table_free): Replace + bfd_link_hash_table* param with bfd*. Hack is_linker_output + and link.hash so we can free two linker hash tables. + (elf32_mn10300_link_hash_table_create): Create static_hash_table + first. Clean up on errors. Set hash_table_free pointer. + * elf32-arm.c (elf32_arm_link_hash_table_free): Replace + bfd_link_hash_table* param with bfd*. + (elf32_arm_link_hash_table_create): Clean up on errors. Set + hash_table_free pointer. + * elf32-avr.c, * elf32-hppa.c, * elf32-i386.c, * elf32-m68hc1x.c, + * elf32-m68k.c, * elf32-metag.c, * elf32-nios2.c, * elf32-xgate.c, + * elf64-ia64-vms.c, * elf64-ppc.c, * elf64-x86-64.c, * elflink.c, + * elfnn-aarch64.c, * elfnn-ia64.c, * elfxx-sparc.c, + * xcofflink.c: Similarly. + * simple.c (bfd_simple_get_relocated_section_contents): Save and + clear link.next before creating linker hash table. Clean up on + errors, and restore link.next on exit. + * elf32-m68hc1x.h (m68hc11_elf_bfd_link_hash_table_free): Delete. + * elf32-xgate.h (xgate_elf_bfd_link_hash_table_free): Delete. + * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table_free): Delete. + * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Delete. + * hash.c (bfd_hash_table_init_n): Free table on error. + * libbfd-in.h (_bfd_generic_link_hash_table_free): Update proto. + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + * libcoff.h: Regenerate. + +2014-06-13 Alan Modra <amodra@gmail.com> + + PR 17047 + * targets.c (BFD_JUMP_TABLE): Delete NAME##_bfd_link_hash_table_free. + (struct bfd_target <_bfd_link_hash_table_free>): Delete. + * bfd.c (bfd_link_hash_table_free): Don't define. + * aout-adobe.c, * aout-target.h, * aout-tic30.c, * binary.c, * bout.c, + * coff64-rs6000.c, * coffcode.h, * elf-m10300.c, * elf32-arm.c, + * elf32-avr.c, * elf32-hppa.c, * elf32-i386.c, * elf32-m68hc11.c, + * elf32-m68hc12.c, * elf32-m68k.c, * elf32-metag.c, * elf32-nios2.c, + * elf32-sparc.c, * elf32-xgate.c, * elf64-ia64-vms.c, * elf64-ppc.c, + * elf64-sparc.c, * elf64-x86-64.c, * elfnn-aarch64.c, * elfnn-ia64.c, + * elfxx-target.h, * i386msdos.c, * i386os9k.c, * ieee.c, * ihex.c, + * libbfd-in.h, * libecoff.h, * mach-o-target.c, * mmo.c, + * nlm-target.h, * oasys.c, * pef.c, * plugin.c, * ppcboot.c, * som.c, + * srec.c, * tekhex.c, * verilog.c, * versados.c, * vms-alpha.c, + * xsym.c: Don't define various link_hash_table_free defines, and + remove from bfd_target vars. Temporarily reference some of the + target link_hash_table_free functions to avoid warnings. + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + +2014-06-13 Alan Modra <amodra@gmail.com> + + * elf-m10300.c, * elf32-arm.c, * elf32-avr.c, * elf32-hppa.c, + * elf32-i386.c, * elf32-m68hc1x.c, * elf32-m68k.c, * elf32-metag.c, + * elf32-nios2.c, * elf64-ia64-vms.c, * elf64-ppc.c, * elf64-x86-64.c, + * elfnn-aarch64.c, * elfnn-ia64.c, * elfxx-sparc.c, * xcofflink.c: + Move link_hash_table_free functions before their corresponding + link_hash_table_create functions. + +2014-06-13 Alan Modra <amodra@gmail.com> + + * bfd.c (struct bfd): Replace link_next with a union. + * aoutx.h, * bfd.c, * coff-ppc.c, * coff-rs6000.c, * cofflink.c, + * ecoff.c, * elf-m10300.c, * elf32-arm.c, * elf32-avr.c, + * elf32-hppa.c, * elf32-i386.c, * elf32-lm32.c, * elf32-m32c.c, + * elf32-m32r.c, * elf32-m68hc1x.c, * elf32-metag.c, + * elf32-microblaze.c, * elf32-nds32.c, * elf32-nios2.c, + * elf32-or1k.c, * elf32-ppc.c, * elf32-rl78.c, * elf32-s390.c, + * elf32-score.c, * elf32-score7.c, * elf32-sh.c, * elf32-spu.c, + * elf32-tic6x.c, * elf32-tilepro.c, * elf32-xstormy16.c, + * elf32-xtensa.c, * elf64-alpha.c, * elf64-hppa.c, * elf64-ia64-vms.c, + * elf64-mmix.c, * elf64-ppc.c, * elf64-s390.c, * elf64-x86-64.c, + * elflink.c, * elfnn-aarch64.c, * elfxx-mips.c, * elfxx-sparc.c, + * elfxx-tilegx.c, * linker.c, * pdp11.c, * peXXigen.c, * simple.c, + * sunos.c, * vms-alpha.c, * xcofflink.c: Update for above. + * bfd-in2.h: Regenerate. + +2014-06-11 Alan Modra <amodra@gmail.com> + + * linker.c (unwrap_hash_lookup): Add missing parens. + +2014-06-11 Kai Tietz <ktietz@redhat.com> + + * libcoff-in.h (coff_tdata): Make relocbase member unsigned. + * libcoff.h: Regenerated. + +2014-06-10 Alan Modra <amodra@gmail.com> + + PR ld/16910 + * linker.c (unwrap_hash_lookup): New function. + * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Call unwrap_hash_lookup. + * elf32-i370.c (i370_elf_relocate_section): Likewise. + * elf32-m32c.c (m32c_elf_relocate_section): Likewise. + * elf32-m32r.c (m32r_elf_relocate_section): Likewise. + * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise. + * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise. + * elf32-spu.c (spu_elf_relocate_section): Likewise. + * elf64-hppa.c (elf64_hppa_relocate_section): Likewise. + +2014-06-07 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_relocate_section): Treat field of cmpli + insn as a bitfield; Use complain_overflow_bitfield. + * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. + +2014-06-05 Joel Brobecker <brobecker@adacore.com> + + * development.sh: New file. + * warning.m4 (AM_BINUTILS_WARNINGS): Source bfd/development.sh. + Make -Werror the default with GCC only if DEVELOPMENT is true. + * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add + $(srcdir)/development.sh. + * Makefile.in, configure: Regenerate. + +2014-06-04 Will Newton <will.newton@linaro.org> + + * elfnn-aarch64.c (tpoff_base): Make test of tls_sec + being non-NULL into an assert. + (elfNN_aarch64_tls_relax): Remove unused code. + +2014-06-03 DJ Delorie <dj@redhat.com> + + * elf32-rx.c (rx_table_map): Use BFD_VMA_FMT for portability. + +2014-06-03 Nick Clifton <nickc@redhat.com> + + PR ld/16807 + * peXXigen.c (rsrc_process_section): Page align the new contents + befgore writing out. + +2014-06-03 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ADDIS_R12_R2): Define. + (build_plt_stub): Support fusion on ELFv2 stub. + (ppc_build_one_stub): Likewise for plt branch stubs. + +2014-05-28 Alan Modra <amodra@gmail.com> + + * elf32-rx.c (rx_table_map): Delete set but not used variables. + +2014-05-28 Tristan Gingold <gingold@adacore.com> + + * dwarf2.c (lookup_address_in_function_table): Add best_fit_len + to keep the length of the best fit range. + (lookup_symbol_in_function_table, info_hash_lookup_funcinfo): + Likewise. + +2014-05-27 DJ Delorie <dj@redhat.com> + + * elf32-rx.c (get_symbol_value_maybe): New. + (rx_elf_relocate_section): If we find a reloc against + $tableentry$default$<name>, redirect it to the appropriate + $tableentry$<n>$. + (RX_Table_Info): New. + (rx_table_find): New. Check all tables and SEC_KEEP all sections + with table parts in them. + (rx_check_directives): New. + (rx_table_map_2): New. + (rx_table_map): New. + (rx_additional_link_map_text): New. Called to dump tables to the + map file. + * elf32-rx.h: New. + +2014-05-20 DJ Delorie <dj@redhat.com> + + * elf32-msp430.c (msp430_elf_relax_adjust_locals): Avoid overflow. + +2014-05-20 Alan Modra <amodra@gmail.com> + + PR 16952 + * elf32-ppc.c (ppc_elf_create_linker_section): Move earlier. + Remove redundant setting of htab->elf.dynobj. Don't align. + Define .sdata symbols using _bfd_elf_define_linkage_sym. + (ppc_elf_create_glink): Call ppc_elf_create_linker_section. + (create_sdata_sym): Delete. + (elf_allocate_pointer_linker_section): Rename from + elf_create_pointer_linker_section. Align section. + (ppc_elf_check_relocs): Don't call ppc_elf_creat_linker_section + directly here, or create_sdata_sym. Set ref_regular on _SDA_BASE_ + and _SDA2_BASE_. + (ppc_elf_size_dynamic_sections): Remove ATTRIBUTE_UNUSED on param. + Remove unnecessary tests on _SDA_BASE_ sym. + (maybe_strip_sdasym, ppc_elf_maybe_strip_sdata_syms): New functions. + (ppc_elf_relocate_section): Tighten SDA reloc symbol section checks. + * elf32-ppc.h (ppc_elf_set_sdata_syms): Delete. + (ppc_elf_maybe_strip_sdata_syms): Declare. + +2014-05-16 Ryan Mansfield <rmansfield@qnx.com> + + * config.bfd: Move QNX target_cflags from arm-*-netbsd* to arm-*-nto*. + +2014-05-16 Jon Turney <jon.turney@dronecode.org.uk> + + * peXXigen.c (pe_print_debugdata): Don't interpret debug directory + in a section with no contents. + (is_vma_in_section, find_section_by_vma): New functions. + (_bfd_XX_bfd_copy_private_bfd_data_common): Recalculate file + offsets in the debug directory. + (_bfd_XXi_slurp_codeview_record, _bfd_XXi_write_codeview_record): + Byte-swap GUID from little-endian to big-endian order for + consistent and conventional display. + +2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com> + + * elf32-rl78.c (rl78_elf_merge_private_bfd_data): Complain if + 64-bit doubles objects mix with 32-bit doubles objects. + (rl78_elf_print_private_bfd_data): Describe 64-bit doubles flag. + +2014-05-08 Hans-Peter Nilsson <hp@bitrange.com> + + * mmo.c: Update URLs in documentation comments. + +2014-05-02 Volodymyr Arbatov <arbatov@cadence.com> + David Weatherford <weath@cadence.com> + Max Filippov <jcmvbkbc@gmail.com> + + * elf32-xtensa.c (relax_section): treat R_XTENSA_DIFF* relocations as + signed. + +2014-05-07 Andreas Tobler <andreast@fgznet.ch> + + * config.bfd: Add proper arm config for *-*-freebsd*. + +2014-05-07 Andrew Bennett <andrew.bennett@imgtec.com> + + * aoutx.h (NAME (aout, machine_type)): Add mips32r3, mips64r3, + mips32r5 and mips64r5. + * archures.c (bfd_architecture): Likewise. + * bfd-in2.h (bfd_architecture): Likewise. + * cpu-mips.c (arch_info_struct): Likewise. + * elfxx-mips.c (mips_set_isa_flags): Likewise. + +2014-05-06 Richard Sandiford <rdsandiford@googlemail.com> + + * elfxx-mips.h (elfxx-mips.h): Declare. + * elfxx-mips.c (mips_elf_merge_obj_attributes): Use it to report + Tag_GNU_MIPS_ABI_FP mismatches. + (_bfd_mips_fp_abi_string): New function. + +2014-05-02 Alan Modra <amodra@gmail.com> + + * targets.c: Sort bfd_target vectors somewhat alphabetically. + * configure.in: Likewise. + * configure: Regenerate. + +2014-05-02 Alan Modra <amodra@gmail.com> + + * aix386-core.c, * aout-adobe.c, * aout-arm.c, * aout-ns32k.c, + * aout-sparcle.c, * aout0.c, * aoutx.h, * armnetbsd.c, * bout.c, + * cf-i386lynx.c, * cf-sparclynx.c, * cisco-core.c, * coff-alpha.c, + * coff-apollo.c, * coff-arm.c, * coff-aux.c, * coff-go32.c, + * coff-h8300.c, * coff-h8500.c, * coff-i386.c, * coff-i860.c, + * coff-i960.c, * coff-m68k.c, * coff-m88k.c, * coff-mips.c, + * coff-rs6000.c, * coff-sh.c, * coff-sparc.c, * coff-stgo32.c, + * coff-svm68k.c, * coff-tic80.c, * coff-u68k.c, * coff-w65.c, + * coff-we32k.c, * coff-x86_64.c, * coff-z80.c, * coff-z8k.c, + * coff64-rs6000.c, * config.bfd, * configure.com, * configure.in, + * demo64.c, * elf-m10200.c, * elf-m10300.c, * elf32-am33lin.c, + * elf32-arc.c, * elf32-arm.c, * elf32-avr.c, * elf32-bfin.c, + * elf32-cr16.c, * elf32-cr16c.c, * elf32-cris.c, * elf32-crx.c, + * elf32-d10v.c, * elf32-d30v.c, * elf32-dlx.c, * elf32-epiphany.c, + * elf32-fr30.c, * elf32-frv.c, * elf32-gen.c, * elf32-h8300.c, + * elf32-hppa.c, * elf32-i370.c, * elf32-i386.c, * elf32-i860.c, + * elf32-i960.c, * elf32-ip2k.c, * elf32-iq2000.c, * elf32-lm32.c, + * elf32-m32c.c, * elf32-m32r.c, * elf32-m68hc11.c, * elf32-m68hc12.c, + * elf32-m68k.c, * elf32-m88k.c, * elf32-mcore.c, * elf32-mep.c, + * elf32-metag.c, * elf32-microblaze.c, * elf32-mips.c, * elf32-moxie.c, + * elf32-msp430.c, * elf32-mt.c, * elf32-nds32.c, * elf32-nios2.c, + * elf32-or1k.c, * elf32-pj.c, * elf32-ppc.c, * elf32-rl78.c, + * elf32-rx.c, * elf32-s390.c, * elf32-score.c, * elf32-sh-symbian.c, + * elf32-sh.c, * elf32-sh64.c, * elf32-sparc.c, * elf32-spu.c, + * elf32-tic6x.c, * elf32-tilegx.c, * elf32-tilepro.c, * elf32-v850.c, + * elf32-vax.c, * elf32-xc16x.c, * elf32-xgate.c, * elf32-xstormy16.c, + * elf32-xtensa.c, * elf64-alpha.c, * elf64-gen.c, * elf64-hppa.c, + * elf64-ia64-vms.c, * elf64-mips.c, * elf64-mmix.c, * elf64-ppc.c, + * elf64-s390.c, * elf64-sh64.c, * elf64-sparc.c, * elf64-tilegx.c, + * elf64-x86-64.c, * elfn32-mips.c, * elfnn-aarch64.c, * elfnn-ia64.c, + * epoc-pe-arm.c, * epoc-pei-arm.c, * hp300bsd.c, * hp300hpux.c, + * hppabsd-core.c, * hpux-core.c, * i386aout.c, * i386bsd.c, + * i386dynix.c, * i386freebsd.c, * i386linux.c, * i386lynx.c, + * i386mach3.c, * i386msdos.c, * i386netbsd.c, * i386os9k.c, + * irix-core.c, * m68k4knetbsd.c, * m68klinux.c, * m68knetbsd.c, + * m88kmach3.c, * m88kopenbsd.c, * mach-o-i386.c, * mach-o-x86-64.c, + * makefile.vms, * mipsbsd.c, * mmo.c, * netbsd-core.c, * newsos3.c, + * nlm32-alpha.c, * nlm32-i386.c, * nlm32-ppc.c, * nlm32-sparc.c, + * ns32knetbsd.c, * osf-core.c, * pc532-mach.c, * pe-arm-wince.c, + * pe-arm.c, * pe-i386.c, * pe-mcore.c, * pe-mips.c, * pe-ppc.c, + * pe-sh.c, * pe-x86_64.c, * pei-arm-wince.c, * pei-arm.c, + * pei-i386.c, * pei-ia64.c, * pei-mcore.c, * pei-mips.c, * pei-ppc.c, + * pei-sh.c, * pei-x86_64.c, * ppcboot.c, * ptrace-core.c, * riscix.c, + * sco5-core.c, * som.c, * sparclinux.c, * sparclynx.c, + * sparcnetbsd.c, * sunos.c, * targets.c, * trad-core.c, + * vax1knetbsd.c, * vaxbsd.c, * vaxnetbsd.c, * versados.c, + * vms-alpha.c, * vms-lib.c: Rename bfd targets to + <cpu>_<format>_<other>_<endian>_vec. Adjust associated MY macros + on aout targets. + * configure: Regenerate. + +2014-05-01 Hans-Peter Nilsson <hp@bitrange.com> + + * mmo.c (mmo File layout documentation): Add note about low bits + of address. + (mmo_write_chunk): When handling data remainder, assert that + previous remaining data is flushed. + (mmo_write_loc_chunk): Only look for trailing and leading zeros + when dealing with an aligned VMA and for aligned lengths. Don't skip + the last 32-bit-word of zeros. + (mmo_write_loc_chunk): Emit an error if the VMA is not aligned. + (mmo_scan) <case LOP_QUOTE>: Move re-alignment of vma before + emitting data, not after updating it. + <case LOP_LOC>: Call mmo_decide_section with aligned vma. + +2014-04-30 Nick Clifton <nickc@redhat.com> + + * compress.c (bfd_is_section_compressed): When checking the + .debug_str section, also check the fifth byte in the section is + not part of a string. + +2014-04-30 Alan Modra <amodra@gmail.com> + + * elf-eh-frame.c (struct cie.personality): Replace val with sym. + (find_merged_cie): Identify personality functions by (bfd_id,index) + pair when a local sym is used. + +2014-04-29 Christian Svensson <blue@cmd.nu> + + * elf32-or1k.c: Fix a bug where non-TLS relocations would be forced + into .rela.got if it contained TLS relocations as well. + +2014-04-28 Nick Clifton <nickc@redhat.com> + + PR ld/16821 + * peXXigen.c (_bfd_XXi_swap_sym_out): Rework fix to avoid compile + time warning. + +2014-04-26 Alan Modra <amodra@gmail.com> + + * po/SRC-POTFILES.in: Regenerate. + * configure: Regenerate. + +2014-04-25 Nick Clifton <nickc@redhat.com> + + PR ld/16821 + * peXXigen.c (_bfd_XXi_swap_sym_out): Another fix for building on + a 342-bit host. This time for older versions of gcc. + +2014-04-24 Nick Clifton <nickc@redhat.com> + + * peXXigen.c (rsrc_print_section): Fix compile time warning for + 32-bit hosts. + +2014-04-24 Alan Modra <amodra@gmail.com> + + PR 16867 + * dwarf2.c: Formatting. + (struct dwarf2_debug): Make adjusted_section_count signed. + (unset_sections): Make i signed. + (set_debug_vma): New function. + (place_sections): Handle separate debug object file. Set VMA + on debug sections, even if they have an output section. Also + set VMA on zero size sections, and non-load but alloc sections. + Set adjusted_section_count to -1 when no section adjustment. + Malloc adjusted_sections. Don't double last_vma. Transfer + alloc section VMAs to separate debug file. + (_bfd_dwarf2_cleanup_debug_info): Free adjusted_sections. + (_bfd_dwarf2_slurp_debug_info): Add do_place parameter. Drop + test on symbols being the same before using old stash. Read + and use separate debug file symbols. Call place_sections. + (find_line): Don't call place_sections here. + * libbfd-in.h (_bfd_dwarf2_slurp_debug_info): Update proto. + * libbfd.h: Regenerate. + * mach-o.c (bfd_mach_o_find_nearest_line): Adjust + _bfd_dwarf2_slurp_debug_info call. + * simple.c (simple_save_output_info): Clarify comment. + +2014-04-24 Nick Clifton <nickc@redhat.com> + + PR ld/16807 + * peXXigen.c (struct rsrc_regions): New structure. + (rsrc_print_resource_directory): Use new structure. Include + offset of directory in listing. + (rsrc_print_resource_entry): Likewise. + (rsrc_print_section): Likewise. + (rsrc_count_entries): Do not increment sizeof_strings or + sizeof_leaves. + (rsrc_count_directory): Do not increment sizeof_tables. + (rsrc_compute_region_sizes): New function. + (rsrc_write_leaf): Maintain 8-byte alignment for resource data. + (rsrc_process_section): Compute size of regions after merging + entries. + +2014-04-23 Alan Modra <amodra@gmail.com> + + PR ld/16787 + * dwarf2.c (struct dwarf2_debug): Add sec_vma field. + (place_sections): Do not modify VMA of sections when called from + linker after sections have been placed in output sections. Short + circuit single section case. + (save_section_vma, section_vma_same): New functions. + (_bfd_dwarf2_slurp_debug_info): Throw away stash if section VMAs + change. + * reloc.c (bfd_perform_relocation): Do not modify reloc addend + when non-relocatable. + +2014-04-22 Nick Clifton <nickc@redhat.com> + + PR ld/16821 + * peXXigen.c (_bfd_XXi_swap_sym_out): Fix for 32-bit hosts. + +2014-04-22 Christian Svensson <blue@cmd.nu> + + * Makefile.am: Remove openrisc and or32 support. Add support for or1k. + * archures.c: Likewise. + * coffcode.h: Likewise. + * config.bfd: Likewise. + * configure.in: Likewise. + * reloc.c: Likewise. + * targets.c: Likewise. + * cpu-or1k.c: New file. + * elf32-or1k.c: New file. + * coff-or32.c: Delete. + * cpu-openrisc.c: Delete. + * cpu-or32.c: Delete. + * elf32-openrisc.c: Delete. + * elf32-or32.c: Delete. + * Makefile.in: Regenerate. + * bfd-in2.h: Regenerate. + * configure: Regenerate. + * libbfd.h: Regenerate. + +2014-04-22 Yuanhui Zhang <asmwarrior@gmail.com> + + PR ld/16821 + * peXXigen.c (abs_finder): Fix for 32-bit host builds. + +2014-04-22 Will Newton <will.newton@linaro.org> + + * elfnn-aarch64.c (elfNN_aarch64_section_flags): Remove + function. (elf_backend_section_flags): Remove define. + +2014-04-21 Richard Henderson <rth@redhat.com> + + * elf64-alpha.c (elf64_alpha_size_got_sections): New may_merge + parameter; honor it and disable got merging when false. + (elf64_alpha_relax_got_load): Do not relax to GPREL relocs during + the first pass of relaxation. + (elf64_alpha_relax_with_lituse): Likewise. Move relaxed relocs to + the end of the LITERAL+LITUSE chain. + (elf64_alpha_relax_section): Only process LITERAL relocs during the + second pass of relaxation. + + * configure.ac (use_secureplt): Enable by default. + * configure: Rebuild. + +2014-04-18 Tristan Gingold <gingold@adacore.com> + + * mach-o.h (bfd_mach_o_dyld_info_command): Add rebase_content, + bind_content, weak_bind_content, lazy_bind_content, + export_content. + (bfd_mach_o_load_command): Add comments, add next field. + (mach_o_data_struct): Replace commands field by first_command + and last_command. + * mach-o.c (bfd_mach_o_append_command): New function. + (bfd_mach_o_bfd_copy_private_symbol_data): Add blank lines. + (bfd_mach_o_bfd_copy_private_section_data): Check flavour, + copy fields. + (bfd_mach_o_bfd_copy_private_header_data): Copy load commands. + (bfd_mach_o_pad4, bfd_mach_o_pad_command): New functions. + (bfd_mach_o_write_thread): Use macro instead of literal. + (bfd_mach_o_write_dylinker, bfd_mach_o_write_dylib) + (bfd_mach_o_write_main, bfd_mach_o_write_dyld_info): New + functions. + (bfd_mach_o_write_symtab_content): New function (extracted + from bfd_mach_o_write_symtab). + (bfd_mach_o_write_symtab): Split. + (bfd_mach_o_count_indirect_symbols): Move + (bfd_mach_o_build_dysymtab): Remove layout code. + (bfd_mach_o_write_contents): Rewritten to build commands in order. + (bfd_mach_o_count_sections_for_seg): Remove. + (bfd_mach_o_build_obj_seg_command): New function (extracted from + bfd_mach_o_build_seg_command). + (bfd_mach_o_build_exec_seg_command): New function. + (bfd_mach_o_build_dysymtab_command): Remove. + (bfd_mach_o_layout_commands): New function. + (bfd_mach_o_init_segment): New function. + (bfd_mach_o_build_commands): Major rework to handle non-object + files. + (bfd_mach_o_alloc_and_read, bfd_mach_o_read_dyld_content): New + function. + (bfd_mach_o_read_dyld_info): Clear content fields. + (bfd_mach_o_read_segment): Adjust call. + (bfd_mach_o_flatten_sections): Adjust as now load commands are + chained. + (bfd_mach_o_scan_start_address, bfd_mach_o_scan) + (bfd_mach_o_mkobject_init, bfd_mach_o_get_base_address) + (bfd_mach_o_lookup_command, bfd_mach_o_core_fetch_environment): + Likewise. + +2014-04-18 Tristan Gingold <gingold@adacore.com> + + * mach-o-target.c (bfd_mach_o_bfd_copy_private_header_data): + Define instead of bfd_mach_o_bfd_copy_private_bfd_data. + * mach-o.c (bfd_mach_o_bfd_copy_private_bfd_data): Rename. + * mach-o.h (bfd_mach_o_bfd_copy_private_bfd_data): Likewise. + +2014-04-18 Tristan Gingold <gingold@adacore.com> + + * mach-o.h (bfd_mach_o_dylinker_command) + (bfd_mach_o_dylib_command, bfd_mach_o_fvmlib_command): Remove + name_len field. + * mach-o.c (bfd_mach_o_read_dylinker, bfd_mach_o_read_dylib) + (bfd_mach_o_read_fvmlib): Adjust after name_len removal. + +2014-04-18 Tristan Gingold <gingold@adacore.com> + + * mach-o.h (bfd_mach_o_backend_data): Add page_size field. + * mach-o-target.c: Check TARGET_PAGESIZE is defined. + (TARGET_NAME_BACKEND): Add TARGET_PAGESIZE. + * mach-o.c (TARGET_PAGESIZE): Define and undefined for + each targets declared. + * mach-o-x86-64.c (TARGET_PAGESIZE): Define. + * mach-o-i386.c (TARGET_PAGESIZE): Define. + +2014-04-18 Tristan Gingold <gingold@adacore.com> + + * mach-o.c (bfd_mach_o_write_thread) + (bfd_mach_o_write_section_32, bfd_mach_o_write_section_64) + (bfd_mach_o_write_segment_32, bfd_mach_o_write_segment_64) + (bfd_mach_o_read_dylinker, bfd_mach_o_read_dylib) + (bfd_mach_o_read_prebound_dylib, bfd_mach_o_read_prebind_cksum) + (bfd_mach_o_read_twolevel_hints, bfd_mach_o_read_fvmlib) + (bfd_mach_o_read_thread, bfd_mach_o_read_dysymtab) + (bfd_mach_o_read_symtab, bfd_mach_o_read_uuid) + (bfd_mach_o_read_linkedit, bfd_mach_o_read_str) + (bfd_mach_o_read_dyld_info, bfd_mach_o_read_segment) + (bfd_mach_o_read_segment_32, bfd_mach_o_read_segment_64) + (bfd_mach_o_read_command): Now return a boolean status. + Adjust return statements. + (bfd_mach_o_write_contents, bfd_mach_o_scan): Adjust tests. + (bfd_mach_o_core_file_failing_command): Remove useless initialization. + +2014-04-17 Kwok Cheung Yeung <kcy@codesourcery.com> + + * elfxx-mips.c (struct mips_got_info): Delete assigned_gotno + field. Add assigned_low_gotno and assigned_high_gotno fields. + (mips_elf_create_local_got_entry): Update out-of-space condition. + Set index of new GOT entry to assigned_low_gotno if required by + the current relocation, else set it to assigned_high_gotno. + (mips_elf_set_global_gotidx): Replace uses of assigned_gotno + with assigned_low_gotno. + (mips_elf_multi_got): Initialize assigned_low_gotno and + assigned_high_gotno in secondary GOTs. Use assigned_low_gotno + in place of assigned_gotno when handling global GOT entries. + (mips_elf_lay_out_got): Initialize assigned_low_gotno and + assigned_high_gotno. + (_bfd_mips_elf_finish_dynamic_sections): Account for a possible + gap in the middle of local GOT space. + +2014-04-17 Alan Modra <amodra@gmail.com> + + PR 16846 + * elflink.c (_bfd_elf_merge_symbol): Ignore TLS mismatch when + current bfd is a plugin. Don't always set type_change_ok + when old bfd is a plugin. + +2014-04-16 Tristan Gingold <gingold@adacore.com> + + * mach-o-x86-64.c (bfd_mach_o_x86_64_mkobject): Adjust cpusubtype + flag. + +2014-04-16 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_relocate_section): Fill 476 fixup area + with "ba 0" rather than zeros. + +2014-04-15 Marcus Shawcroft <marcus.shawcroft@arm.com> + + * (elfNN_aarch64_tls_relax): Fix instruction mask. + +2014-04-14 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (BA): Define + (ppc_elf_link_hash_table_create): Correct default_params. + (write_glink_stub): Pad small plt call stub with "ba 0" rather + than "nop" for ppc476_workaround. + (ppc_elf_finish_dynamic_sections): Likewise for branch table + and __glink_PLTresolve. Ensure plt call stub at end of page + doesn't allow fall-thru prefetch. + +2014-04-11 Nick Clifton <nickc@redhat.com> + + PR ld/16821 + * peXXigen.c (abs_finder): New function. + (_bfd_XXi_swap_sym_out): For absolute symbols with values larger + than 1^32 try to convert them into section relative values + instead. + +2014-04-11 Nick Clifton <nickc@redhat.com> + + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + +2014-04-10 Cesar Philippidis <cesar@codesourcery.com> + + * elf32-nios2.c (nios2_elf32_build_stubs): Ignore dynobjs + when building function stubs. + +2014-04-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> + + * elf32-avr.c: Add DIFF relocations for AVR. + (avr_final_link_relocate): Handle the DIFF relocs. + (bfd_elf_avr_diff_reloc): New. + (elf32_avr_is_diff_reloc): New. + (elf32_avr_adjust_diff_reloc_value): Reduce difference value. + (elf32_avr_relax_delete_bytes): Recompute difference after deleting + bytes. + + * reloc.c: Add BFD_RELOC_AVR_DIFF8/16/32 relocations + +2014-04-09 Alan Modra <amodra@gmail.com> + + * libcoff.h: Regenerate. + +2014-04-09 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_relocate_section): Remove bctr from list + of safe ppc476 insns at end of page. Also remove non-branch insns. + Expand comments. + +2014-04-08 Jon Turney <jon.turney@dronecode.org.uk> + + * peXXigen.c (pe_print_debugdata): New function: Displays the + contents of the debug directory and decodes codeview entries. + (_bfd_XXi_swap_debugdir_in, _bfd_XXi_swap_debugdir_out) + (_bfd_XXi_slurp_codeview_record, _bfd_XXi_write_codeview_record): + Add functions for reading and writing debugdir and codeview + records. + * libpei.h (_bfd_XXi_swap_debugdir_in, _bfd_XXi_swap_debugdir_out) + (_bfd_XXi_write_codeview_record): Add prototypes and macros. + * libcoff-in.h (pe_tdata): Add build-id data. + * libcoff.h: Regenerate. + * coffcode.h (coff_write_object_contents): Run build_id + after_write_object_contents hook. + +2014-04-05 Alan Modra <amodra@gmail.com> + + * elflink.c (_bfd_elf_add_default_symbol): Pass poldbfd when + merging non-default sym. + +2014-04-04 Tristan Gingold <gingold@adacore.com> + + * mach-o.c (bfd_mach_o_header_p): Reject 64 bit target when not + configured for. + +2014-04-04 Tristan Gingold <gingold@adacore.com> + + * mach-o.c (bfd_mach_o_convert_section_name_to_mach_o): Fix + thinko on names length. + +2014-04-04 Tristan Gingold <gingold@adacore.com> + + * mach-o-i386.c (bfd_mach_o_i386_swap_reloc_out): Use target index + of output_section. + * mach-o-x86-64.c (bfd_mach_o_x86_64_swap_reloc_out): Ditto. + +2014-04-04 Tristan Gingold <gingold@adacore.com> + + * bfd.c (bfd_get_arch_size): Default is taken from arch. + +2014-04-03 Jon Turney <jon.turney@dronecode.org.uk> + + * peXXigen.c (pe_print_edata): Verify edt.name lies inside + section before dereferencing. + (pe_print_idata, pe_print_edata, pe_print_reloc) + (rsrc_print_section): Don't bother interpreting the contents + of sections which have no contents. + +2014-04-03 Maria Guseva <m.guseva@samsung.com> + + PR ld/16803 + * elf.c (_bfd_elf_set_section_contents): Use correct type to hold + file position. + +2014-04-03 Tristan Gingold <gingold@adacore.com> + + * mach-o.c (bfd_mach_o_mangle_symbols): Use index from + output_section. + (bfd_mach_o_build_seg_command): Add comment. Realign segment. + Fix style. + (bfd_mach_o_build_commands, bfd_mach_o_read_thread): Fix style. + +2014-04-03 Alan Modra <amodra@gmail.com> + + * elf-bfd.h (struct elf_backend_data + <elf_backend_bfd_from_remote_memory>): Replace "size_t size" + with "bfd_size_type size". + (_bfd_elf32_bfd_from_remote_memory): Likewise. + (_bfd_elf64_bfd_from_remote_memory): Likewise. + * elf.c (bfd_elf_bfd_from_remote_memory): Likewise. + * elfcode.h (bfd_from_remote_memory): Likewise. + * bfd-in.h (bfd_elf_bfd_from_remote_memory): Likewise. + * bfd-in2.h: Regenerate. + +2014-04-02 Tristan Gingold <gingold@adacore.com> + + * mach-o.h (bfd_mach_o_twolevel_hints_command) + (bfd_mach_o_prebind_cksum_command): New types. + (bfd_mach_o_prebound_dylib_command): Rewrite. + (bfd_mach_o_load_command): Add prebind_cksum and twolevel_hints + fields. + * mach-o.c (bfd_mach_o_read_prebound_dylib): Read and decode the + command. + (bfd_mach_o_read_prebind_cksum): New function. + (bfd_mach_o_read_twolevel_hints): Ditto. + (bfd_mach_o_read_command): Handle prebind cksum and twolevel hints + commands. + +2014-04-02 Alan Modra <amodra@gmail.com> + + * elfcode.h (bfd_from_remote_memory): Add "size" parameter. + Consolidate code handling possible section headers past end of + segment. Don't use p_align for page size guess, instead use + minpagesize. Take note of ld.so clearing section headers when + p_memsz > p_filesz. Handle file header specifying no section + headers. Handle zero p_align throughout. Default loadbase to + zero. Add comments. Rename contents_size to high_offset, and + make it a bfd_vma. Delete unnecessary bfd_set_error calls. + * bfd-in.h (bfd_elf_bfd_from_remote_memory): Update prototpe. + * elf-bfd.h (struct elf_backend_data <elf_backend_from_remote_memory>): + Likewise. + (_bfd_elf32_bfd_from_remote_memory): Likewise. + (_bfd_elf64_bfd_from_remote_memory): Likewise. + * elf.c (bfd_elf_bfd_from_remote_memory): Adjust. + * bfd-in2.h: Regnerate. + +2014-04-01 Tristan Gingold <gingold@adacore.com> + + * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Avoid to crash + when num == 0. + +2014-03-27 Yury Gribov <y.gribov@samsung.com> + Pavel Fedin <p.fedin@samsung.com> + + * elf32-arm.c: Add support for limited pretty-printing of PLT + entries on eabi and nacl targets. + (elf32_arm_get_synthetic_symtab): Add new callback. + (elf32_arm_nacl_plt_sym_val): Likewise. + (elf32_arm_plt0_size): Add helper function. + (elf32_arm_plt_size): Likewise. + +2014-03-27 Tristan Gingold <gingold@adacore.com> + + * mach-o.c (bfd_mach_o_read_dylinker): Remove assert. + (bfd_mach_o_read_command): Handle BFD_MACH_O_LC_DYLD_ENVIRONMENT. + +2014-03-27 Tristan Gingold <gingold@adacore.com> + + * mach-o.h (bfd_mach_o_get_base_address): New prototype. + * mach-o.c (bfd_mach_o_write_symtab) + (bfd_mach_o_write_contents) + (bfd_mach_o_set_section_flags_from_bfd) + (bfd_mach_o_build_seg_command): Fix indentation. + (bfd_mach_o_get_base_address): New function. + +2014-03-26 Nick Clifton <nickc@redhat.com> + + * cofflink.c (_bfd_coff_generic_relocate_section): Skip + relocations in discarded sections. + +2014-03-26 Tristan Gingold <gingold@adacore.com> + + * mach-o.c (bfd_mach_o_convert_architecture): Add + BFD_MACH_O_CPU_TYPE_ARM64. + +2014-03-26 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc64_elf_check_relocs): Account for possibly + needed plt entries when taking the address of functions for + abiversion == 0 (ie. unknown) as well as abiversion == 2. + Move opd setup and abiversion checks to.. + (ppc64_elf_before_check_relocs): ..here. Renamed from + ppc64_elf_process_dot_syms. Set output abiversion from input and + input abiversion from output, if either is not set. + (ppc64_elf_merge_private_bfd_data): Don't merge flags here. + (elf_backend_check_directives): Update. + +2014-03-25 Will Newton <will.newton@linaro.org> + + * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_sections): + Set value of DT_PLTRELSZ and DT_RELASZ based on the size + of input sections rather than output sections. + +2014-03-20 Will Newton <will.newton@linaro.org> + + PR ld/16715 + * elf32-arm.c (elf32_arm_check_relocs): Set + pointer_equality_needed for absolute references within + executable links. + (elf32_arm_finish_dynamic_symbol): Set st_value to zero + unless pointer_equality_needed is set. + +2014-03-19 Nick Clifton <nickc@redhat.com> + + * peXXigen.c (rsrc_process_section): Add code to scan input + sections and record their lengths. Use these lengths to find the + start of each merged .rsrc section. + +2014-03-17 Tristan Gingold <gingold@adacore.com> + + * mach-o.c (bfd_mach_o_read_dylib): Handle lazy load dylib. + (bfd_mach_o_read_command): Ditto. + +2014-03-14 Meador Inge <meadori@codesourcery.com> + + * configure.in: Add strnlen to AC_CHECK_DECLS. + * config.in: Regenerate. + * configure: Regenerate. + * sysdep.h (strnlen): Add prototype. + +2014-03-14 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_relocate_section): Correct overflow + handling for VLE_SDA21 relocs. + +2014-03-13 Tristan Gingold <gingold@adacore.com> + + * peicode.h (pe_ILF_object_p): Adjust, as the version number + has been read. + (pe_bfd_object_p): Also read version number to detect ILF. + * pe-x86_64.c (COFF_WITH_PE_BIGOBJ): Define. + (x86_64pe_bigobj_vec): Define + * coffcode.h (bfd_coff_backend_data): Add _bfd_coff_max_nscns field. + (bfd_coff_max_nscns): New macro. + (coff_compute_section_file_positions): Use unsigned int for + target_index. Compare with bfd_coff_max_nscns. + (bfd_coff_std_swap_table, ticoff0_swap_table, ticoff1_swap_table): + Set a value for _bfd_coff_max_nscns. + (header_bigobj_classid): New constant. + (coff_bigobj_swap_filehdr_in, coff_bigobj_swap_filehdr_out) + (coff_bigobj_swap_sym_in, coff_bigobj_swap_sym_out) + (coff_bigobj_swap_aux_in, coff_bigobj_swap_aux_out): New + functions. + (bigobj_swap_table): New table. + * libcoff.h: Regenerate. + * coff-sh.c (bfd_coff_small_swap_table): Likewise. + * coff-alpha.c (alpha_ecoff_backend_data): Add value for + _bfd_coff_max_nscns. + * coff-mips.c (mips_ecoff_backend_data): Likewise. + * coff-rs6000.c (bfd_xcoff_backend_data) + (bfd_pmac_xcoff_backend_data): Likewise. + * coff64-rs6000.c (bfd_xcoff_backend_data) + (bfd_xcoff_aix5_backend_data): Likewise. + * targets.c (x86_64pe_bigobj_vec): Declare. + * configure.in (x86_64pe_bigobj_vec): New vector. + * configure: Regenerate. + * config.bfd: Add bigobj object format for Windows targets. + +2014-03-12 Nick Clifton <nickc@redhat.com> + + PR ld/16671 + * elf32-arm.c (elf32_arm_add_symbol_hook): Check for ARM format + before testing for vxworks. + +2014-03-12 Alan Modra <amodra@gmail.com> + + * Makefile.in: Regenerate. + +2014-03-12 Alan Modra <amodra@gmail.com> + + PR 16690 + * elf.c (copy_elf_program_header): Ignore first section lma if + non-alloc. + +2014-03-11 Alan Modra <amodra@gmail.com> + + PR 16686 + * coff-rs6000.c: Include stdint.h. + * coff64-rs6000.c: Likewise. + +2014-03-10 Tristan Gingold <gingold@adacore.com> + + * ticoff.h: Removed. + +2014-03-08 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_howto_raw): Correct overflow check for + many relocations. Correct bitsize and rightshift too for a number + of VLE relocs. Describe R_PPC_VLE_SDA21 and R_PPC_VLE_SDA21_LO. + Correct dst_mask on R_PPC_VLE_SDA21_LO. + (ppc_elf_vle_split16): Tidy, delete unnecessary prototype. + (ppc_elf_relocate_section): Modify overflow test for 16-bit + fields in instructions to signed/unsigned according to whether + the field takes a signed or unsigned value. Tidy vle split16 code. + Correct R_PPC_VLE_SDA21 and R_PPC_VLE_SDA21_LO handling. + +2014-03-08 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc64_elf_howto_raw): Use complain_overflow_signed + for R_PPC64_ADDR14, R_PPC64_ADDR14_BRTAKEN, R_PPC64_ADDR14_BRNTAKEN, + R_PPC64_SECTOFF, R_PPC64_ADDR16_DS, R_PPC64_SECTOFF_DS, + R_PPC64_REL16 entries. Use complain_overflow_dont for R_PPC64_TOC. + (ppc64_elf_relocate_section): Modify overflow test for 16-bit + fields in instructions to signed/unsigned according to whether + the field takes a signed or unsigned value. + +2014-03-07 Pedro Alves <palves@redhat.com> + + PR gdb/16696 + * rs6000-core.c (rs6000coff_core_p): Cast pointers to bfd_vma + through ptr_to_uint instead of through long. + +2014-03-06 Nick Clifton <nickc@redhat.com> + + PR 16664 + * elf-attrs.c (_bfd_elf_parse_attributes): Add checks for corrupt + attribute section names. + +2014-03-05 Alan Modra <amodra@gmail.com> + + Update copyright years. + +2014-03-05 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_ADDR64_LOCAL entry. + (ppc64_elf_reloc_type_lookup): Support R_PPC64_ADDR64_LOCAL. + (ppc64_elf_check_relocs): Likewise. + (ppc64_elf_relocate_section): Likewise. + * Add BFD_RELOC_PPC64_ADDR64_LOCAL. + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + +2014-03-04 Heiher <r@hev.cc> + + * elfxx-mips.c (mips_set_isa_flags): Use E_MIPS_ARCH_64R2 for + Loongson-3A. + (mips_mach_extensions): Make bfd_mach_mips_loongson_3a an + extension of bfd_mach_mipsisa64r2. + +2014-03-04 Nick Clifton <nickc@redhat.com> + + PR ld/16017 + * elf32-arm.c (elf32_thumb2_plt0_entry): New array. + (elf32_thumb2_plt_entry): New array. + (elf32_arm_create_dynamic_sections): Set PLT entry sizes when + using thumb2 based PLT. + (elf32_arm_populate_plt_entry): Handle generating Thumb2 based PLT + entries. + (elf32_arm_final_link_relocate): Do not bias jumps to Thumb based + PLT entries. + (elf32_arm_finish_dynamic_sections): Handle creation of Thumb2 + based PLT 0-entry. + (elf32_arm_output_plt_map_1): Handle creation of local symbols for + Thumb2 based PLT 0-entry. + (elf32_arm_output_arch_local_syms): Handle creation of local + symbols for Thumb2 based PLT entries. + +2014-02-28 Alan Modra <amodra@gmail.com> + + PR ld/16643 + * elflink.c (elf_gc_sweep): Call gc_sweep_hook for exactly + the same conditions we called check_relocs. + +2014-02-27 Yuri Gribov <y.gribov@samsung.com> + + * bfd-in.h: Add export of bfd_elf32_arm_use_long_plt. + * bfd-in2.h: Regenerate. + * elf32-arm.c (elf32_arm_plt_entry_long): New array. + (elf32_arm_link_hash_table_create): Set plt_entry_size to 16 if + using long PLT entries. + (bfd_elf32_arm_use_long_plt): New function. + (elf32_arm_populate_plt_entry): Add support for long PLT entries. + +2014-02-27 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_link_hash_table_create): Provide default + params for targets that don't use ppc32elf.em. + +2014-02-20 Chung-Lin Tang <cltang@codesourcery.com> + + * elf32-nios2.c (nios2_elf32_relocate_section): Fix calculation + of GOTOFF relocations. + +2014-02-19 Igor Zamyatin <igor.zamyatin@intel.com> + H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (elf_x86_64_bnd_plt0_entry): New. + (elf_x86_64_legacy_plt_entry): Likewise. + (elf_x86_64_bnd_plt_entry): Likewise. + (elf_x86_64_legacy_plt2_entry): Likewise. + (elf_x86_64_bnd_plt2_entry): Likewise. + (elf_x86_64_bnd_arch_bed): Likewise. + (elf_x86_64_link_hash_entry): Add has_bnd_reloc and plt_bnd. + (elf_x86_64_link_hash_table): Add plt_bnd. + (elf_x86_64_link_hash_newfunc): Initialize has_bnd_reloc and + plt_bnd. + (elf_x86_64_copy_indirect_symbol): Also copy has_bnd_reloc. + (elf_x86_64_check_relocs): Create the second PLT for Intel MPX + in 64-bit mode. + (elf_x86_64_allocate_dynrelocs): Handle the second PLT for IFUNC + symbols. Resolve call to the second PLT if it is created. + (elf_x86_64_size_dynamic_sections): Keep the second PLT section. + (elf_x86_64_relocate_section): Resolve PLT references to the + second PLT if it is created. + (elf_x86_64_finish_dynamic_symbol): Use BND PLT0 and fill the + second PLT entry for BND relocation. + (elf_x86_64_finish_dynamic_sections): Use MPX backend data if + the second PLT is created. + (elf_x86_64_get_synthetic_symtab): New. + (bfd_elf64_get_synthetic_symtab): Likewise. Undefine for NaCl. + +2014-02-19 Alan Modra <amodra@gmail.com> + + * elf64-ppc.h (struct ppc64_elf_params): Add save_restore_funcs. + * elf64-ppc.c (ppc64_elf_func_desc_adjust): Use it to control + provision of out-of-line register save/restore routines. + +2014-02-18 Jack Carter <jack.carter@imgtec.com> + + * elfxx-mips.c(_bfd_mips_elf_modify_segment_map): Deleted hard coding of + PT_DYNAMIC segment flags. + +2014-02-17 Jan Kratochvil <jan.kratochvil@redhat.com> + + PR binutils/16595 + * simple.c (struct saved_offsets): New. + (simple_save_output_info): Use it for ptr. + (simple_restore_output_info): Use it for ptr. Check section_count. + (bfd_simple_get_relocated_section_contents): Use it for saved_offsets. + +2014-02-17 Alan Modra <amodra@gmail.com> + + * elf64-ppc.h (struct ppc64_elf_params): Define. + (ppc64_elf_init_stub_bfd, ppc64_elf_edit_opd, ppc64_elf_tls_setup, + ppc64_elf_setup_section_lists, ppc64_elf_size_stubs, + ppc64_elf_build_stubs): Update prototype. + * elf64-ppp.c (struct ppc_link_hash_table): Add params, delete other + fields now in params. Adjust code throughout file. + (ppc64_elf_init_stub_bfd): Delete "abfd" parameter, add "params". + Save params pointer in htab. + (ppc64_elf_edit_opd, ppc64_elf_tls_setup, + ppc64_elf_setup_section_lists, ppc64_elf_size_stubs, + ppc64_elf_build_stubs): Remove parameters now in "params". + +2014-02-17 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_relocate_section): Move relocs on insns + patched for ppc476 workaround. Reapply branch taken/not taken + relocs. + +2014-02-12 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_relax_section): Don't build long-branch + stubs for calls to __tls_get_addr that we know will later be + optimised away. + +2014-02-12 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_relax_section): Enable ppc476 workaround + for ld -r, when code sections are sufficiently aligned. + * elf32-ppc.h (struct ppc_elf_params): Delete pagesize. Add + pagesize_p2. + +2014-02-12 Alan Modra <amodra@gmail.com> + + PR gold/15530 + * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Support + --export-dynamic and --dynamic-list marking of symbols. + * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Reorder + cheap tests first. + +2014-02-10 H.J. Lu <hongjiu.lu@intel.com> + + PR gold/16530 + * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Mark symbol in + executables if it matches dynamic_list. + +2014-02-10 Alan Modra <amodra@gmail.com> + + * po/SRC-POTFILES.in: Regenerate. + * po/bfd.pot: Regenerate. + +2014-02-09 Alan Modra <amodra@gmail.com> + + * elf-bfd.h (struct elf_backend_data): Add caches_rawsize. + * elfxx-target.h (elf_backend_caches_rawsize): Define. + (elfNN_bed): Init new field. + * elflink.c (elf_link_input_bfd): Handle caches_rawsize. + * elf32-ppc.c (shared_stub_entry): Zero addi offset. + (ppc_elf_relax_section): Don't reallocate section here, write + stubs, or write out relocs for ld -r here.. + (ppc_elf_relocate_section): ..instead write stubs here, and use + existing code to write out relocs for ld -r. Fix offset + adjustment on reloc for little-endian. + (elf_backend_caches_rawsize): Define. + +2014-02-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + PR build/16550 + * cache.c (bfd_cache_max_open): Cast RLIM_INFINITY to rlim_t. + +2014-02-04 Jan Kratochvil <jan.kratochvil@redhat.com> + + * coff-rs6000.c (xcoff_write_archive_contents_big): Free OFFSETS in + return paths. Three times. + * elf64-ppc.c (ppc64_elf_link_hash_table_create): Free HTAB in all + return paths. + (ppc64_elf_tls_optimize): Free TOC_REF in return path. + (ppc64_elf_edit_toc): Free USED in return path. + +2014-02-03 Sandra Loosemore <sandra@codesourcery.com> + + * reloc.c (BFD_RELOC_NIOS2_GOT_LO, BFD_RELOC_NIOS2_GOT_HA): New. + (BFD_RELOC_NIOS2_CALL_LO, BFD_RELOC_NIOS2_CALL_HA): New. + * libbfd.h: Regenerated. + * bfd-in2.h: Regenerated. + * elf32-nios2.c (elf_nios2_howto_table_rel): Add new relocations. + (nios2_reloc_map): Likewise. + (GOT_USED, CALL_USED): Renamed from GOT16_USED and CALL16_USED. + Fixed all references. + (nios2_elf32_relocate_section): Add new relocations. + (nios2_elf32_check_relocs): Likewise. + (nios2_elf32_gc_sweep_hook): Likewise. + +2014-02-03 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (struct ppc_elf_link_hash_table): Add params. + Delete emit_stub_syms, no_tls_get_addr_opt. Update all uses. + (ppc_elf_link_params): New function. + (ppc_elf_create_glink): Align .glink to 64 bytes for ppc476 + workaround. + (ppc_elf_select_plt_layout): Remove plt_style and emit_stub_syms + parameters. Use htab->params instead. + (ppc_elf_tls_setup): Remove no_tls_get_addr_opt parameter. + (ppc_elf_size_dynamic_sections): Align __glink_PLTresolve to + 64 bytes for ppc476 workaround. + (struct ppc_elf_relax_info): New. + (ppc_elf_relax_section): Exclude linker created sections and + those too small to hold one instruction. Don't add another + branch around trampolines on later relax passes. Don't + generate trampolines for undefined symbols when !relocatable, + nor for plugin symbols. Allocate space for ppc476 workaround + patch area. Free fixups on error return path. + (ppc_elf_relocate_section): Handle ppc476 workaround patching. + * elf32-ppc.h (struct ppc_elf_params): New. + (ppc_elf_select_plt_layout, ppc_elf_tls_setup): Update prototype. + (ppc_elf_link_params): Declare. + * section.c (SEC_INFO_TYPE_TARGET): Define. + * bfd-in2.h: Regenerate. + +2014-02-02 Sandra Loosemore <sandra@codesourcery.com> + + * elf32-nios2.c (struct elf32_nios2_link_hash_table): Add + h_gp_got field. + (nios2_elf32_relocate_section): Use got_base to adjust + GOT-pointer-relative relocations relative to _gp_got. + (create_got_section): Create _gp_got symbol. + (nios2_elf32_finish_dynamic_symbol): Make _gp_got absolute. + (nios2_elf32_size_dynamic_sections): Set _gp_got offset. + +2014-01-30 Sandra Loosemore <sandra@codesourcery.com> + + * bfd-in2.h: Update from reloc.c. + * elf32-nios2.c: Include elf32-nios2.h. + (elf_nios2_howto_table_rel): Add entry for R_NIOS2_CALL26_NOAT. + (nios2_reloc_map): Likewise. + (enum elf32_nios2_stub_type): Declare. + (struct elf32_nios2_stub_hash_entry): Declare. + (nios2_stub_hash_entry, nios2_stub_hash_lookup): New macros. + (struct elf32_nios2_link_hash_entry): Add hsh_cache field. + (struct elf32_nios2_link_hash_table): Add new fields bstab, + stub_bfd, add_stub_section, layout_sections_again, stub_group, + bfd_count, top_index, input_list, all_local_syms. + (nios2_call26_stub_entry): New. + (nios2_elf32_install_imm16): Move up in file. + (nios2_elf32_install_data): Move up in file. + (hiadj): Move up in file. + (stub_hash_newfunc): New. + (link_hash_newfunc): Initialize hsh_cache field. + (STUB_SUFFIX): New. + (nios2_stub_name): New. + (nios2_get_stub_entry): New. + (nios2_add_stub): New. + (nios2_elf32_setup_section_lists): New. + (nios2_elf32_next_input_section): New. + (CALL26_SEGMENT): New. + (MAX_STUB_SECTION_SIZE): New. + (group_sections): New. + (nios2_type_of_stub): New. + (nios2_build_one_stub): New. + (nios2_size_one_stub): New. + (get_local_syms): New. + (nios2_elf32_size_stubs): New. + (nios2_elf32_build_stubs): New. + (nios2_elf32_do_call26_relocate): Correct CALL26 overflow test. + (nios2_elf32_relocate_section): Handle R_NIOS2_CALL26_NOAT. Add + trampolines for R_NIOS2_CALL26 stubs. + (nios2_elf32_check_relocs): Handle R_NIOS2_CALL26_NOAT. + (nios2_elf32_gc_sweep_hook): Likewise. + (nios2_elf32_link_hash_table_create): Initialize the stub hash table. + (nios2_elf32_link_hash_table_free): New. + (bfd_elf32_bfd_link_hash_table_free): Define. + * elf32-nios2.h: New file. + * libbfd.h: Update from reloc.c. + * reloc.c (BFD_RELOC_NIOS2_CALL26_NOAT): New. + +2014-01-29 Nick Clifton <nickc@redhat.com> + + PR binutils/16318 + * elf32-metag.c (elf_metag_post_process_headers): Call + _bfd_elf_post_process_headers. + * elf32-sh64.c (sh64_elf_copy_private_data): Call + _bfd_elf_copy_private_data. + * elf64-sh64.c (sh_elf64_copy_private_data_internal): Likewise. + +2014-01-29 Nick Clifton <nickc@redhat.com> + + * bfd-in.h (bfd_set_section_vma): Delete. + (bfd_set_section_alignment): Delete. + (bfd_set_section_userdata): Delete. + (bfd_set_cacheable): Delete. + * bfd.c (bfd_set_cacheable): New static inline function. + * section.c (bfd_set_section_userdata): Likewise. + (bfd_set_section_vma): Likewise. + (bfd_set_section_alignment): Likewise. + * bfd-in2.h: Regenerate. + +2014-01-28 Nick Clifton <nickc@redhat.com> + + * dwarf2.c (find_abstract_instance_name): For DW_FORM_ref_addr + attributes select the CU containing the abbreviation, which may not + be the current CU. + +2014-01-24 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (ppc_build_one_stub): Correct reloc count passed + to get_relocs for ELFv2. + +2014-01-23 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/16498 + * elf.c (_bfd_elf_map_sections_to_segments): Issue a linker error + if TLS sections are not adjacent. + +2014-01-22 Alan Modra <amodra@gmail.com> + + * elflink.c (elf_link_add_object_symbols): Call minfo for --as-needed. + +2014-01-22 Alan Modra <amodra@gmail.com> + + * elf64-ppc.c (STK_LINKER): Comment typo fix. + +2014-01-21 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/16467 + * elflink.c (_bfd_elf_merge_symbol): When types of the existing + regular default symbol definition and the versioned dynamic + symbol definition mismatch, skip the default symbol definition + if one of them is IFUNC. + +2014-01-21 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/2404 + * elflink.c (_bfd_elf_merge_symbol): Don't check info->shared, + info->export_dynamic nor h->ref_dynamic for type mismatch when + adding the default version. + +2014-01-16 Alan Modra <amodra@gmail.com> + + * elfxx-mips.c (mips_elf_record_got_page_entry): Pass in a + mips_elf_traverse_got_arg* rather than mips_got_info*. + Adjust caller. Alloc on output_bfd rather than symbol section + owner. + +2014-01-15 H.J. Lu <hongjiu.lu@intel.com> + + * elf32-i386.c (elf_i386_allocate_dynrelocs): Revert the last + change. + * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise. + +2014-01-14 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/16428 + * elf32-i386.c (elf_i386_allocate_dynrelocs): Don't discard relocs + against __ehdr_start. + * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise. + +2014-01-14 H.J. Lu <hongjiu.lu@intel.com> + + * elf32-i386.c (elf_i386_allocate_dynrelocs): Revert the last + change. + * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise. + +2014-01-14 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/16428 + * elf32-i386.c (elf_i386_allocate_dynrelocs): Don't update reloc + count if there are any non pc-relative relocs. + * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise. + +2014-01-14 Michael Hudson-Doyle <michael.hudson@linaro.org> + Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org> + + * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Use correct + offset while calculating relocation address. + (elfNN_aarch64_create_small_pltn_entry): Likewise. + (elfNN_aarch64_init_small_plt0_entry): Likewise. + +2014-01-13 Ma Jiang <ma.jiang@zte.com.cn> + + PR ld/16202 + * elf32-arm.c (elf32_arm_final_link_relocate): Refetch addends for + R_ARM_ABS8 and R_ARM_ABS16. + +2014-01-13 Alan Modra <amodra@gmail.com> + + * elf32-ppc.c (ppc_elf_check_relocs): For @local call to ifunc, + error when shared and force a plt call otherwise. + (ppc_elf_size_dynamic_sections): Don't emit DT_PPC_GOT unless + plt_type == PLT_NEW. + (ppc_elf_relocate_section): Add missing test to resolve ifuncs to + the appropriate call stub. + +2014-01-10 Alan Modra <amodra@gmail.com> + + PR ld/14207 + PR ld/16322 + PR binutils/16323 + * elf.c (assign_file_positions_for_load_sections): Revert last change. + (assign_file_positions_for_non_load_sections): When setting up + PT_GNU_RELRO header, don't require a corresponding PT_LOAD + header that completely covers the relro region. + +2014-01-09 Tristan Gingold <gingold@adacore.com> + + * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): use jump + table macros and add macros to initializa the structure. + +2014-01-08 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/14207 + PR ld/16322 + PR binutils/16323 + * elf.c (_bfd_elf_map_sections_to_segments): Don't check section + size for PT_GNU_RELRO segment. + (assign_file_positions_for_load_sections): If PT_LOAD segment + doesn't fit PT_GNU_RELRO segment, adjust its p_filesz and p_memsz. + +2014-01-07 Tom Tromey <tromey@redhat.com> + + * elf32-xtensa.c (vsprint_msg): Don't use old VA_* compatibility + wrappers. + +2014-01-03 Nick Clifton <nickc@redhat.com> + + PR binutils/16199 + * elf.c (vma_page_aligned_bias): Handle a maxpagesize value of + zero. + +2014-01-02 Yuanhui Zhang <asmwarrior@gmail.com> + + PR binutils/14289 + * pef.c (bfd_pef_xlib_read_header): Increase buffer size to 80. + +2014-01-02 Nick Clifton <nickc@redhat.com> + + PR binutils/11983 + * archive.c (_bfd_get_elt_at_filepos): Store a copy of the + filename in the bfd's filename field. + * elfcode.h (bfd_from_remote_memory): Likewise. + * ieee.c (ieee_object_p): Likewise. + * mach-o.c (bfd_mach_o_fat_member_init): Likewise. + * oasys.c (oasys_openr_next_archived_file): Likewise. + * vms-lib.c (_bfd_vms_lib_get_module): Likewise. + * opncls.c (bfd_fopen): Likewise. + (bfd_openstreamr): Likewise. + (bfd_openr_iovec): Likewise. + (bfd_openw): Likewise. + (bfd_create): Likewise. + (_bfd_delete_bfd): Free filename. + +For older changes see ChangeLog-2013 + +Copyright (C) 2014 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. + +Local Variables: +mode: change-log +left-margin: 8 +fill-column: 74 +version-control: never +End: diff --git a/bfd/MAINTAINERS b/bfd/MAINTAINERS index 9ee4884ba0e..041d8f4e3d7 100644 --- a/bfd/MAINTAINERS +++ b/bfd/MAINTAINERS @@ -1,6 +1,6 @@ See ../binutils/MAINTAINERS -Copyright (C) 2012-2014 Free Software Foundation, Inc. +Copyright (C) 2012-2015 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 8aa87481c64..8ffdbb12e08 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bfd/PORTING b/bfd/PORTING index f4786b31fbd..cfde807bfe5 100644 --- a/bfd/PORTING +++ b/bfd/PORTING @@ -82,7 +82,7 @@ TARGETNAME The name of the target, for run-time lookups. Usually "a.out-<target>" -Copyright (C) 2012-2014 Free Software Foundation, Inc. +Copyright (C) 2012-2015 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/bfd/README b/bfd/README index 09fc6c7e070..28b2d17d8de 100644 --- a/bfd/README +++ b/bfd/README @@ -48,7 +48,7 @@ gcc manual. Bug reports without patches will be remembered, but they may never get fixed until somebody volunteers to fix them. -Copyright (C) 2012-2014 Free Software Foundation, Inc. +Copyright (C) 2012-2015 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -20,7 +20,7 @@ Things that still need to be done: -*- Text -*- o - upgrade the reloc handling as per Steve's suggestion. -Copyright (C) 2012-2014 Free Software Foundation, Inc. +Copyright (C) 2012-2015 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/bfd/acinclude.m4 b/bfd/acinclude.m4 index 31a4bf9674e..acb64190054 100644 --- a/bfd/acinclude.m4 +++ b/bfd/acinclude.m4 @@ -1,5 +1,5 @@ dnl -dnl Copyright (C) 2012-2014 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2015 Free Software Foundation, Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/bfd/aix386-core.c b/bfd/aix386-core.c index d3e2080fb50..b534736f62e 100644 --- a/bfd/aix386-core.c +++ b/bfd/aix386-core.c @@ -1,7 +1,7 @@ /* BFD back-end for AIX on PS/2 core files. This was based on trad-core.c, which was written by John Gilmore of Cygnus Support. - Copyright (C) 1988-2014 Free Software Foundation, Inc. + Copyright (C) 1988-2015 Free Software Foundation, Inc. Written by Minh Tran-Le <TRANLE@INTELLICORP.COM>. Converted to back end form by Ian Lance Taylor <ian@cygnus.com>. diff --git a/bfd/aix5ppc-core.c b/bfd/aix5ppc-core.c index 82593ffa44f..fe034b9c649 100644 --- a/bfd/aix5ppc-core.c +++ b/bfd/aix5ppc-core.c @@ -1,5 +1,5 @@ /* IBM RS/6000 "XCOFF" back-end for BFD. - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. Written by Tom Rix Contributed by Red Hat Inc. diff --git a/bfd/aout-adobe.c b/bfd/aout-adobe.c index 50394a2c90d..7e781d4d74b 100644 --- a/bfd/aout-adobe.c +++ b/bfd/aout-adobe.c @@ -1,5 +1,5 @@ /* BFD back-end for a.out.adobe binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. Based on bout.c. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aout-arm.c b/bfd/aout-arm.c index 5f336ff5e5f..9e5bb8fe8ab 100644 --- a/bfd/aout-arm.c +++ b/bfd/aout-arm.c @@ -1,5 +1,5 @@ /* BFD back-end for raw ARM a.out binaries. - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aout-cris.c b/bfd/aout-cris.c index 01b7bcf04a4..166e305c1ab 100644 --- a/bfd/aout-cris.c +++ b/bfd/aout-cris.c @@ -1,5 +1,5 @@ /* BFD backend for CRIS a.out binaries. - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. Contributed by Axis Communications AB. Written by Hans-Peter Nilsson. diff --git a/bfd/aout-ns32k.c b/bfd/aout-ns32k.c index b436b2125f2..cf95a99f66d 100644 --- a/bfd/aout-ns32k.c +++ b/bfd/aout-ns32k.c @@ -1,5 +1,5 @@ /* BFD back-end for ns32k a.out-ish binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Contributed by Ian Dall (idall@eleceng.adelaide.edu.au). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aout-sparcle.c b/bfd/aout-sparcle.c index 0d75a28c3d1..1184166a3cb 100644 --- a/bfd/aout-sparcle.c +++ b/bfd/aout-sparcle.c @@ -1,5 +1,5 @@ /* BFD backend for sparc little-endian aout binaries. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aout-target.h b/bfd/aout-target.h index 7982bf0b1c1..0c97a4af58d 100644 --- a/bfd/aout-target.h +++ b/bfd/aout-target.h @@ -1,5 +1,5 @@ /* Define a target vector and some small routines for a variant of a.out. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aout-tic30.c b/bfd/aout-tic30.c index e164446566c..7fcdf6240bb 100644 --- a/bfd/aout-tic30.c +++ b/bfd/aout-tic30.c @@ -1,5 +1,5 @@ /* BFD back-end for TMS320C30 a.out binaries. - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aout0.c b/bfd/aout0.c index a0370e39deb..7f093ee8113 100644 --- a/bfd/aout0.c +++ b/bfd/aout0.c @@ -1,5 +1,5 @@ /* BFD backend for SunOS style a.out with flags set to 0 - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aout32.c b/bfd/aout32.c index a6f6df3e22c..4d566e41314 100644 --- a/bfd/aout32.c +++ b/bfd/aout32.c @@ -1,5 +1,5 @@ /* BFD back-end for 32-bit a.out files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aout64.c b/bfd/aout64.c index 6474a76e30c..212ec844f69 100644 --- a/bfd/aout64.c +++ b/bfd/aout64.c @@ -1,5 +1,5 @@ /* BFD back-end for 64-bit a.out files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aoutf1.h b/bfd/aoutf1.h index 63c16d9780c..7f4883545be 100644 --- a/bfd/aoutf1.h +++ b/bfd/aoutf1.h @@ -1,5 +1,5 @@ /* A.out "format 1" file handling code for BFD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 9385a98570d..d4e0fecb6bc 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -1,5 +1,5 @@ /* BFD semi-generic back-end for a.out binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/archive.c b/bfd/archive.c index 99096c3217c..dc5f76c83f5 100644 --- a/bfd/archive.c +++ b/bfd/archive.c @@ -1,5 +1,5 @@ /* BFD back-end for archive files (libraries). - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. Mostly Gumby Henkel-Wallace's fault. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/archive64.c b/bfd/archive64.c index 9d29b90e646..8dbdc750771 100644 --- a/bfd/archive64.c +++ b/bfd/archive64.c @@ -1,5 +1,5 @@ /* Support for 64-bit ELF archives. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Ian Lance Taylor, Cygnus Support Linker support added by Mark Mitchell, CodeSourcery, LLC. <mark@codesourcery.com> diff --git a/bfd/archures.c b/bfd/archures.c index 067e65489af..ca20fb2c081 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -1,5 +1,5 @@ /* BFD library support routines for architectures. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Hacked by John Gilmore and Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/armnetbsd.c b/bfd/armnetbsd.c index 05b76359856..a8a2e338018 100644 --- a/bfd/armnetbsd.c +++ b/bfd/armnetbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/ARM a.out-ish binaries. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 0f2b57fc306..4b3738023e7 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -1,6 +1,6 @@ /* Main header file for the bfd library -- portable access to object files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 7f45316800c..b718f10d08e 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -7,7 +7,7 @@ /* Main header file for the bfd library -- portable access to object files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/bfd/bfd.c b/bfd/bfd.c index 2d9397b5b29..29a7c5d2bfc 100644 --- a/bfd/bfd.c +++ b/bfd/bfd.c @@ -1,5 +1,5 @@ /* Generic BFD library interface and support routines. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/bfd.m4 b/bfd/bfd.m4 index 6b711e24ac4..aa28847f1bb 100644 --- a/bfd/bfd.m4 +++ b/bfd/bfd.m4 @@ -1,6 +1,6 @@ dnl This file was derived from acinclude.m4. dnl -dnl Copyright (C) 2012-2014 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2015 Free Software Foundation, Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/bfd/bfdio.c b/bfd/bfdio.c index 14619f58f70..89406e3c733 100644 --- a/bfd/bfdio.c +++ b/bfd/bfdio.c @@ -1,6 +1,6 @@ /* Low-level I/O routines for BFDs. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. diff --git a/bfd/bfdwin.c b/bfd/bfdwin.c index 2af868aa3d1..d133656ab4a 100644 --- a/bfd/bfdwin.c +++ b/bfd/bfdwin.c @@ -1,5 +1,5 @@ /* Support for memory-mapped windows into a BFD. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/binary.c b/bfd/binary.c index 93a0cff56f7..9ed61aa9c59 100644 --- a/bfd/binary.c +++ b/bfd/binary.c @@ -1,5 +1,5 @@ /* BFD back-end for binary objects. - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support, <ian@cygnus.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/bout.c b/bfd/bout.c index de9c7c718ab..8ca3c782b97 100644 --- a/bfd/bout.c +++ b/bfd/bout.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 960 b.out binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cache.c b/bfd/cache.c index ffda00452de..94a82daff00 100644 --- a/bfd/cache.c +++ b/bfd/cache.c @@ -1,6 +1,6 @@ /* BFD library -- caching of file descriptors. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support (steve@cygnus.com). diff --git a/bfd/cf-i386lynx.c b/bfd/cf-i386lynx.c index 480c27577dc..73bd5da8f1f 100644 --- a/bfd/cf-i386lynx.c +++ b/bfd/cf-i386lynx.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 COFF LynxOS files. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cf-sparclynx.c b/bfd/cf-sparclynx.c index 2be004849a5..d127fbc9456 100644 --- a/bfd/cf-sparclynx.c +++ b/bfd/cf-sparclynx.c @@ -1,5 +1,5 @@ /* BFD back-end for Sparc COFF LynxOS files. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cisco-core.c b/bfd/cisco-core.c index 36845a2804e..50f1458e71d 100644 --- a/bfd/cisco-core.c +++ b/bfd/cisco-core.c @@ -1,5 +1,5 @@ /* BFD back-end for CISCO crash dumps. - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-alpha.c b/bfd/coff-alpha.c index 0e78088ad79..0fdbded0a16 100644 --- a/bfd/coff-alpha.c +++ b/bfd/coff-alpha.c @@ -1,5 +1,5 @@ /* BFD back-end for ALPHA Extended-Coff files. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Modified from coff-mips.c by Steve Chamberlain <sac@cygnus.com> and Ian Lance Taylor <ian@cygnus.com>. diff --git a/bfd/coff-apollo.c b/bfd/coff-apollo.c index 2c755986e6d..14a54831b4c 100644 --- a/bfd/coff-apollo.c +++ b/bfd/coff-apollo.c @@ -1,5 +1,5 @@ /* BFD back-end for Apollo 68000 COFF binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. By Troy Rollo (troy@cbme.unsw.edu.au) Based on m68k standard COFF version Written by Cygnus Support. diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c index d47b77e3509..74ce0172be0 100644 --- a/bfd/coff-arm.c +++ b/bfd/coff-arm.c @@ -1,5 +1,5 @@ /* BFD back-end for ARM COFF files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-aux.c b/bfd/coff-aux.c index d95b98bc65c..1f8a81f094b 100644 --- a/bfd/coff-aux.c +++ b/bfd/coff-aux.c @@ -1,5 +1,5 @@ /* BFD back-end for Apple M68K COFF A/UX 3.x files. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Written by Richard Henderson <rth@tamu.edu>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-bfd.c b/bfd/coff-bfd.c index 81ecdf814c2..21337bf76eb 100644 --- a/bfd/coff-bfd.c +++ b/bfd/coff-bfd.c @@ -1,5 +1,5 @@ /* BFD COFF interfaces used outside of BFD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-bfd.h b/bfd/coff-bfd.h index 3e30ef37de9..1ca5f69f91c 100644 --- a/bfd/coff-bfd.h +++ b/bfd/coff-bfd.h @@ -1,5 +1,5 @@ /* BFD COFF interfaces used outside of BFD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-go32.c b/bfd/coff-go32.c index 47972650684..f67895f680b 100644 --- a/bfd/coff-go32.c +++ b/bfd/coff-go32.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 COFF files (DJGPP variant). - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by DJ Delorie. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-h8300.c b/bfd/coff-h8300.c index 10123d3e52a..86945acab8b 100644 --- a/bfd/coff-h8300.c +++ b/bfd/coff-h8300.c @@ -1,5 +1,5 @@ /* BFD back-end for Renesas H8/300 COFF binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Steve Chamberlain, <sac@cygnus.com>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-h8500.c b/bfd/coff-h8500.c index b6a996e943a..052de7b2155 100644 --- a/bfd/coff-h8500.c +++ b/bfd/coff-h8500.c @@ -1,5 +1,5 @@ /* BFD back-end for Renesas H8/500 COFF binaries. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Steve Chamberlain, <sac@cygnus.com>. diff --git a/bfd/coff-i386.c b/bfd/coff-i386.c index e3f3b5810a9..20d240204a1 100644 --- a/bfd/coff-i386.c +++ b/bfd/coff-i386.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 COFF files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-i860.c b/bfd/coff-i860.c index 341183f16b3..2122c0d3b2a 100644 --- a/bfd/coff-i860.c +++ b/bfd/coff-i860.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel i860 COFF files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Created mostly by substituting "860" for "386" in coff-i386.c Harry Dolan <dolan@ssd.intel.com>, October 1995 diff --git a/bfd/coff-i960.c b/bfd/coff-i960.c index 963433eefc8..dbd197f49c4 100644 --- a/bfd/coff-i960.c +++ b/bfd/coff-i960.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 960 COFF files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-ia64.c b/bfd/coff-ia64.c index f1641dbbdad..0df3a9e348d 100644 --- a/bfd/coff-ia64.c +++ b/bfd/coff-ia64.c @@ -1,5 +1,5 @@ /* BFD back-end for HP/Intel IA-64 COFF files. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. Contributed by David Mosberger <davidm@hpl.hp.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-m68k.c b/bfd/coff-m68k.c index 20696f55178..e90aec72f0c 100644 --- a/bfd/coff-m68k.c +++ b/bfd/coff-m68k.c @@ -1,5 +1,5 @@ /* BFD back-end for Motorola 68000 COFF binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-m88k.c b/bfd/coff-m88k.c index 7d474f951b9..a6e01cc38e9 100644 --- a/bfd/coff-m88k.c +++ b/bfd/coff-m88k.c @@ -1,5 +1,5 @@ /* BFD back-end for Motorola 88000 COFF "Binary Compatibility Standard" files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-mcore.c b/bfd/coff-mcore.c index 9f30cfcb623..45d49174354 100644 --- a/bfd/coff-mcore.c +++ b/bfd/coff-mcore.c @@ -1,5 +1,5 @@ /* BFD back-end for Motorola MCore COFF/PE - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-mips.c b/bfd/coff-mips.c index 298671c1122..a4905721870 100644 --- a/bfd/coff-mips.c +++ b/bfd/coff-mips.c @@ -1,5 +1,5 @@ /* BFD back-end for MIPS Extended-Coff files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Original version by Per Bothner. Full support added by Ian Lance Taylor, ian@cygnus.com. diff --git a/bfd/coff-ppc.c b/bfd/coff-ppc.c index 32d30120d45..237980d6a84 100644 --- a/bfd/coff-ppc.c +++ b/bfd/coff-ppc.c @@ -1,5 +1,5 @@ /* BFD back-end for PowerPC Microsoft Portable Executable files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Original version pieced together by Kim Knuttila (krk@cygnus.com) diff --git a/bfd/coff-rs6000.c b/bfd/coff-rs6000.c index 05c45cf14bf..8fbfa16add1 100644 --- a/bfd/coff-rs6000.c +++ b/bfd/coff-rs6000.c @@ -1,5 +1,5 @@ /* BFD back-end for IBM RS/6000 "XCOFF" files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore. Archive support from Damon A. Permezel. Contributed by IBM Corporation and Cygnus Support. diff --git a/bfd/coff-sh.c b/bfd/coff-sh.c index fcd9570b8d4..5fb4da2b8ed 100644 --- a/bfd/coff-sh.c +++ b/bfd/coff-sh.c @@ -1,5 +1,5 @@ /* BFD back-end for Renesas Super-H COFF binaries. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Steve Chamberlain, <sac@cygnus.com>. Relaxing code written by Ian Lance Taylor, <ian@cygnus.com>. diff --git a/bfd/coff-sparc.c b/bfd/coff-sparc.c index 031dcd0851b..232cefacead 100644 --- a/bfd/coff-sparc.c +++ b/bfd/coff-sparc.c @@ -1,5 +1,5 @@ /* BFD back-end for Sparc COFF files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c index 4dc90149e87..5efd69cd54d 100644 --- a/bfd/coff-stgo32.c +++ b/bfd/coff-stgo32.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub). - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 Free Software Foundation, Inc. Written by Robert Hoehne. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-svm68k.c b/bfd/coff-svm68k.c index f759abbe2d8..8e733bff30f 100644 --- a/bfd/coff-svm68k.c +++ b/bfd/coff-svm68k.c @@ -1,5 +1,5 @@ /* BFD back-end for Motorola sysv68 - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 Free Software Foundation, Inc. Written by Philippe De Muyter <phdm@info.ucl.ac.be>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-tic30.c b/bfd/coff-tic30.c index ab953088c75..545ac5e939f 100644 --- a/bfd/coff-tic30.c +++ b/bfd/coff-tic30.c @@ -1,5 +1,5 @@ /* BFD back-end for TMS320C30 coff binaries. - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-tic4x.c b/bfd/coff-tic4x.c index 1e7166f11c5..e6cd95d2bec 100644 --- a/bfd/coff-tic4x.c +++ b/bfd/coff-tic4x.c @@ -1,5 +1,5 @@ /* BFD back-end for TMS320C4X coff binaries. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz) diff --git a/bfd/coff-tic54x.c b/bfd/coff-tic54x.c index 3027c9e8791..600b1fe0f76 100644 --- a/bfd/coff-tic54x.c +++ b/bfd/coff-tic54x.c @@ -1,5 +1,5 @@ /* BFD back-end for TMS320C54X coff binaries. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. Contributed by Timothy Wall (twall@cygnus.com) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-tic80.c b/bfd/coff-tic80.c index 80bb05ef195..10d50f0aab2 100644 --- a/bfd/coff-tic80.c +++ b/bfd/coff-tic80.c @@ -1,5 +1,5 @@ /* BFD back-end for Texas Instruments TMS320C80 Multimedia Video Processor (MVP). - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Written by Fred Fish (fnf@cygnus.com) diff --git a/bfd/coff-u68k.c b/bfd/coff-u68k.c index 260853ce170..d07f7cd8723 100644 --- a/bfd/coff-u68k.c +++ b/bfd/coff-u68k.c @@ -1,5 +1,5 @@ /* BFD back-end for Motorola 68000 COFF binaries having underscore with name. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-w65.c b/bfd/coff-w65.c index 483ae8048b5..1872feb7448 100644 --- a/bfd/coff-w65.c +++ b/bfd/coff-w65.c @@ -1,5 +1,5 @@ /* BFD back-end for WDC 65816 COFF binaries. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. Written by Steve Chamberlain, <sac@cygnus.com>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-we32k.c b/bfd/coff-we32k.c index b754815e701..7dba256d754 100644 --- a/bfd/coff-we32k.c +++ b/bfd/coff-we32k.c @@ -1,5 +1,5 @@ /* BFD back-end for we32k COFF files. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. Contributed by Brendan Kehoe (brendan@cs.widener.edu). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-x86_64.c b/bfd/coff-x86_64.c index 03628b9fe8d..fb5971d633f 100644 --- a/bfd/coff-x86_64.c +++ b/bfd/coff-x86_64.c @@ -1,5 +1,5 @@ /* BFD back-end for AMD 64 COFF files. - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-z80.c b/bfd/coff-z80.c index fd68b124342..786cf95288a 100644 --- a/bfd/coff-z80.c +++ b/bfd/coff-z80.c @@ -1,5 +1,5 @@ /* BFD back-end for Zilog Z80 COFF binaries. - Copyright (C) 2005-2014 Free Software Foundation, Inc. + Copyright (C) 2005-2015 Free Software Foundation, Inc. Contributed by Arnold Metselaar <arnold_m@operamail.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-z8k.c b/bfd/coff-z8k.c index 7f67ee8f5b9..25e63a4b671 100644 --- a/bfd/coff-z8k.c +++ b/bfd/coff-z8k.c @@ -1,5 +1,5 @@ /* BFD back-end for Zilog Z800n COFF binaries. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Steve Chamberlain, <sac@cygnus.com>. diff --git a/bfd/coff64-rs6000.c b/bfd/coff64-rs6000.c index 72ea58bebbe..ba984694f68 100644 --- a/bfd/coff64-rs6000.c +++ b/bfd/coff64-rs6000.c @@ -1,5 +1,5 @@ /* BFD back-end for IBM RS/6000 "XCOFF64" files. - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. Written Clinton Popetz. Contributed by Cygnus Support. diff --git a/bfd/coffcode.h b/bfd/coffcode.h index a5ea3322f44..695497f4b3f 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -1,5 +1,5 @@ /* Support for the generic parts of most COFF variants, for BFD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coffgen.c b/bfd/coffgen.c index db89c72576c..aa015597b78 100644 --- a/bfd/coffgen.c +++ b/bfd/coffgen.c @@ -1,5 +1,5 @@ /* Support for the generic parts of COFF, for BFD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cofflink.c b/bfd/cofflink.c index 2782795d3b8..ee4d032cbd0 100644 --- a/bfd/cofflink.c +++ b/bfd/cofflink.c @@ -1,5 +1,5 @@ /* COFF specific linker code. - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coffswap.h b/bfd/coffswap.h index c62be2eb9fa..d07f3c3ec5a 100644 --- a/bfd/coffswap.h +++ b/bfd/coffswap.h @@ -1,5 +1,5 @@ /* Generic COFF swapping routines, for BFD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/compress.c b/bfd/compress.c index a3a2f359627..0087a665d87 100644 --- a/bfd/compress.c +++ b/bfd/compress.c @@ -1,5 +1,5 @@ /* Compressed section support (intended for debug sections). - Copyright (C) 2008-2014 Free Software Foundation, Inc. + Copyright (C) 2008-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/config.bfd b/bfd/config.bfd index a9627f8760e..75f21e38d15 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1,6 +1,6 @@ # config.bfd # -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bfd/configure.ac b/bfd/configure.ac index 1b709dcd281..a2743a03360 100644 --- a/bfd/configure.ac +++ b/bfd/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2012-2014 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2015 Free Software Foundation, Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/bfd/configure.com b/bfd/configure.com index 707ba49785e..7f7411d0593 100644 --- a/bfd/configure.com +++ b/bfd/configure.com @@ -7,7 +7,7 @@ $! $! Written by Klaus K"ampf (kkaempf@rmi.de) $! Rewritten by Tristan Gingold (gingold@adacore.com) $! -$! Copyright (C) 2012-2014 Free Software Foundation, Inc. +$! Copyright (C) 2012-2015 Free Software Foundation, Inc. $! $! This file is free software; you can redistribute it and/or modify $! it under the terms of the GNU General Public License as published by diff --git a/bfd/configure.host b/bfd/configure.host index 5942e575a1b..0e1de45b5df 100644 --- a/bfd/configure.host +++ b/bfd/configure.host @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bfd/corefile.c b/bfd/corefile.c index 1b87e86bc21..53f6b46f7db 100644 --- a/bfd/corefile.c +++ b/bfd/corefile.c @@ -1,5 +1,5 @@ /* Core file generic interface routines for BFD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-aarch64.c b/bfd/cpu-aarch64.c index 616eb275e7d..7d767f0805d 100644 --- a/bfd/cpu-aarch64.c +++ b/bfd/cpu-aarch64.c @@ -1,5 +1,5 @@ /* BFD support for AArch64. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-alpha.c b/bfd/cpu-alpha.c index da1666137e9..193a7288eb6 100644 --- a/bfd/cpu-alpha.c +++ b/bfd/cpu-alpha.c @@ -1,5 +1,5 @@ /* BFD support for the Alpha architecture. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-arc.c b/bfd/cpu-arc.c index 0636105b9c8..a99e5391e83 100644 --- a/bfd/cpu-arc.c +++ b/bfd/cpu-arc.c @@ -1,5 +1,5 @@ /* BFD support for the ARC processor - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. Contributed by Doug Evans (dje@cygnus.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-arm.c b/bfd/cpu-arm.c index 149c2e5b87d..7d68500fd54 100644 --- a/bfd/cpu-arm.c +++ b/bfd/cpu-arm.c @@ -1,5 +1,5 @@ /* BFD support for the ARM processor - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-avr.c b/bfd/cpu-avr.c index d3da25aff11..ed172f00fcf 100644 --- a/bfd/cpu-avr.c +++ b/bfd/cpu-avr.c @@ -1,5 +1,5 @@ /* BFD library support routines for the AVR architecture. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. Contributed by Denis Chertykov <denisc@overta.ru> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-bfin.c b/bfd/cpu-bfin.c index 433904d66b1..1b7d29d2c13 100644 --- a/bfd/cpu-bfin.c +++ b/bfd/cpu-bfin.c @@ -1,6 +1,6 @@ /* BFD Support for the ADI Blackfin processor. - Copyright (C) 2005-2014 Free Software Foundation, Inc. + Copyright (C) 2005-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-cr16.c b/bfd/cpu-cr16.c index 2b1af76ba9e..4eb9105cf37 100644 --- a/bfd/cpu-cr16.c +++ b/bfd/cpu-cr16.c @@ -1,5 +1,5 @@ /* BFD support for the CR16 processor. - Copyright (C) 2007-2014 Free Software Foundation, Inc. + Copyright (C) 2007-2015 Free Software Foundation, Inc. Written by M R Swami Reddy This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-cr16c.c b/bfd/cpu-cr16c.c index 00d9b9c1ffb..5fd1969ad55 100644 --- a/bfd/cpu-cr16c.c +++ b/bfd/cpu-cr16c.c @@ -1,5 +1,5 @@ /* BFD support for the CR16C processor. - Copyright (C) 2004-2014 Free Software Foundation, Inc. + Copyright (C) 2004-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-cris.c b/bfd/cpu-cris.c index 0a35d9babf9..74668a7be48 100644 --- a/bfd/cpu-cris.c +++ b/bfd/cpu-cris.c @@ -1,5 +1,5 @@ /* BFD support for the Axis CRIS architecture. - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. Contributed by Axis Communications AB. Written by Hans-Peter Nilsson. diff --git a/bfd/cpu-crx.c b/bfd/cpu-crx.c index f393cb73122..6b28754185e 100644 --- a/bfd/cpu-crx.c +++ b/bfd/cpu-crx.c @@ -1,5 +1,5 @@ /* BFD support for the CRX processor. - Copyright (C) 2004-2014 Free Software Foundation, Inc. + Copyright (C) 2004-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-d10v.c b/bfd/cpu-d10v.c index 367b999614e..281fe91062d 100644 --- a/bfd/cpu-d10v.c +++ b/bfd/cpu-d10v.c @@ -1,5 +1,5 @@ /* BFD support for the D10V processor - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Contributed by Martin Hunt (hunt@cygnus.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-d30v.c b/bfd/cpu-d30v.c index 11eae81e6bb..1c41d052ba9 100644 --- a/bfd/cpu-d30v.c +++ b/bfd/cpu-d30v.c @@ -1,5 +1,5 @@ /* BFD support for the Mitsubishi D30V processor - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 Free Software Foundation, Inc. Contributed by Martin Hunt (hunt@cygnus.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-dlx.c b/bfd/cpu-dlx.c index 00e133622af..d877cebb1ec 100644 --- a/bfd/cpu-dlx.c +++ b/bfd/cpu-dlx.c @@ -1,5 +1,5 @@ /* BFD support for the DLX Microprocessor architecture. - Copyright (C) 2002-2014 Free Software Foundation, Inc. + Copyright (C) 2002-2015 Free Software Foundation, Inc. Hacked by Kuang Hwa Lin <kuang@sbcglobal.net> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-epiphany.c b/bfd/cpu-epiphany.c index 26ffc03d56a..020788d36be 100644 --- a/bfd/cpu-epiphany.c +++ b/bfd/cpu-epiphany.c @@ -1,5 +1,5 @@ /* BFD support for the Adapteva EPIPHANY processor. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-fr30.c b/bfd/cpu-fr30.c index 9af19a5f59e..a239a216586 100644 --- a/bfd/cpu-fr30.c +++ b/bfd/cpu-fr30.c @@ -1,5 +1,5 @@ /* BFD support for the FR30 processor. - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-frv.c b/bfd/cpu-frv.c index fe611d768d4..44d7ccb7a44 100644 --- a/bfd/cpu-frv.c +++ b/bfd/cpu-frv.c @@ -1,5 +1,5 @@ /* BFD support for the FRV processor. - Copyright (C) 2002-2014 Free Software Foundation, Inc. + Copyright (C) 2002-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-h8300.c b/bfd/cpu-h8300.c index cd6e8ed07f2..8a86e767881 100644 --- a/bfd/cpu-h8300.c +++ b/bfd/cpu-h8300.c @@ -1,5 +1,5 @@ /* BFD library support routines for the Renesas H8/300 architecture. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-h8500.c b/bfd/cpu-h8500.c index d01984abf70..278bcdbcd1e 100644 --- a/bfd/cpu-h8500.c +++ b/bfd/cpu-h8500.c @@ -1,5 +1,5 @@ /* BFD library support routines for the H8/500 architecture. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-hppa.c b/bfd/cpu-hppa.c index 8089a957715..8ec1f5bb625 100644 --- a/bfd/cpu-hppa.c +++ b/bfd/cpu-hppa.c @@ -1,5 +1,5 @@ /* BFD support for the HP Precision Architecture architecture. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-i370.c b/bfd/cpu-i370.c index bb5bc2fd075..7e6b702d398 100644 --- a/bfd/cpu-i370.c +++ b/bfd/cpu-i370.c @@ -1,5 +1,5 @@ /* BFD i370 CPU definition - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. Contributed by Ian Lance Taylor, Cygnus Support. Hacked by Linas Vepstas <linas@linas.org> in 1998, 1999 diff --git a/bfd/cpu-i386.c b/bfd/cpu-i386.c index 5e488529a15..b727ac81909 100644 --- a/bfd/cpu-i386.c +++ b/bfd/cpu-i386.c @@ -1,5 +1,5 @@ /* BFD support for the Intel 386 architecture. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-i860.c b/bfd/cpu-i860.c index 71452bacc20..c79df52bee3 100644 --- a/bfd/cpu-i860.c +++ b/bfd/cpu-i860.c @@ -1,5 +1,5 @@ /* BFD support for the Intel 860 architecture. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. Created mostly by substituting "860" for "386" in cpu-i386.c Harry Dolan <dolan@ssd.intel.com>, October 1995 diff --git a/bfd/cpu-i960.c b/bfd/cpu-i960.c index bdcae8c5ba8..761435c3b8c 100644 --- a/bfd/cpu-i960.c +++ b/bfd/cpu-i960.c @@ -1,5 +1,5 @@ /* BFD library support routines for the i960 architecture. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-ia64-opc.c b/bfd/cpu-ia64-opc.c index dd023fd85e1..85908294a00 100644 --- a/bfd/cpu-ia64-opc.c +++ b/bfd/cpu-ia64-opc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2014 Free Software Foundation, Inc. +/* Copyright (C) 1998-2015 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-ia64.c b/bfd/cpu-ia64.c index 6017e4547b8..6ef6156bb45 100644 --- a/bfd/cpu-ia64.c +++ b/bfd/cpu-ia64.c @@ -1,5 +1,5 @@ /* BFD support for the ia64 architecture. - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-ip2k.c b/bfd/cpu-ip2k.c index a9c12cb1f36..0b654bfbc92 100644 --- a/bfd/cpu-ip2k.c +++ b/bfd/cpu-ip2k.c @@ -1,5 +1,5 @@ /* BFD support for the Scenix IP2xxx processor. - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-iq2000.c b/bfd/cpu-iq2000.c index 82524f4a504..ffafaad67c6 100644 --- a/bfd/cpu-iq2000.c +++ b/bfd/cpu-iq2000.c @@ -1,5 +1,5 @@ /* BFD support for the Vitesse IQ2000 processor. - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-k1om.c b/bfd/cpu-k1om.c index c946d145da1..56489b71535 100644 --- a/bfd/cpu-k1om.c +++ b/bfd/cpu-k1om.c @@ -1,5 +1,5 @@ /* BFD support for the Intel K1OM architecture. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-l1om.c b/bfd/cpu-l1om.c index 3648959c4d5..a5fff914cbd 100644 --- a/bfd/cpu-l1om.c +++ b/bfd/cpu-l1om.c @@ -1,5 +1,5 @@ /* BFD support for the Intel L1OM architecture. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-lm32.c b/bfd/cpu-lm32.c index e935997315a..4c8b56a8271 100644 --- a/bfd/cpu-lm32.c +++ b/bfd/cpu-lm32.c @@ -1,5 +1,5 @@ /* BFD support for the Lattice Mico32 architecture. - Copyright (C) 2008-2014 Free Software Foundation, Inc. + Copyright (C) 2008-2015 Free Software Foundation, Inc. Contributed by Jon Beniston <jon@beniston.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m10200.c b/bfd/cpu-m10200.c index 003ff9cfc60..8f35ef5d7a2 100644 --- a/bfd/cpu-m10200.c +++ b/bfd/cpu-m10200.c @@ -1,5 +1,5 @@ /* BFD support for the Matsushita 10200 processor - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m10300.c b/bfd/cpu-m10300.c index c7f68da77ff..764b7d51985 100644 --- a/bfd/cpu-m10300.c +++ b/bfd/cpu-m10300.c @@ -1,5 +1,5 @@ /* BFD support for the Matsushita 10300 processor - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m32c.c b/bfd/cpu-m32c.c index bb915dfe759..3b8c01ae14c 100644 --- a/bfd/cpu-m32c.c +++ b/bfd/cpu-m32c.c @@ -1,5 +1,5 @@ /* BFD support for the M16C/M32C processors. - Copyright (C) 2004-2014 Free Software Foundation, Inc. + Copyright (C) 2004-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m32r.c b/bfd/cpu-m32r.c index 24a103400ca..54fa4f9c3aa 100644 --- a/bfd/cpu-m32r.c +++ b/bfd/cpu-m32r.c @@ -1,5 +1,5 @@ /* BFD support for the M32R processor. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m68hc11.c b/bfd/cpu-m68hc11.c index 68af7f2c613..1798a15f9db 100644 --- a/bfd/cpu-m68hc11.c +++ b/bfd/cpu-m68hc11.c @@ -1,5 +1,5 @@ /* BFD support for the Motorola 68HC11 processor - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m68hc12.c b/bfd/cpu-m68hc12.c index 4b6fe20b0ca..f15ddbcbfd2 100644 --- a/bfd/cpu-m68hc12.c +++ b/bfd/cpu-m68hc12.c @@ -1,5 +1,5 @@ /* BFD support for the Motorola 68HC12 processor - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m68k.c b/bfd/cpu-m68k.c index 2810994afec..2356e135f52 100644 --- a/bfd/cpu-m68k.c +++ b/bfd/cpu-m68k.c @@ -1,5 +1,5 @@ /* BFD library support routines for architectures. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m88k.c b/bfd/cpu-m88k.c index da4f03cdf9b..15e1ec709b3 100644 --- a/bfd/cpu-m88k.c +++ b/bfd/cpu-m88k.c @@ -1,5 +1,5 @@ /* bfd back-end for m88k support - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m9s12x.c b/bfd/cpu-m9s12x.c index 83bbfa3bba3..4a5b45e4352 100644 --- a/bfd/cpu-m9s12x.c +++ b/bfd/cpu-m9s12x.c @@ -1,5 +1,5 @@ /* BFD support for the Freescale 9S12X processor - Copyright (C) 2008-2014 Free Software Foundation, Inc. + Copyright (C) 2008-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m9s12xg.c b/bfd/cpu-m9s12xg.c index a5475682b49..e2487bbab31 100644 --- a/bfd/cpu-m9s12xg.c +++ b/bfd/cpu-m9s12xg.c @@ -1,5 +1,5 @@ /* BFD support for the Freescale 9S12-XGATE co-processor - Copyright (C) 2008-2014 Free Software Foundation, Inc. + Copyright (C) 2008-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-mcore.c b/bfd/cpu-mcore.c index 06a6e3090f2..ebf7005f7a4 100644 --- a/bfd/cpu-mcore.c +++ b/bfd/cpu-mcore.c @@ -1,5 +1,5 @@ /* BFD library support routines for Motorola's MCore architecture - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-mep.c b/bfd/cpu-mep.c index 5c74792517c..71764e305d7 100644 --- a/bfd/cpu-mep.c +++ b/bfd/cpu-mep.c @@ -1,5 +1,5 @@ /* BFD support for the Toshiba Media Engine Processor. - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-metag.c b/bfd/cpu-metag.c index a1aa92db3ff..c852b772a0f 100644 --- a/bfd/cpu-metag.c +++ b/bfd/cpu-metag.c @@ -1,5 +1,5 @@ /* BFD support for the Imagination Technologies Meta processor. - Copyright (C) 2013-2014 Free Software Foundation, Inc. + Copyright (C) 2013-2015 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-microblaze.c b/bfd/cpu-microblaze.c index 023aa6cb2a7..4399660c7a9 100644 --- a/bfd/cpu-microblaze.c +++ b/bfd/cpu-microblaze.c @@ -1,6 +1,6 @@ /* BFD Xilinx MicroBlaze architecture definition - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-mips.c b/bfd/cpu-mips.c index a37694450b7..8a9475d978e 100644 --- a/bfd/cpu-mips.c +++ b/bfd/cpu-mips.c @@ -1,5 +1,5 @@ /* bfd back-end for mips support - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-mmix.c b/bfd/cpu-mmix.c index 0d8584c5363..443a7398048 100644 --- a/bfd/cpu-mmix.c +++ b/bfd/cpu-mmix.c @@ -1,5 +1,5 @@ /* BFD library support routines for MMIX. - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. Contributed by Hans-Peter Nilsson (hp@bitrange.com) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-moxie.c b/bfd/cpu-moxie.c index 949dd2b0dfc..bc1dd99f25f 100644 --- a/bfd/cpu-moxie.c +++ b/bfd/cpu-moxie.c @@ -1,5 +1,5 @@ /* BFD support for the moxie processor. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. Written by Anthony Green This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-msp430.c b/bfd/cpu-msp430.c index 275a0abab3a..243319cfe82 100644 --- a/bfd/cpu-msp430.c +++ b/bfd/cpu-msp430.c @@ -1,5 +1,5 @@ /* BFD library support routines for the MSP architecture. - Copyright (C) 2002-2014 Free Software Foundation, Inc. + Copyright (C) 2002-2015 Free Software Foundation, Inc. Contributed by Dmitry Diky <diwil@mail.ru> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-mt.c b/bfd/cpu-mt.c index ea5fc5a822b..50e40153533 100644 --- a/bfd/cpu-mt.c +++ b/bfd/cpu-mt.c @@ -1,5 +1,5 @@ /* BFD support for the Morpho Technologies MT processor. - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-nds32.c b/bfd/cpu-nds32.c index d40d56a82f4..6c35ee46bb5 100644 --- a/bfd/cpu-nds32.c +++ b/bfd/cpu-nds32.c @@ -1,5 +1,5 @@ /* BFD support for the NDS32 processor - Copyright (C) 2012-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2015 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-nios2.c b/bfd/cpu-nios2.c index 95ae1d942f2..57539db14d2 100644 --- a/bfd/cpu-nios2.c +++ b/bfd/cpu-nios2.c @@ -1,5 +1,5 @@ /* BFD support for the Altera Nios II processor. - Copyright (C) 2012-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2015 Free Software Foundation, Inc. Contributed by Nigel Gray (ngray@altera.com). Contributed by Mentor Graphics, Inc. diff --git a/bfd/cpu-ns32k.c b/bfd/cpu-ns32k.c index 55ee0303929..a08cf889bb0 100644 --- a/bfd/cpu-ns32k.c +++ b/bfd/cpu-ns32k.c @@ -1,5 +1,5 @@ /* BFD support for the ns32k architecture. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Almost totally rewritten by Ian Dall from initial work by Andrew Cagney. diff --git a/bfd/cpu-or1k.c b/bfd/cpu-or1k.c index 7abf2cb2d75..b95b1d801c3 100644 --- a/bfd/cpu-or1k.c +++ b/bfd/cpu-or1k.c @@ -1,5 +1,5 @@ /* BFD support for the OpenRISC 1000 architecture. - Copyright 2002-2014 Free Software Foundation, Inc. + Copyright (C) 2002-2015 Free Software Foundation, Inc. Contributed for OR32 by Ivan Guzvinec <ivang@opencores.org> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-pdp11.c b/bfd/cpu-pdp11.c index cf8e7e25dcf..0c8c044332f 100644 --- a/bfd/cpu-pdp11.c +++ b/bfd/cpu-pdp11.c @@ -1,5 +1,5 @@ /* BFD back-end for PDP-11 support. - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-pj.c b/bfd/cpu-pj.c index dfbe8c421e1..3124c13bf5f 100644 --- a/bfd/cpu-pj.c +++ b/bfd/cpu-pj.c @@ -1,5 +1,5 @@ /* BFD library support routines for the Pico Java architecture. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Transmeta. sac@pobox.com This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-plugin.c b/bfd/cpu-plugin.c index 76fd687887e..638de773f6d 100644 --- a/bfd/cpu-plugin.c +++ b/bfd/cpu-plugin.c @@ -1,5 +1,5 @@ /* BFD support for plugins. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-powerpc.c b/bfd/cpu-powerpc.c index 8d7bebc0067..d2acf2f9b0c 100644 --- a/bfd/cpu-powerpc.c +++ b/bfd/cpu-powerpc.c @@ -1,5 +1,5 @@ /* BFD PowerPC CPU definition - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. Contributed by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-rl78.c b/bfd/cpu-rl78.c index 2b30626be74..2177c899f94 100644 --- a/bfd/cpu-rl78.c +++ b/bfd/cpu-rl78.c @@ -1,5 +1,5 @@ /* BFD support for the RL78 processor. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-rs6000.c b/bfd/cpu-rs6000.c index b8022c3d424..4848fc0f5dc 100644 --- a/bfd/cpu-rs6000.c +++ b/bfd/cpu-rs6000.c @@ -1,5 +1,5 @@ /* BFD back-end for rs6000 support - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Mimi Phuong-Thao Vo of IBM and John Gilmore of Cygnus Support. diff --git a/bfd/cpu-rx.c b/bfd/cpu-rx.c index 677c49019aa..f929a9baffd 100644 --- a/bfd/cpu-rx.c +++ b/bfd/cpu-rx.c @@ -1,5 +1,5 @@ /* BFD support for the RX processor. - Copyright (C) 2008-2014 Free Software Foundation, Inc. + Copyright (C) 2008-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-s390.c b/bfd/cpu-s390.c index badf39da3c8..5fd3271bb4c 100644 --- a/bfd/cpu-s390.c +++ b/bfd/cpu-s390.c @@ -1,5 +1,5 @@ /* BFD support for the s390 processor. - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. Contributed by Carl B. Pedersen and Martin Schwidefsky. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-score.c b/bfd/cpu-score.c index 42db5b34d87..b02c51ce73b 100644 --- a/bfd/cpu-score.c +++ b/bfd/cpu-score.c @@ -1,5 +1,5 @@ /* BFD support for the score processor - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2015 Free Software Foundation, Inc. Contributed by Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/bfd/cpu-sh.c b/bfd/cpu-sh.c index 2a8b931c8a7..d516d66b656 100644 --- a/bfd/cpu-sh.c +++ b/bfd/cpu-sh.c @@ -1,5 +1,5 @@ /* BFD library support routines for the Renesas / SuperH SH architecture. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-sparc.c b/bfd/cpu-sparc.c index f215c67ab38..ba7a0f550fe 100644 --- a/bfd/cpu-sparc.c +++ b/bfd/cpu-sparc.c @@ -1,5 +1,5 @@ /* BFD support for the SPARC architecture. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-spu.c b/bfd/cpu-spu.c index 3e0db39bca1..26dc2d60487 100644 --- a/bfd/cpu-spu.c +++ b/bfd/cpu-spu.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2014 Free Software Foundation, Inc. +/* Copyright (C) 2006-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-tic30.c b/bfd/cpu-tic30.c index f866b894434..94ee8e0b9c7 100644 --- a/bfd/cpu-tic30.c +++ b/bfd/cpu-tic30.c @@ -1,5 +1,5 @@ /* BFD support for the Texas Instruments TMS320C30 architecture. - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-tic4x.c b/bfd/cpu-tic4x.c index 551afe8dd13..fb5164c60d6 100644 --- a/bfd/cpu-tic4x.c +++ b/bfd/cpu-tic4x.c @@ -1,5 +1,5 @@ /* bfd back-end for TMS320C[34]x support - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz) diff --git a/bfd/cpu-tic54x.c b/bfd/cpu-tic54x.c index 0e3b56d6e73..ec89f6048bd 100644 --- a/bfd/cpu-tic54x.c +++ b/bfd/cpu-tic54x.c @@ -1,5 +1,5 @@ /* BFD support for the Texas Instruments TMS320C54X architecture. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-tic6x.c b/bfd/cpu-tic6x.c index ed9581ccd0b..6e6062ee766 100644 --- a/bfd/cpu-tic6x.c +++ b/bfd/cpu-tic6x.c @@ -1,5 +1,5 @@ /* BFD support for the TI C6X processor. - Copyright (C) 2010-2014 Free Software Foundation, Inc. + Copyright (C) 2010-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-tic80.c b/bfd/cpu-tic80.c index 83995e0d7e2..0e16fb15698 100644 --- a/bfd/cpu-tic80.c +++ b/bfd/cpu-tic80.c @@ -1,5 +1,5 @@ /* bfd back-end for TI TMS320C80 (MVP) support - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Written by Fred Fish at Cygnus support (fnf@cygnus.com) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-tilegx.c b/bfd/cpu-tilegx.c index f5126f5c1a0..ab9526b6e4a 100644 --- a/bfd/cpu-tilegx.c +++ b/bfd/cpu-tilegx.c @@ -1,5 +1,5 @@ /* BFD support for the TILE-Gx processor. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-tilepro.c b/bfd/cpu-tilepro.c index 6be1d7b4ae6..6f203204077 100644 --- a/bfd/cpu-tilepro.c +++ b/bfd/cpu-tilepro.c @@ -1,5 +1,5 @@ /* BFD support for the TILEPro processor. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-v850.c b/bfd/cpu-v850.c index 60b65635d9c..cda7517b252 100644 --- a/bfd/cpu-v850.c +++ b/bfd/cpu-v850.c @@ -1,5 +1,5 @@ /* BFD support for the NEC V850 processor - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-v850_rh850.c b/bfd/cpu-v850_rh850.c index 796284537d9..9ffae514a92 100644 --- a/bfd/cpu-v850_rh850.c +++ b/bfd/cpu-v850_rh850.c @@ -1,5 +1,5 @@ /* BFD support for the NEC V850 processor with the RH850 ABI. - Copyright (C) 2012-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-vax.c b/bfd/cpu-vax.c index 225b3f4a0b0..b3520078158 100644 --- a/bfd/cpu-vax.c +++ b/bfd/cpu-vax.c @@ -1,5 +1,5 @@ /* bfd back-end for vax support - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-visium.c b/bfd/cpu-visium.c index 011bc4021b0..a21bb110590 100644 --- a/bfd/cpu-visium.c +++ b/bfd/cpu-visium.c @@ -1,6 +1,6 @@ /* BFD support for the Visium processor. - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-w65.c b/bfd/cpu-w65.c index f3d0d52160e..129b10f8e39 100644 --- a/bfd/cpu-w65.c +++ b/bfd/cpu-w65.c @@ -1,5 +1,5 @@ /* BFD library support routines for the WDC 65816 architecture. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-we32k.c b/bfd/cpu-we32k.c index 5577ae8f5a2..986c9e5a28f 100644 --- a/bfd/cpu-we32k.c +++ b/bfd/cpu-we32k.c @@ -1,5 +1,5 @@ /* bfd back-end for we32k support - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. Contributed by Brendan Kehoe (brendan@cs.widener.edu). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-xc16x.c b/bfd/cpu-xc16x.c index cdcc4e85b83..43d568285fe 100644 --- a/bfd/cpu-xc16x.c +++ b/bfd/cpu-xc16x.c @@ -1,5 +1,5 @@ /* BFD support for the Infineon XC16X Microcontroller. - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2015 Free Software Foundation, Inc. Contributed by KPIT Cummins Infosystems This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-xgate.c b/bfd/cpu-xgate.c index f8bfdf9efed..4e76c413cd6 100644 --- a/bfd/cpu-xgate.c +++ b/bfd/cpu-xgate.c @@ -1,5 +1,5 @@ /* BFD support for the Freescale XGATE processor - Copyright (C) 2010-2014 Free Software Foundation, Inc. + Copyright (C) 2010-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-xstormy16.c b/bfd/cpu-xstormy16.c index 2e2578b889a..ddf084f9021 100644 --- a/bfd/cpu-xstormy16.c +++ b/bfd/cpu-xstormy16.c @@ -1,5 +1,5 @@ /* BFD support for the XSTORMY16 processor. - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-xtensa.c b/bfd/cpu-xtensa.c index 5eb02e92ccb..9c48b33ca96 100644 --- a/bfd/cpu-xtensa.c +++ b/bfd/cpu-xtensa.c @@ -1,5 +1,5 @@ /* BFD support for the Xtensa processor. - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-z80.c b/bfd/cpu-z80.c index d7bb6f2cc07..785cb238bdc 100644 --- a/bfd/cpu-z80.c +++ b/bfd/cpu-z80.c @@ -1,5 +1,5 @@ /* BFD library support routines for the Z80 architecture. - Copyright (C) 2005-2014 Free Software Foundation, Inc. + Copyright (C) 2005-2015 Free Software Foundation, Inc. Contributed by Arnold Metselaar <arnold_m@operamail.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-z8k.c b/bfd/cpu-z8k.c index 9c6547cfbcd..8dd801f1223 100644 --- a/bfd/cpu-z8k.c +++ b/bfd/cpu-z8k.c @@ -1,5 +1,5 @@ /* BFD library support routines for the Z800n architecture. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/demo64.c b/bfd/demo64.c index 83db63edbc1..26d48f352e2 100644 --- a/bfd/demo64.c +++ b/bfd/demo64.c @@ -1,5 +1,5 @@ /* BFD backend for demonstration 64-bit a.out binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/development.sh b/bfd/development.sh index 4c0f5b90826..6bbef6dd744 100644 --- a/bfd/development.sh +++ b/bfd/development.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index e2987ed5e7b..7a2124abcae 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -304,7 +304,7 @@ For older changes see ChangeLog-9103 -Copyright (C) 2004-2014 Free Software Foundation, Inc. +Copyright (C) 2004-2015 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am index 3f6985933dd..89911fcf8b5 100644 --- a/bfd/doc/Makefile.am +++ b/bfd/doc/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo index 040b8d8ffa7..edcc4d1f304 100644 --- a/bfd/doc/bfd.texinfo +++ b/bfd/doc/bfd.texinfo @@ -1,6 +1,6 @@ \input texinfo.tex @setfilename bfd.info -@c Copyright (C) 1988-2014 Free Software Foundation, Inc. +@c Copyright (C) 1988-2015 Free Software Foundation, Inc. @c @synindex fn cp @@ -14,7 +14,7 @@ @copying This file documents the BFD library. -Copyright @copyright{} 1991-2014 Free Software Foundation, Inc. +Copyright @copyright{} 1991-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -62,7 +62,7 @@ included in the section entitled ``GNU Free Documentation License''. @end tex @vskip 0pt plus 1filll -Copyright @copyright{} 1991-2014 Free Software Foundation, Inc. +Copyright @copyright{} 1991-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi index 5e335c8eb2f..ebd8b70eef8 100644 --- a/bfd/doc/bfdint.texi +++ b/bfd/doc/bfdint.texi @@ -1,5 +1,5 @@ \input texinfo -@c Copyright (C) 1988-2014 Free Software Foundation, Inc. +@c Copyright (C) 1988-2015 Free Software Foundation, Inc. @setfilename bfdint.info @settitle BFD Internals @@ -14,7 +14,7 @@ @copying This file documents the internals of the BFD library. -Copyright @copyright{} 1988-2014 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2015 Free Software Foundation, Inc. Contributed by Cygnus Support. Permission is granted to copy, distribute and/or modify this document diff --git a/bfd/doc/bfdsumm.texi b/bfd/doc/bfdsumm.texi index 1616be44ec2..389164ddc71 100644 --- a/bfd/doc/bfdsumm.texi +++ b/bfd/doc/bfdsumm.texi @@ -1,5 +1,5 @@ @c This summary of BFD is shared by the BFD and LD docs. -@c Copyright (C) 2012-2014 Free Software Foundation, Inc. +@c Copyright (C) 2012-2015 Free Software Foundation, Inc. When an object file is opened, BFD subroutines automatically determine the format of the input object file. They then build a descriptor in diff --git a/bfd/doc/chew.c b/bfd/doc/chew.c index 9ad88aaa182..af7c01b0a34 100644 --- a/bfd/doc/chew.c +++ b/bfd/doc/chew.c @@ -1,5 +1,5 @@ /* chew - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Contributed by steve chamberlain @cygnus This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/doc/makefile.vms b/bfd/doc/makefile.vms index 26feca60fa6..23cb37800cc 100644 --- a/bfd/doc/makefile.vms +++ b/bfd/doc/makefile.vms @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bfd/dwarf1.c b/bfd/dwarf1.c index 6c292efa4e3..9fef833f5b3 100644 --- a/bfd/dwarf1.c +++ b/bfd/dwarf1.c @@ -1,5 +1,5 @@ /* DWARF 1 find nearest line (_bfd_dwarf1_find_nearest_line). - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. Written by Gavin Romig-Koch of Cygnus Solutions (gavin@cygnus.com). diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index 915d3e2f5a2..118092c5add 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -1,5 +1,5 @@ /* DWARF 2 support. - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. Adapted from gdb/dwarf2read.c by Gavin Koch of Cygnus Solutions (gavin@cygnus.com). diff --git a/bfd/ecoff.c b/bfd/ecoff.c index e72e2549131..f4f45a4a82c 100644 --- a/bfd/ecoff.c +++ b/bfd/ecoff.c @@ -1,5 +1,5 @@ /* Generic ECOFF (Extended-COFF) routines. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Original version by Per Bothner. Full support added by Ian Lance Taylor, ian@cygnus.com. diff --git a/bfd/ecofflink.c b/bfd/ecofflink.c index 33cdffd5bbf..4f0b463db02 100644 --- a/bfd/ecofflink.c +++ b/bfd/ecofflink.c @@ -1,5 +1,5 @@ /* Routines to link ECOFF debugging information. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/ecoffswap.h b/bfd/ecoffswap.h index e567fa93e7b..52522944428 100644 --- a/bfd/ecoffswap.h +++ b/bfd/ecoffswap.h @@ -1,5 +1,5 @@ /* Generic ECOFF swapping routines, for BFD. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-attrs.c b/bfd/elf-attrs.c index 8f76b6a8a41..d06825e31c1 100644 --- a/bfd/elf-attrs.c +++ b/bfd/elf-attrs.c @@ -1,5 +1,5 @@ /* ELF attributes support (based on ARM EABI attributes). - Copyright (C) 2005-2014 Free Software Foundation, Inc. + Copyright (C) 2005-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 5e53cbab060..da7c5220744 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1,5 +1,5 @@ /* BFD back-end data structures for ELF files. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-eh-frame.c b/bfd/elf-eh-frame.c index 002932d1bf7..faa04617ee8 100644 --- a/bfd/elf-eh-frame.c +++ b/bfd/elf-eh-frame.c @@ -1,5 +1,5 @@ /* .eh_frame section optimization. - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. Written by Jakub Jelinek <jakub@redhat.com>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-hppa.h b/bfd/elf-hppa.h index 5ee7de81a1e..5e647962ea1 100644 --- a/bfd/elf-hppa.h +++ b/bfd/elf-hppa.h @@ -1,5 +1,5 @@ /* Common code for PA ELF implementations. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-ifunc.c b/bfd/elf-ifunc.c index f5ab47f3f73..f54c90b5090 100644 --- a/bfd/elf-ifunc.c +++ b/bfd/elf-ifunc.c @@ -1,5 +1,5 @@ /* ELF STT_GNU_IFUNC support. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-linux-psinfo.h b/bfd/elf-linux-psinfo.h index 5760cc71357..dbaef92de89 100644 --- a/bfd/elf-linux-psinfo.h +++ b/bfd/elf-linux-psinfo.h @@ -1,5 +1,5 @@ /* Definitions for PRPSINFO structures under ELF on GNU/Linux. - Copyright (C) 2013-2014 Free Software Foundation, Inc. + Copyright (C) 2013-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-m10200.c b/bfd/elf-m10200.c index 86872b772c4..70926861efc 100644 --- a/bfd/elf-m10200.c +++ b/bfd/elf-m10200.c @@ -1,5 +1,5 @@ /* Matsushita 10200 specific support for 32-bit ELF - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-m10300.c b/bfd/elf-m10300.c index 1dbb2f9b262..6a18b44eadd 100644 --- a/bfd/elf-m10300.c +++ b/bfd/elf-m10300.c @@ -1,5 +1,5 @@ /* Matsushita 10300 specific support for 32-bit ELF - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-nacl.c b/bfd/elf-nacl.c index b6c9dc2eaa4..df41ee2a670 100644 --- a/bfd/elf-nacl.c +++ b/bfd/elf-nacl.c @@ -1,5 +1,5 @@ /* Native Client support for ELF - Copyright (C) 2012-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-nacl.h b/bfd/elf-nacl.h index ec3f4499bde..6b84298fa6e 100644 --- a/bfd/elf-nacl.h +++ b/bfd/elf-nacl.h @@ -1,5 +1,5 @@ /* Native Client support for ELF - Copyright (C) 2012-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-s390-common.c b/bfd/elf-s390-common.c index c74883cde27..6fd10272964 100644 --- a/bfd/elf-s390-common.c +++ b/bfd/elf-s390-common.c @@ -1,5 +1,5 @@ /* IBM S/390-specific support for ELF 32 and 64 bit functions - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. Contributed by Andreas Krebbel. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-strtab.c b/bfd/elf-strtab.c index c016c8bdab8..4d38e04e9ca 100644 --- a/bfd/elf-strtab.c +++ b/bfd/elf-strtab.c @@ -1,5 +1,5 @@ /* ELF strtab with GC and suffix merging support. - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. Written by Jakub Jelinek <jakub@redhat.com>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-vxworks.c b/bfd/elf-vxworks.c index 77dfd02b7ca..acc25c04449 100644 --- a/bfd/elf-vxworks.c +++ b/bfd/elf-vxworks.c @@ -1,5 +1,5 @@ /* VxWorks support for ELF - Copyright (C) 2005-2014 Free Software Foundation, Inc. + Copyright (C) 2005-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-vxworks.h b/bfd/elf-vxworks.h index fa57a27a716..7bed0a87d72 100644 --- a/bfd/elf-vxworks.h +++ b/bfd/elf-vxworks.h @@ -1,5 +1,5 @@ /* VxWorks support for ELF - Copyright (C) 2005-2014 Free Software Foundation, Inc. + Copyright (C) 2005-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf.c b/bfd/elf.c index c8238bae971..f262cc3c7da 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -1,6 +1,6 @@ /* ELF executable support for BFD. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-am33lin.c b/bfd/elf32-am33lin.c index c28308d9e92..3cffb1811fb 100644 --- a/bfd/elf32-am33lin.c +++ b/bfd/elf32-am33lin.c @@ -1,5 +1,5 @@ /* Matsushita AM33/2.0 support for 32-bit GNU/Linux ELF - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-arc.c b/bfd/elf32-arc.c index 580e6d65b4c..15116ca894b 100644 --- a/bfd/elf32-arc.c +++ b/bfd/elf32-arc.c @@ -1,5 +1,5 @@ /* ARC-specific support for 32-bit ELF - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. Contributed by Doug Evans (dje@cygnus.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index 09c5aa44df8..75ea1d48805 100644 --- a/bfd/elf32-arm.c +++ b/bfd/elf32-arm.c @@ -1,5 +1,5 @@ /* 32-bit ELF support for ARM - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-avr.c b/bfd/elf32-avr.c index 633385511cc..adcf1a3c9c7 100644 --- a/bfd/elf32-avr.c +++ b/bfd/elf32-avr.c @@ -1,5 +1,5 @@ /* AVR-specific support for 32-bit ELF - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. Contributed by Denis Chertykov <denisc@overta.ru> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-avr.h b/bfd/elf32-avr.h index 8c33868585a..6eb31541101 100644 --- a/bfd/elf32-avr.h +++ b/bfd/elf32-avr.h @@ -1,5 +1,5 @@ /* AVR-specific support for 32-bit ELF. - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2015 Free Software Foundation, Inc. Written by Bjoern Haase <bjoern.m.haase@web.de> diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c index 692875bf256..07924832028 100644 --- a/bfd/elf32-bfin.c +++ b/bfd/elf32-bfin.c @@ -1,5 +1,5 @@ /* ADI Blackfin BFD support for 32-bit ELF. - Copyright (C) 2005-2014 Free Software Foundation, Inc. + Copyright (C) 2005-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-cr16.c b/bfd/elf32-cr16.c index 6dadcc1d9ea..dafbc08557e 100644 --- a/bfd/elf32-cr16.c +++ b/bfd/elf32-cr16.c @@ -1,5 +1,5 @@ /* BFD back-end for National Semiconductor's CR16 ELF - Copyright (C) 2007-2014 Free Software Foundation, Inc. + Copyright (C) 2007-2015 Free Software Foundation, Inc. Written by M R Swami Reddy. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-cr16c.c b/bfd/elf32-cr16c.c index d8333e191cb..db908f0a4a8 100644 --- a/bfd/elf32-cr16c.c +++ b/bfd/elf32-cr16c.c @@ -1,5 +1,5 @@ /* BFD back-end for National Semiconductor's CR16C ELF - Copyright (C) 2004-2014 Free Software Foundation, Inc. + Copyright (C) 2004-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-cris.c b/bfd/elf32-cris.c index 0e9daba0086..d9a3178428a 100644 --- a/bfd/elf32-cris.c +++ b/bfd/elf32-cris.c @@ -1,5 +1,5 @@ /* CRIS-specific support for 32-bit ELF. - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. Contributed by Axis Communications AB. Written by Hans-Peter Nilsson, based on elf32-fr30.c PIC and shlib bits based primarily on elf32-m68k.c and elf32-i386.c. diff --git a/bfd/elf32-crx.c b/bfd/elf32-crx.c index f2925f55f39..90948bcfb85 100644 --- a/bfd/elf32-crx.c +++ b/bfd/elf32-crx.c @@ -1,5 +1,5 @@ /* BFD back-end for National Semiconductor's CRX ELF - Copyright (C) 2004-2014 Free Software Foundation, Inc. + Copyright (C) 2004-2015 Free Software Foundation, Inc. Written by Tomer Levi, NSC, Israel. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-d10v.c b/bfd/elf32-d10v.c index 7aee69579ec..df9bb8919cb 100644 --- a/bfd/elf32-d10v.c +++ b/bfd/elf32-d10v.c @@ -1,5 +1,5 @@ /* D10V-specific support for 32-bit ELF - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Contributed by Martin Hunt (hunt@cygnus.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-d30v.c b/bfd/elf32-d30v.c index 830da01fcf3..36e2bc4db8b 100644 --- a/bfd/elf32-d30v.c +++ b/bfd/elf32-d30v.c @@ -1,5 +1,5 @@ /* D30V-specific support for 32-bit ELF - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 Free Software Foundation, Inc. Contributed by Martin Hunt (hunt@cygnus.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-dlx.c b/bfd/elf32-dlx.c index c32f9df28c4..917a8b31564 100644 --- a/bfd/elf32-dlx.c +++ b/bfd/elf32-dlx.c @@ -1,5 +1,5 @@ /* DLX specific support for 32-bit ELF - Copyright (C) 2002-2014 Free Software Foundation, Inc. + Copyright (C) 2002-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-epiphany.c b/bfd/elf32-epiphany.c index 8985ba38a7e..d3461b7d646 100644 --- a/bfd/elf32-epiphany.c +++ b/bfd/elf32-epiphany.c @@ -1,5 +1,5 @@ /* Adapteva epiphany specific support for 32-bit ELF - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-fr30.c b/bfd/elf32-fr30.c index 9acf1e8a767..620a43fd46c 100644 --- a/bfd/elf32-fr30.c +++ b/bfd/elf32-fr30.c @@ -1,5 +1,5 @@ /* FR30-specific support for 32-bit ELF. - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-frv.c b/bfd/elf32-frv.c index adc5343f063..ca0f78d008e 100644 --- a/bfd/elf32-frv.c +++ b/bfd/elf32-frv.c @@ -1,5 +1,5 @@ /* FRV-specific support for 32-bit ELF. - Copyright (C) 2002-2014 Free Software Foundation, Inc. + Copyright (C) 2002-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-gen.c b/bfd/elf32-gen.c index 412fefd16eb..32a83fb1bd0 100644 --- a/bfd/elf32-gen.c +++ b/bfd/elf32-gen.c @@ -1,5 +1,5 @@ /* Generic support for 32-bit ELF - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-h8300.c b/bfd/elf32-h8300.c index e9eae944be9..d6d315dabd3 100644 --- a/bfd/elf32-h8300.c +++ b/bfd/elf32-h8300.c @@ -1,5 +1,5 @@ /* BFD back-end for Renesas H8/300 ELF binaries. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index abc712402c3..af512a7aa6d 100644 --- a/bfd/elf32-hppa.c +++ b/bfd/elf32-hppa.c @@ -1,5 +1,5 @@ /* BFD back-end for HP PA-RISC ELF files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Original code by Center for Software Science diff --git a/bfd/elf32-hppa.h b/bfd/elf32-hppa.h index 1b3c5efa048..d00dc5ddaa2 100644 --- a/bfd/elf32-hppa.h +++ b/bfd/elf32-hppa.h @@ -4,7 +4,7 @@ in the Stratus FTX/Golf Object File Format (SED-1762) dated February 1994. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by: diff --git a/bfd/elf32-i370.c b/bfd/elf32-i370.c index e28c2576102..d4ff515887e 100644 --- a/bfd/elf32-i370.c +++ b/bfd/elf32-i370.c @@ -1,5 +1,5 @@ /* i370-specific support for 32-bit ELF - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Hacked by Linas Vepstas for i370 linas@linas.org diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index e0eef28e213..24e3d4cc319 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -1,5 +1,5 @@ /* Intel 80386/80486-specific support for 32-bit ELF - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-i860.c b/bfd/elf32-i860.c index de900c18a8d..505c1c0fbd6 100644 --- a/bfd/elf32-i860.c +++ b/bfd/elf32-i860.c @@ -1,5 +1,5 @@ /* Intel i860 specific support for 32-bit ELF. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Full i860 support contributed by Jason Eckhardt <jle@cygnus.com>. diff --git a/bfd/elf32-i960.c b/bfd/elf32-i960.c index 1ac89c3f2d8..0fd00e0f974 100644 --- a/bfd/elf32-i960.c +++ b/bfd/elf32-i960.c @@ -1,5 +1,5 @@ /* Intel 960 specific support for 32-bit ELF - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-ip2k.c b/bfd/elf32-ip2k.c index b77fd221cdf..755da57811b 100644 --- a/bfd/elf32-ip2k.c +++ b/bfd/elf32-ip2k.c @@ -1,5 +1,5 @@ /* Ubicom IP2xxx specific support for 32-bit ELF - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-iq2000.c b/bfd/elf32-iq2000.c index 75f50a26889..aae9af54f7a 100644 --- a/bfd/elf32-iq2000.c +++ b/bfd/elf32-iq2000.c @@ -1,5 +1,5 @@ /* IQ2000-specific support for 32-bit ELF. - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-lm32.c b/bfd/elf32-lm32.c index 67583bbd24a..9acebe0fc2b 100644 --- a/bfd/elf32-lm32.c +++ b/bfd/elf32-lm32.c @@ -1,5 +1,5 @@ /* Lattice Mico32-specific support for 32-bit ELF - Copyright (C) 2008-2014 Free Software Foundation, Inc. + Copyright (C) 2008-2015 Free Software Foundation, Inc. Contributed by Jon Beniston <jon@beniston.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-m32c.c b/bfd/elf32-m32c.c index b56968c9213..3ddab6e8d25 100644 --- a/bfd/elf32-m32c.c +++ b/bfd/elf32-m32c.c @@ -1,5 +1,5 @@ /* M16C/M32C specific support for 32-bit ELF. - Copyright (C) 2005-2014 Free Software Foundation, Inc. + Copyright (C) 2005-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-m32r.c b/bfd/elf32-m32r.c index 5f03e8b65f2..9d746998e9d 100644 --- a/bfd/elf32-m32r.c +++ b/bfd/elf32-m32r.c @@ -1,5 +1,5 @@ /* M32R-specific support for 32-bit ELF. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-m68hc11.c b/bfd/elf32-m68hc11.c index 02cd5bd8271..5cda8f78f98 100644 --- a/bfd/elf32-m68hc11.c +++ b/bfd/elf32-m68hc11.c @@ -1,5 +1,5 @@ /* Motorola 68HC11-specific support for 32-bit ELF - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. Contributed by Stephane Carrez (stcarrez@nerim.fr) (Heavily copied from the D10V port by Martin Hunt (hunt@cygnus.com)) diff --git a/bfd/elf32-m68hc12.c b/bfd/elf32-m68hc12.c index d32cf252525..38e0e30c18a 100644 --- a/bfd/elf32-m68hc12.c +++ b/bfd/elf32-m68hc12.c @@ -1,5 +1,5 @@ /* Motorola 68HC12-specific support for 32-bit ELF - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. Contributed by Stephane Carrez (stcarrez@nerim.fr) (Heavily copied from the D10V port by Martin Hunt (hunt@cygnus.com)) diff --git a/bfd/elf32-m68hc1x.c b/bfd/elf32-m68hc1x.c index c3a99df8e48..b64592d20ae 100644 --- a/bfd/elf32-m68hc1x.c +++ b/bfd/elf32-m68hc1x.c @@ -1,5 +1,5 @@ /* Motorola 68HC11/HC12-specific support for 32-bit ELF - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. Contributed by Stephane Carrez (stcarrez@nerim.fr) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-m68hc1x.h b/bfd/elf32-m68hc1x.h index 89ccd7fd8ad..f191f8ea4bc 100644 --- a/bfd/elf32-m68hc1x.h +++ b/bfd/elf32-m68hc1x.h @@ -1,5 +1,5 @@ /* Motorola 68HC11/68HC12-specific support for 32-bit ELF - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. Contributed by Stephane Carrez (stcarrez@nerim.fr) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-m68k.c b/bfd/elf32-m68k.c index 9a42288db56..0d04b4e9cef 100644 --- a/bfd/elf32-m68k.c +++ b/bfd/elf32-m68k.c @@ -1,5 +1,5 @@ /* Motorola 68k series support for 32-bit ELF - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-m88k.c b/bfd/elf32-m88k.c index 487cc0cca14..d03e8e1153d 100644 --- a/bfd/elf32-m88k.c +++ b/bfd/elf32-m88k.c @@ -1,5 +1,5 @@ /* Motorola 88k-specific support for 32-bit ELF - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-mcore.c b/bfd/elf32-mcore.c index 903d37966aa..01b136aa948 100644 --- a/bfd/elf32-mcore.c +++ b/bfd/elf32-mcore.c @@ -1,5 +1,5 @@ /* Motorola MCore specific support for 32-bit ELF - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-mep.c b/bfd/elf32-mep.c index 600a60dd90c..e3d1bc0454c 100644 --- a/bfd/elf32-mep.c +++ b/bfd/elf32-mep.c @@ -1,5 +1,5 @@ /* MeP-specific support for 32-bit ELF. - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-metag.c b/bfd/elf32-metag.c index 9d2f72a447f..dab6bf390da 100644 --- a/bfd/elf32-metag.c +++ b/bfd/elf32-metag.c @@ -1,5 +1,5 @@ /* Meta support for 32-bit ELF - Copyright (C) 2013-2014 Free Software Foundation, Inc. + Copyright (C) 2013-2015 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-metag.h b/bfd/elf32-metag.h index 57f9e951f3d..9d2a779a921 100644 --- a/bfd/elf32-metag.h +++ b/bfd/elf32-metag.h @@ -1,5 +1,5 @@ /* Meta support for 32-bit ELF - Copyright (C) 2013-2014 Free Software Foundation, Inc. + Copyright (C) 2013-2015 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-microblaze.c b/bfd/elf32-microblaze.c index a4cc6a3fd6b..ab102b35c2f 100644 --- a/bfd/elf32-microblaze.c +++ b/bfd/elf32-microblaze.c @@ -1,6 +1,6 @@ /* Xilinx MicroBlaze-specific support for 32-bit ELF - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c index 78ae1dd51e9..201c41ae741 100644 --- a/bfd/elf32-mips.c +++ b/bfd/elf32-mips.c @@ -1,5 +1,5 @@ /* MIPS-specific support for 32-bit ELF - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Most of the information added by Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>. diff --git a/bfd/elf32-moxie.c b/bfd/elf32-moxie.c index 56c054b66bf..d9fc24fc351 100644 --- a/bfd/elf32-moxie.c +++ b/bfd/elf32-moxie.c @@ -1,8 +1,8 @@ /* moxie-specific support for 32-bit ELF. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. Copied from elf32-fr30.c which is.. - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-msp430.c b/bfd/elf32-msp430.c index 0280db03593..d3a7cdb24e1 100644 --- a/bfd/elf32-msp430.c +++ b/bfd/elf32-msp430.c @@ -1,5 +1,5 @@ /* MSP430-specific support for 32-bit ELF - Copyright (C) 2002-2014 Free Software Foundation, Inc. + Copyright (C) 2002-2015 Free Software Foundation, Inc. Contributed by Dmitry Diky <diwil@mail.ru> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-mt.c b/bfd/elf32-mt.c index f6e45a7d3c2..5c9970c1da9 100644 --- a/bfd/elf32-mt.c +++ b/bfd/elf32-mt.c @@ -1,5 +1,5 @@ /* Morpho Technologies MT specific support for 32-bit ELF - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-nds32.c b/bfd/elf32-nds32.c index 5f11edad780..7f53191e2e0 100644 --- a/bfd/elf32-nds32.c +++ b/bfd/elf32-nds32.c @@ -1,5 +1,5 @@ /* NDS32-specific support for 32-bit ELF. - Copyright (C) 2012-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2015 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-nds32.h b/bfd/elf32-nds32.h index d4d4e934fd7..210a4d31e32 100644 --- a/bfd/elf32-nds32.h +++ b/bfd/elf32-nds32.h @@ -1,5 +1,5 @@ /* NDS32-specific support for 32-bit ELF. - Copyright (C) 2012-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2015 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-nios2.c b/bfd/elf32-nios2.c index 9b3f4361ad6..5877d8fff7b 100644 --- a/bfd/elf32-nios2.c +++ b/bfd/elf32-nios2.c @@ -1,5 +1,5 @@ /* 32-bit ELF support for Nios II. - Copyright (C) 2012-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2015 Free Software Foundation, Inc. Contributed by Nigel Gray (ngray@altera.com). Contributed by Mentor Graphics, Inc. diff --git a/bfd/elf32-nios2.h b/bfd/elf32-nios2.h index 1307802f7cc..d3e7a7d404d 100644 --- a/bfd/elf32-nios2.h +++ b/bfd/elf32-nios2.h @@ -1,5 +1,5 @@ /* Nios II support for 32-bit ELF - Copyright (C) 2013-2014 Free Software Foundation, Inc. + Copyright (C) 2013-2015 Free Software Foundation, Inc. Contributed by Mentor Graphics This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-or1k.c b/bfd/elf32-or1k.c index 99c9704d72d..e80a2d9f1f6 100644 --- a/bfd/elf32-or1k.c +++ b/bfd/elf32-or1k.c @@ -1,5 +1,5 @@ /* Or1k-specific support for 32-bit ELF. - Copyright 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. Contributed for OR32 by Johan Rydberg, jrydberg@opencores.org PIC parts added by Stefan Kristiansson, stefan.kristiansson@saunalahti.fi, diff --git a/bfd/elf32-pj.c b/bfd/elf32-pj.c index 84b61f9bb6e..2d041e5da67 100644 --- a/bfd/elf32-pj.c +++ b/bfd/elf32-pj.c @@ -1,5 +1,5 @@ /* picoJava specific support for 32-bit ELF - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. Contributed by Steve Chamberlan of Transmeta (sac@pobox.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c index 1ebb2c77fa1..a17ff12edf1 100644 --- a/bfd/elf32-ppc.c +++ b/bfd/elf32-ppc.c @@ -1,5 +1,5 @@ /* PowerPC-specific support for 32-bit ELF - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-ppc.h b/bfd/elf32-ppc.h index 07dc4c84207..2feeec9007f 100644 --- a/bfd/elf32-ppc.h +++ b/bfd/elf32-ppc.h @@ -1,5 +1,5 @@ /* PowerPC-specific support for 64-bit ELF. - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-rl78.c b/bfd/elf32-rl78.c index 53c4f874dcc..795a281be10 100644 --- a/bfd/elf32-rl78.c +++ b/bfd/elf32-rl78.c @@ -1,5 +1,5 @@ /* Renesas RL78 specific support for 32-bit ELF. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-rx.c b/bfd/elf32-rx.c index 9a8df1cd416..1bbaeba439d 100644 --- a/bfd/elf32-rx.c +++ b/bfd/elf32-rx.c @@ -1,5 +1,5 @@ /* Renesas RX specific support for 32-bit ELF. - Copyright (C) 2008-2014 Free Software Foundation, Inc. + Copyright (C) 2008-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-rx.h b/bfd/elf32-rx.h index 377938838e4..465942665c5 100644 --- a/bfd/elf32-rx.h +++ b/bfd/elf32-rx.h @@ -1,5 +1,5 @@ /* Renesas RX specific support for 32-bit ELF. - Copyright (C) 2014 Free Software Foundation, Inc. + Copyright (C) 2014-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-s390.c b/bfd/elf32-s390.c index 07e594f2957..ff89b3412aa 100644 --- a/bfd/elf32-s390.c +++ b/bfd/elf32-s390.c @@ -1,5 +1,5 @@ /* IBM S/390-specific support for 32-bit ELF - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. Contributed by Carl B. Pedersen and Martin Schwidefsky. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-score.c b/bfd/elf32-score.c index 1ab54cd2b3c..1ecc9ffee61 100644 --- a/bfd/elf32-score.c +++ b/bfd/elf32-score.c @@ -1,5 +1,5 @@ /* 32-bit ELF support for S+core. - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2015 Free Software Foundation, Inc. Contributed by Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/bfd/elf32-score.h b/bfd/elf32-score.h index f71436d504b..9034ded3ac7 100644 --- a/bfd/elf32-score.h +++ b/bfd/elf32-score.h @@ -1,5 +1,5 @@ /* 32-bit ELF support for S+core. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. Contributed by Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/bfd/elf32-score7.c b/bfd/elf32-score7.c index 0b3cf2026f9..8c4b69f497c 100644 --- a/bfd/elf32-score7.c +++ b/bfd/elf32-score7.c @@ -1,5 +1,5 @@ /* 32-bit ELF support for S+core. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. Contributed by Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/bfd/elf32-sh-relocs.h b/bfd/elf32-sh-relocs.h index fb54c9a666b..8f1db0f6877 100644 --- a/bfd/elf32-sh-relocs.h +++ b/bfd/elf32-sh-relocs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2014 Free Software Foundation, Inc. +/* Copyright (C) 2006-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-sh-symbian.c b/bfd/elf32-sh-symbian.c index 5239de31f68..fc2d36b7365 100644 --- a/bfd/elf32-sh-symbian.c +++ b/bfd/elf32-sh-symbian.c @@ -1,5 +1,5 @@ /* Renesas / SuperH specific support for Symbian 32-bit ELF files - Copyright (C) 2004-2014 Free Software Foundation, Inc. + Copyright (C) 2004-2015 Free Software Foundation, Inc. Contributed by Red Hat This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-sh.c b/bfd/elf32-sh.c index a737044964d..04e588d1b5b 100644 --- a/bfd/elf32-sh.c +++ b/bfd/elf32-sh.c @@ -1,5 +1,5 @@ /* Renesas / SuperH SH specific support for 32-bit ELF - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Contributed by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-sh64-com.c b/bfd/elf32-sh64-com.c index 50005061344..192ecdfa642 100644 --- a/bfd/elf32-sh64-com.c +++ b/bfd/elf32-sh64-com.c @@ -1,5 +1,5 @@ /* SuperH SH64-specific support for 32-bit ELF - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-sh64.c b/bfd/elf32-sh64.c index 9042081bb23..0e696b308d4 100644 --- a/bfd/elf32-sh64.c +++ b/bfd/elf32-sh64.c @@ -1,5 +1,5 @@ /* SuperH SH64-specific support for 32-bit ELF - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-sh64.h b/bfd/elf32-sh64.h index 4aee0c5f14c..0820f52cf9a 100644 --- a/bfd/elf32-sh64.h +++ b/bfd/elf32-sh64.h @@ -1,5 +1,5 @@ /* SH ELF support for BFD. - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-sparc.c b/bfd/elf32-sparc.c index b2a1f0fc05b..88efe9e4cc3 100644 --- a/bfd/elf32-sparc.c +++ b/bfd/elf32-sparc.c @@ -1,5 +1,5 @@ /* SPARC-specific support for 32-bit ELF - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-spu.c b/bfd/elf32-spu.c index ebc9e6a0d0d..ace7c29dcca 100644 --- a/bfd/elf32-spu.c +++ b/bfd/elf32-spu.c @@ -1,6 +1,6 @@ /* SPU specific support for 32-bit ELF - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-spu.h b/bfd/elf32-spu.h index 2330e139589..0832d861e87 100644 --- a/bfd/elf32-spu.h +++ b/bfd/elf32-spu.h @@ -1,6 +1,6 @@ /* SPU specific support for 32-bit ELF. - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-tic6x.c b/bfd/elf32-tic6x.c index 9f17979554c..f29a06df00e 100644 --- a/bfd/elf32-tic6x.c +++ b/bfd/elf32-tic6x.c @@ -1,5 +1,5 @@ /* 32-bit ELF support for TI C6X - Copyright (C) 2010-2014 Free Software Foundation, Inc. + Copyright (C) 2010-2015 Free Software Foundation, Inc. Contributed by Joseph Myers <joseph@codesourcery.com> Bernd Schmidt <bernds@codesourcery.com> diff --git a/bfd/elf32-tic6x.h b/bfd/elf32-tic6x.h index 12024b870ed..b539ad94952 100644 --- a/bfd/elf32-tic6x.h +++ b/bfd/elf32-tic6x.h @@ -1,5 +1,5 @@ /* 32-bit ELF support for TI C6X - Copyright (C) 2010-2014 Free Software Foundation, Inc. + Copyright (C) 2010-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-tilegx.c b/bfd/elf32-tilegx.c index bc5752c29ca..b16bece2ab6 100644 --- a/bfd/elf32-tilegx.c +++ b/bfd/elf32-tilegx.c @@ -1,5 +1,5 @@ /* TILE-Gx-specific support for 32-bit ELF. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-tilegx.h b/bfd/elf32-tilegx.h index abcec80fbbe..7080c7e97c7 100644 --- a/bfd/elf32-tilegx.h +++ b/bfd/elf32-tilegx.h @@ -1,5 +1,5 @@ /* TILE-Gx-specific support for 32-bit ELF. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-tilepro.c b/bfd/elf32-tilepro.c index 095992429ad..3d2bbde7eb7 100644 --- a/bfd/elf32-tilepro.c +++ b/bfd/elf32-tilepro.c @@ -1,5 +1,5 @@ /* TILEPro-specific support for 32-bit ELF. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-tilepro.h b/bfd/elf32-tilepro.h index 3d2aa87a6ef..6f3961091f6 100644 --- a/bfd/elf32-tilepro.h +++ b/bfd/elf32-tilepro.h @@ -1,5 +1,5 @@ /* TILEPro-specific support for 32-bit ELF. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c index dd3a21812e8..31cbcc97500 100644 --- a/bfd/elf32-v850.c +++ b/bfd/elf32-v850.c @@ -1,5 +1,5 @@ /* V850-specific support for 32-bit ELF - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-vax.c b/bfd/elf32-vax.c index 05e65e97093..cae0bb2ae21 100644 --- a/bfd/elf32-vax.c +++ b/bfd/elf32-vax.c @@ -1,5 +1,5 @@ /* VAX series support for 32-bit ELF - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Contributed by Matt Thomas <matt@3am-software.com>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-visium.c b/bfd/elf32-visium.c index eae67097d18..5e304674cda 100644 --- a/bfd/elf32-visium.c +++ b/bfd/elf32-visium.c @@ -1,6 +1,6 @@ /* Visium-specific support for 32-bit ELF. - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-xc16x.c b/bfd/elf32-xc16x.c index 9e7decab29a..dcce9410502 100644 --- a/bfd/elf32-xc16x.c +++ b/bfd/elf32-xc16x.c @@ -1,5 +1,5 @@ /* Infineon XC16X-specific support for 16-bit ELF. - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2015 Free Software Foundation, Inc. Contributed by KPIT Cummins Infosystems This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-xgate.c b/bfd/elf32-xgate.c index 9de5c653125..59b0197582d 100644 --- a/bfd/elf32-xgate.c +++ b/bfd/elf32-xgate.c @@ -1,5 +1,5 @@ /* Freescale XGATE-specific support for 32-bit ELF - Copyright (C) 2010-2014 Free Software Foundation, Inc. + Copyright (C) 2010-2015 Free Software Foundation, Inc. Contributed by Sean Keys(skeys@ipdatasys.com) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-xgate.h b/bfd/elf32-xgate.h index f1300014dc1..7a6752f7307 100644 --- a/bfd/elf32-xgate.h +++ b/bfd/elf32-xgate.h @@ -1,5 +1,5 @@ /* Freescale XGATE-specific support for 32-bit ELF - Copyright (C) 2012-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2015 Free Software Foundation, Inc. Contributed by Sean Keys (skeys@ipdatasys.com) (Heavily copied from the HC11 port by Stephane Carrez (stcarrez@nerim.fr)) diff --git a/bfd/elf32-xstormy16.c b/bfd/elf32-xstormy16.c index f918a1eb8cd..7eae51ca42c 100644 --- a/bfd/elf32-xstormy16.c +++ b/bfd/elf32-xstormy16.c @@ -1,5 +1,5 @@ /* Xstormy16-specific support for 32-bit ELF. - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c index 85280e47df9..59a1c094ccf 100644 --- a/bfd/elf32-xtensa.c +++ b/bfd/elf32-xtensa.c @@ -1,5 +1,5 @@ /* Xtensa-specific support for 32-bit ELF. - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32.c b/bfd/elf32.c index 1e6ae4a2686..e9c5e579197 100644 --- a/bfd/elf32.c +++ b/bfd/elf32.c @@ -1,5 +1,5 @@ /* ELF 32-bit executable support for BFD. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c index 1a4fc236b0a..0ffe3fada65 100644 --- a/bfd/elf64-alpha.c +++ b/bfd/elf64-alpha.c @@ -1,5 +1,5 @@ /* Alpha specific support for 64-bit ELF - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@tamu.edu>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-gen.c b/bfd/elf64-gen.c index d8afcfa3588..4a8a7c6ee12 100644 --- a/bfd/elf64-gen.c +++ b/bfd/elf64-gen.c @@ -1,5 +1,5 @@ /* Generic support for 64-bit ELF - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-hppa.c b/bfd/elf64-hppa.c index 86f652dcc38..2ee93ad6034 100644 --- a/bfd/elf64-hppa.c +++ b/bfd/elf64-hppa.c @@ -1,5 +1,5 @@ /* Support for HPPA 64-bit ELF - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-hppa.h b/bfd/elf64-hppa.h index 198b44674a4..37537947d69 100644 --- a/bfd/elf64-hppa.h +++ b/bfd/elf64-hppa.h @@ -1,6 +1,6 @@ /* ELF64/HPPA support - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-ia64-vms.c b/bfd/elf64-ia64-vms.c index dd86e3c6308..b1b9f464518 100644 --- a/bfd/elf64-ia64-vms.c +++ b/bfd/elf64-ia64-vms.c @@ -1,5 +1,5 @@ /* IA-64 support for OpenVMS - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-mips.c b/bfd/elf64-mips.c index eb7e1fba4b8..017efac8b28 100644 --- a/bfd/elf64-mips.c +++ b/bfd/elf64-mips.c @@ -1,5 +1,5 @@ /* MIPS-specific support for 64-bit ELF - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Ian Lance Taylor, Cygnus Support Linker support added by Mark Mitchell, CodeSourcery, LLC. <mark@codesourcery.com> diff --git a/bfd/elf64-mmix.c b/bfd/elf64-mmix.c index 3b5665c62f7..244f90a7e21 100644 --- a/bfd/elf64-mmix.c +++ b/bfd/elf64-mmix.c @@ -1,5 +1,5 @@ /* MMIX-specific support for 64-bit ELF. - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. Contributed by Hans-Peter Nilsson <hp@bitrange.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 88ae80c77cc..1101e3d5147 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -1,5 +1,5 @@ /* PowerPC64-specific support for 64-bit ELF. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. Written by Linus Nordberg, Swox AB <info@swox.com>, based on elf32-ppc.c by Ian Lance Taylor. Largely rewritten by Alan Modra. diff --git a/bfd/elf64-ppc.h b/bfd/elf64-ppc.h index d05fee5cca9..8c627a4edee 100644 --- a/bfd/elf64-ppc.h +++ b/bfd/elf64-ppc.h @@ -1,5 +1,5 @@ /* PowerPC64-specific support for 64-bit ELF. - Copyright (C) 2002-2014 Free Software Foundation, Inc. + Copyright (C) 2002-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-s390.c b/bfd/elf64-s390.c index 9a874f2b749..cdbe6caa5ee 100644 --- a/bfd/elf64-s390.c +++ b/bfd/elf64-s390.c @@ -1,5 +1,5 @@ /* IBM S/390-specific support for 64-bit ELF - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. Contributed Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-sh64.c b/bfd/elf64-sh64.c index 79cab578648..bc48b0ef7b0 100644 --- a/bfd/elf64-sh64.c +++ b/bfd/elf64-sh64.c @@ -1,5 +1,5 @@ /* SuperH SH64-specific support for 64-bit ELF - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-sparc.c b/bfd/elf64-sparc.c index 0dcd14aea30..26e664efc7f 100644 --- a/bfd/elf64-sparc.c +++ b/bfd/elf64-sparc.c @@ -1,5 +1,5 @@ /* SPARC-specific support for 64-bit ELF - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-tilegx.c b/bfd/elf64-tilegx.c index f388e72c2a3..8dee9a45e34 100644 --- a/bfd/elf64-tilegx.c +++ b/bfd/elf64-tilegx.c @@ -1,5 +1,5 @@ /* TILE-Gx-specific support for 64-bit ELF. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-tilegx.h b/bfd/elf64-tilegx.h index 12aec464f9d..263d6d0a699 100644 --- a/bfd/elf64-tilegx.h +++ b/bfd/elf64-tilegx.h @@ -1,5 +1,5 @@ /* TILE-Gx-specific support for 64-bit ELF. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index bfb2f2a68c8..cf63d6ac3a5 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -1,5 +1,5 @@ /* X86-64 specific support for ELF - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. Contributed by Jan Hubicka <jh@suse.cz>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64.c b/bfd/elf64.c index 975262db4f1..74726648fd5 100644 --- a/bfd/elf64.c +++ b/bfd/elf64.c @@ -1,5 +1,5 @@ /* ELF 64-bit executable support for BFD. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfcode.h b/bfd/elfcode.h index d34e18ed080..481b007232e 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -1,5 +1,5 @@ /* ELF executable support for BFD. - Copyright (C) 1991-2014 Free Software Foundation, Inc. + Copyright (C) 1991-2015 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support, from information published in "UNIX System V Release 4, Programmers Guide: ANSI C and diff --git a/bfd/elfcore.h b/bfd/elfcore.h index 97fd7abd26c..c4e5b43c6b5 100644 --- a/bfd/elfcore.h +++ b/bfd/elfcore.h @@ -1,5 +1,5 @@ /* ELF core file support for BFD. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elflink.c b/bfd/elflink.c index 1ceb9e52279..66cf1ed8900 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -1,5 +1,5 @@ /* ELF linking support for BFD. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfn32-mips.c b/bfd/elfn32-mips.c index 9ddde245b2e..08fbd4825dc 100644 --- a/bfd/elfn32-mips.c +++ b/bfd/elfn32-mips.c @@ -1,5 +1,5 @@ /* MIPS-specific support for 32-bit ELF - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Most of the information added by Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>. diff --git a/bfd/elfnn-aarch64.c b/bfd/elfnn-aarch64.c index a2dcb72d2fb..3554a87c8d6 100644 --- a/bfd/elfnn-aarch64.c +++ b/bfd/elfnn-aarch64.c @@ -1,5 +1,5 @@ /* AArch64-specific support for NN-bit ELF. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfnn-ia64.c b/bfd/elfnn-ia64.c index a8d8d0bcc22..1bbccd62b63 100644 --- a/bfd/elfnn-ia64.c +++ b/bfd/elfnn-ia64.c @@ -1,5 +1,5 @@ /* IA-64 support for 64-bit ELF - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-aarch64.c b/bfd/elfxx-aarch64.c index 6ae4adf89eb..54b69fda859 100644 --- a/bfd/elfxx-aarch64.c +++ b/bfd/elfxx-aarch64.c @@ -1,5 +1,5 @@ /* AArch64-specific support for ELF. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-aarch64.h b/bfd/elfxx-aarch64.h index 88081043866..612b036c97b 100644 --- a/bfd/elfxx-aarch64.h +++ b/bfd/elfxx-aarch64.h @@ -1,5 +1,5 @@ /* AArch64-specific backend routines. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index e9f884bec14..56d092f63ab 100644 --- a/bfd/elfxx-ia64.c +++ b/bfd/elfxx-ia64.c @@ -1,5 +1,5 @@ /* IA-64 support for 64-bit ELF - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-ia64.h b/bfd/elfxx-ia64.h index 9f01315f112..6f0aefc3733 100644 --- a/bfd/elfxx-ia64.h +++ b/bfd/elfxx-ia64.h @@ -1,5 +1,5 @@ /* IA-64 support for 64-bit ELF - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index db403b3a00f..2de63e1028c 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -1,5 +1,5 @@ /* MIPS-specific support for ELF - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Most of the information added by Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>. diff --git a/bfd/elfxx-mips.h b/bfd/elfxx-mips.h index 0605447ea32..8151d3bf0ae 100644 --- a/bfd/elfxx-mips.h +++ b/bfd/elfxx-mips.h @@ -1,5 +1,5 @@ /* MIPS ELF specific backend routines. - Copyright (C) 2002-2014 Free Software Foundation, Inc. + Copyright (C) 2002-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-sparc.c b/bfd/elfxx-sparc.c index a56493f7d66..66f73c1a7c8 100644 --- a/bfd/elfxx-sparc.c +++ b/bfd/elfxx-sparc.c @@ -1,5 +1,5 @@ /* SPARC-specific support for ELF - Copyright (C) 2005-2014 Free Software Foundation, Inc. + Copyright (C) 2005-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-sparc.h b/bfd/elfxx-sparc.h index cf1991b411b..6575b4a4a47 100644 --- a/bfd/elfxx-sparc.h +++ b/bfd/elfxx-sparc.h @@ -1,5 +1,5 @@ /* SPARC ELF specific backend routines. - Copyright (C) 2005-2014 Free Software Foundation, Inc. + Copyright (C) 2005-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-target.h b/bfd/elfxx-target.h index 83a3caf93ed..211c0a153b8 100644 --- a/bfd/elfxx-target.h +++ b/bfd/elfxx-target.h @@ -1,5 +1,5 @@ /* Target definitions for NN-bit ELF - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-tilegx.c b/bfd/elfxx-tilegx.c index 90f4395d7ca..14fa8a90ab6 100644 --- a/bfd/elfxx-tilegx.c +++ b/bfd/elfxx-tilegx.c @@ -1,5 +1,5 @@ /* TILE-Gx-specific support for ELF. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-tilegx.h b/bfd/elfxx-tilegx.h index 4c3f2bf1d09..0e91a77b35e 100644 --- a/bfd/elfxx-tilegx.h +++ b/bfd/elfxx-tilegx.h @@ -1,5 +1,5 @@ /* TILE-Gx ELF specific backend routines. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/epoc-pe-arm.c b/bfd/epoc-pe-arm.c index 71a7bf7d6ff..2df0ad1797e 100644 --- a/bfd/epoc-pe-arm.c +++ b/bfd/epoc-pe-arm.c @@ -1,5 +1,5 @@ /* BFD back-end for ARM EPOC PE files. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/epoc-pei-arm.c b/bfd/epoc-pei-arm.c index 716775ce0c6..4079aea001d 100644 --- a/bfd/epoc-pei-arm.c +++ b/bfd/epoc-pei-arm.c @@ -1,5 +1,5 @@ /* BFD back-end for ARM EPOC PE IMAGE COFF files. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/format.c b/bfd/format.c index f0d1e668c77..dd6dc8a32ce 100644 --- a/bfd/format.c +++ b/bfd/format.c @@ -1,5 +1,5 @@ /* Generic BFD support for file formats. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/freebsd.h b/bfd/freebsd.h index 8387d64b2db..62d968202b2 100644 --- a/bfd/freebsd.h +++ b/bfd/freebsd.h @@ -1,5 +1,5 @@ /* BFD back-end definitions used by all FreeBSD targets. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/gen-aout.c b/bfd/gen-aout.c index b1a59ff1287..f7f0edd7845 100644 --- a/bfd/gen-aout.c +++ b/bfd/gen-aout.c @@ -1,5 +1,5 @@ /* Generate parameters for an a.out system. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/genlink.h b/bfd/genlink.h index c1c16d0989c..99544956c12 100644 --- a/bfd/genlink.h +++ b/bfd/genlink.h @@ -1,5 +1,5 @@ /* genlink.h -- interface to the BFD generic linker - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hash.c b/bfd/hash.c index 4149474ffff..60f52b66fea 100644 --- a/bfd/hash.c +++ b/bfd/hash.c @@ -1,5 +1,5 @@ /* hash.c -- hash table routines for BFD - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Steve Chamberlain <sac@cygnus.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/host-aout.c b/bfd/host-aout.c index 0693f6c82fe..829d41fca2e 100644 --- a/bfd/host-aout.c +++ b/bfd/host-aout.c @@ -1,5 +1,5 @@ /* BFD backend for local host's a.out binaries - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. Probably John Gilmore's fault. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/alphalinux.h b/bfd/hosts/alphalinux.h index 5b67e755856..f75317f3902 100644 --- a/bfd/hosts/alphalinux.h +++ b/bfd/hosts/alphalinux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/alphavms.h b/bfd/hosts/alphavms.h index 831a94ccd4e..5765258c297 100644 --- a/bfd/hosts/alphavms.h +++ b/bfd/hosts/alphavms.h @@ -1,5 +1,5 @@ /* alphavms.h -- BFD definitions for an openVMS host - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Written by Klaus Kämpf (kkaempf@progis.de) of proGIS Softwareentwicklung, Aachen, Germany diff --git a/bfd/hosts/decstation.h b/bfd/hosts/decstation.h index 2a072e82868..6bc544c8949 100644 --- a/bfd/hosts/decstation.h +++ b/bfd/hosts/decstation.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/delta68.h b/bfd/hosts/delta68.h index a7abc8f8f12..bbd05f1966f 100644 --- a/bfd/hosts/delta68.h +++ b/bfd/hosts/delta68.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2014 Free Software Foundation, Inc. +/* Copyright (C) 2005-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/dpx2.h b/bfd/hosts/dpx2.h index 639b82f3bb1..0c59fe868ab 100644 --- a/bfd/hosts/dpx2.h +++ b/bfd/hosts/dpx2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/hp300bsd.h b/bfd/hosts/hp300bsd.h index 4b9d0d8ac53..b2e588555c5 100644 --- a/bfd/hosts/hp300bsd.h +++ b/bfd/hosts/hp300bsd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/i386bsd.h b/bfd/hosts/i386bsd.h index 24a35c9de6e..d5af2b51f84 100644 --- a/bfd/hosts/i386bsd.h +++ b/bfd/hosts/i386bsd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/i386linux.h b/bfd/hosts/i386linux.h index 0c8536e593b..a35321d5e5c 100644 --- a/bfd/hosts/i386linux.h +++ b/bfd/hosts/i386linux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/i386mach3.h b/bfd/hosts/i386mach3.h index 8872f0dfce2..3d82ee14d1d 100644 --- a/bfd/hosts/i386mach3.h +++ b/bfd/hosts/i386mach3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/i386sco.h b/bfd/hosts/i386sco.h index 3e2a8b6ce9a..3a054de34fc 100644 --- a/bfd/hosts/i386sco.h +++ b/bfd/hosts/i386sco.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/i860mach3.h b/bfd/hosts/i860mach3.h index b16e27676d6..c84f048760f 100644 --- a/bfd/hosts/i860mach3.h +++ b/bfd/hosts/i860mach3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/m68kaux.h b/bfd/hosts/m68kaux.h index 1a34c4f92a6..94112946d21 100644 --- a/bfd/hosts/m68kaux.h +++ b/bfd/hosts/m68kaux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/m68klinux.h b/bfd/hosts/m68klinux.h index 533158b993e..ec123af92f2 100644 --- a/bfd/hosts/m68klinux.h +++ b/bfd/hosts/m68klinux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/m88kmach3.h b/bfd/hosts/m88kmach3.h index af4a1cec1fa..2292ac892bd 100644 --- a/bfd/hosts/m88kmach3.h +++ b/bfd/hosts/m88kmach3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/mipsbsd.h b/bfd/hosts/mipsbsd.h index fd4b43132a0..4747f38a8ae 100644 --- a/bfd/hosts/mipsbsd.h +++ b/bfd/hosts/mipsbsd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/mipsmach3.h b/bfd/hosts/mipsmach3.h index fd8357b4664..91129ab5105 100644 --- a/bfd/hosts/mipsmach3.h +++ b/bfd/hosts/mipsmach3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/news-mips.h b/bfd/hosts/news-mips.h index 8358c76d3a4..118fc627fd1 100644 --- a/bfd/hosts/news-mips.h +++ b/bfd/hosts/news-mips.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/news.h b/bfd/hosts/news.h index 798263e5079..4f21225020d 100644 --- a/bfd/hosts/news.h +++ b/bfd/hosts/news.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/pc532mach.h b/bfd/hosts/pc532mach.h index 981ee956185..dcf243e0e62 100644 --- a/bfd/hosts/pc532mach.h +++ b/bfd/hosts/pc532mach.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/riscos.h b/bfd/hosts/riscos.h index 16d1b924931..11fe0ec3047 100644 --- a/bfd/hosts/riscos.h +++ b/bfd/hosts/riscos.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/symmetry.h b/bfd/hosts/symmetry.h index 4ece03ade59..f1e5ec57899 100644 --- a/bfd/hosts/symmetry.h +++ b/bfd/hosts/symmetry.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/tahoe.h b/bfd/hosts/tahoe.h index f41d6c4af11..9935962d06b 100644 --- a/bfd/hosts/tahoe.h +++ b/bfd/hosts/tahoe.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/vaxbsd.h b/bfd/hosts/vaxbsd.h index 9e51fbe8f3a..16fd68475e0 100644 --- a/bfd/hosts/vaxbsd.h +++ b/bfd/hosts/vaxbsd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2014 Free Software Foundation, Inc. +/* Copyright (C) 2005-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/vaxlinux.h b/bfd/hosts/vaxlinux.h index ef1f5dccbcc..5b84c8428dd 100644 --- a/bfd/hosts/vaxlinux.h +++ b/bfd/hosts/vaxlinux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2014 Free Software Foundation, Inc. +/* Copyright (C) 2005-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/vaxult.h b/bfd/hosts/vaxult.h index c7ed333e09c..59163af9455 100644 --- a/bfd/hosts/vaxult.h +++ b/bfd/hosts/vaxult.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/vaxult2.h b/bfd/hosts/vaxult2.h index c7ed333e09c..59163af9455 100644 --- a/bfd/hosts/vaxult2.h +++ b/bfd/hosts/vaxult2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2014 Free Software Foundation, Inc. +/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/x86-64linux.h b/bfd/hosts/x86-64linux.h index 27fd176627a..abc30abd1f3 100644 --- a/bfd/hosts/x86-64linux.h +++ b/bfd/hosts/x86-64linux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2014 Free Software Foundation, Inc. +/* Copyright (C) 2006-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/bfd/hp300bsd.c b/bfd/hp300bsd.c index 9cca44a494f..8266837fa6b 100644 --- a/bfd/hp300bsd.c +++ b/bfd/hp300bsd.c @@ -1,5 +1,5 @@ /* BFD back-end for HP 9000/300 (68000-based) machines running BSD Unix. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hp300hpux.c b/bfd/hp300hpux.c index fa21a77dd11..8bb58c96e55 100644 --- a/bfd/hp300hpux.c +++ b/bfd/hp300hpux.c @@ -1,5 +1,5 @@ /* BFD backend for hp-ux 9000/300 - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Glenn Engel. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hppabsd-core.c b/bfd/hppabsd-core.c index 3b1215b0e52..5b0b0e6cb30 100644 --- a/bfd/hppabsd-core.c +++ b/bfd/hppabsd-core.c @@ -1,5 +1,5 @@ /* BFD back-end for HPPA BSD core files. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hpux-core.c b/bfd/hpux-core.c index c667465172b..c988fae1a1f 100644 --- a/bfd/hpux-core.c +++ b/bfd/hpux-core.c @@ -1,5 +1,5 @@ /* BFD back-end for HP/UX core files. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Stu Grossman, Cygnus Support. Converted to back-end form by Ian Lance Taylor, Cygnus SUpport diff --git a/bfd/i386aout.c b/bfd/i386aout.c index 4b5a83d2d04..59e1ed25f8f 100644 --- a/bfd/i386aout.c +++ b/bfd/i386aout.c @@ -1,5 +1,5 @@ /* BFD back-end for i386 a.out binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/i386bsd.c b/bfd/i386bsd.c index d1ed35b0ce7..2e34af15cc9 100644 --- a/bfd/i386bsd.c +++ b/bfd/i386bsd.c @@ -1,5 +1,5 @@ /* BFD back-end for i386 a.out binaries under BSD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/i386dynix.c b/bfd/i386dynix.c index d9a41822836..ab65974498a 100644 --- a/bfd/i386dynix.c +++ b/bfd/i386dynix.c @@ -1,5 +1,5 @@ /* BFD back-end for i386 a.out binaries under dynix. - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/i386freebsd.c b/bfd/i386freebsd.c index 7c5ed9009f0..9d3da57b349 100644 --- a/bfd/i386freebsd.c +++ b/bfd/i386freebsd.c @@ -1,5 +1,5 @@ /* BFD back-end for FreeBSD/386 a.out-ish binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/i386linux.c b/bfd/i386linux.c index 461a7a5c506..8dd1d0d2d0c 100644 --- a/bfd/i386linux.c +++ b/bfd/i386linux.c @@ -1,5 +1,5 @@ /* BFD back-end for linux flavored i386 a.out binaries. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/i386lynx.c b/bfd/i386lynx.c index 9c1b9f2b933..075d1c0e804 100644 --- a/bfd/i386lynx.c +++ b/bfd/i386lynx.c @@ -1,5 +1,5 @@ /* BFD back-end for i386 a.out binaries under LynxOS. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/i386mach3.c b/bfd/i386mach3.c index 233041a29e8..aa573f45440 100644 --- a/bfd/i386mach3.c +++ b/bfd/i386mach3.c @@ -1,5 +1,5 @@ /* BFD back-end for i386 a.out binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/i386msdos.c b/bfd/i386msdos.c index bd2730a705a..4c60f9fb0ef 100644 --- a/bfd/i386msdos.c +++ b/bfd/i386msdos.c @@ -1,5 +1,5 @@ /* BFD back-end for MS-DOS executables. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Bryan Ford of the University of Utah. Contributed by the Center for Software Science at the diff --git a/bfd/i386netbsd.c b/bfd/i386netbsd.c index 5e4d1300730..1d5cd234736 100644 --- a/bfd/i386netbsd.c +++ b/bfd/i386netbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/386 a.out-ish binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/i386os9k.c b/bfd/i386os9k.c index a8f87e53ce6..889c2adb22a 100644 --- a/bfd/i386os9k.c +++ b/bfd/i386os9k.c @@ -1,5 +1,5 @@ /* BFD back-end for os9000 i386 binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/ieee.c b/bfd/ieee.c index 04ac66611ba..bc24b2647cb 100644 --- a/bfd/ieee.c +++ b/bfd/ieee.c @@ -1,5 +1,5 @@ /* BFD back-end for ieee-695 objects. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support. diff --git a/bfd/ihex.c b/bfd/ihex.c index 7ce8c4bcb71..8e663726eee 100644 --- a/bfd/ihex.c +++ b/bfd/ihex.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel Hex objects. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. Written by Ian Lance Taylor of Cygnus Support <ian@cygnus.com>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/init.c b/bfd/init.c index c08749614a8..323f0ac643d 100644 --- a/bfd/init.c +++ b/bfd/init.c @@ -1,5 +1,5 @@ /* bfd initialization stuff - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/irix-core.c b/bfd/irix-core.c index 9dcc46535ae..6652fd4ded9 100644 --- a/bfd/irix-core.c +++ b/bfd/irix-core.c @@ -1,5 +1,5 @@ /* BFD back-end for Irix core files. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Stu Grossman, Cygnus Support. Converted to back-end form by Ian Lance Taylor, Cygnus Support diff --git a/bfd/libaout.h b/bfd/libaout.h index 25277cbd087..f1f6015d0f9 100644 --- a/bfd/libaout.h +++ b/bfd/libaout.h @@ -1,5 +1,5 @@ /* BFD back-end data structures for a.out (and similar) files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h index 2800b72e3f7..cb7805f01ea 100644 --- a/bfd/libbfd-in.h +++ b/bfd/libbfd-in.h @@ -1,7 +1,7 @@ /* libbfd.h -- Declarations used by bfd library *implementation*. (This include file is not for users of the library.) - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. diff --git a/bfd/libbfd.c b/bfd/libbfd.c index c0792478e9d..40afc2db5b3 100644 --- a/bfd/libbfd.c +++ b/bfd/libbfd.c @@ -1,5 +1,5 @@ /* Assorted BFD support routines, only used internally. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 8687ece4e49..bf1ebb642e8 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -6,7 +6,7 @@ /* libbfd.h -- Declarations used by bfd library *implementation*. (This include file is not for users of the library.) - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index 3b6b93dcd3b..6d00db0cfc7 100644 --- a/bfd/libcoff-in.h +++ b/bfd/libcoff-in.h @@ -1,5 +1,5 @@ /* BFD COFF object file private structure. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libcoff.h b/bfd/libcoff.h index d2edbf86bc6..df0e00f65ae 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -3,7 +3,7 @@ Run "make headers" in your build bfd/ to regenerate. */ /* BFD COFF object file private structure. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libecoff.h b/bfd/libecoff.h index ebfa37e2481..bb8bc5f34bc 100644 --- a/bfd/libecoff.h +++ b/bfd/libecoff.h @@ -1,5 +1,5 @@ /* BFD ECOFF object file private structure. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libhppa.h b/bfd/libhppa.h index deb89d1c27d..9832ccd383e 100644 --- a/bfd/libhppa.h +++ b/bfd/libhppa.h @@ -1,5 +1,5 @@ /* HP PA-RISC SOM object file format: definitions internal to BFD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Contributed by the Center for Software Science at the University of Utah (pa-gdb-bugs@cs.utah.edu). diff --git a/bfd/libieee.h b/bfd/libieee.h index 27fd467dd7f..f1b08594354 100644 --- a/bfd/libieee.h +++ b/bfd/libieee.h @@ -1,5 +1,5 @@ /* IEEE-695 object file formats: definitions internal to BFD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. Mostly Steve Chamberlain's fault. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libnlm.h b/bfd/libnlm.h index 96cc73d8da9..9f54559cdef 100644 --- a/bfd/libnlm.h +++ b/bfd/libnlm.h @@ -1,5 +1,5 @@ /* BFD back-end data structures for NLM (NetWare Loadable Modules) files. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/liboasys.h b/bfd/liboasys.h index ea04d7e212f..4b876abb2c0 100644 --- a/bfd/liboasys.h +++ b/bfd/liboasys.h @@ -1,5 +1,5 @@ /* BFD internal declarations for Oasys file format handling. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Scrawled by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libpei.h b/bfd/libpei.h index ffcafded780..d19a3b2547e 100644 --- a/bfd/libpei.h +++ b/bfd/libpei.h @@ -1,5 +1,5 @@ /* Support for the generic parts of PE/PEI; common header information. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. Written by Cygnus Solutions. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libxcoff.h b/bfd/libxcoff.h index 9b9c9c71f7b..d991dbf373e 100644 --- a/bfd/libxcoff.h +++ b/bfd/libxcoff.h @@ -1,5 +1,5 @@ /* BFD XCOFF object file private structure. - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. Written by Tom Rix, Redhat. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/linker.c b/bfd/linker.c index 083a2504b67..ba14de3902c 100644 --- a/bfd/linker.c +++ b/bfd/linker.c @@ -1,5 +1,5 @@ /* linker.c -- BFD linker routines - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Steve Chamberlain and Ian Lance Taylor, Cygnus Support This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/lynx-core.c b/bfd/lynx-core.c index dc4e4575704..92e8ab14bc2 100644 --- a/bfd/lynx-core.c +++ b/bfd/lynx-core.c @@ -1,5 +1,5 @@ /* BFD back end for Lynx core files - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Stu Grossman of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/m68k4knetbsd.c b/bfd/m68k4knetbsd.c index 254f9efe8b9..6eb6780f652 100644 --- a/bfd/m68k4knetbsd.c +++ b/bfd/m68k4knetbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/m68k a.out-ish binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/m68klinux.c b/bfd/m68klinux.c index 036870fec9e..23341e55bc4 100644 --- a/bfd/m68klinux.c +++ b/bfd/m68klinux.c @@ -1,5 +1,5 @@ /* BFD back-end for linux flavored m68k a.out binaries. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/m68knetbsd.c b/bfd/m68knetbsd.c index 53a2563345e..fdcd26bd922 100644 --- a/bfd/m68knetbsd.c +++ b/bfd/m68knetbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/m68k a.out-ish binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/m88kmach3.c b/bfd/m88kmach3.c index b6c87fb6bff..783a9585bc7 100644 --- a/bfd/m88kmach3.c +++ b/bfd/m88kmach3.c @@ -1,5 +1,5 @@ /* BFD back-end for Motorola m88k a.out (Mach 3) binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/m88kopenbsd.c b/bfd/m88kopenbsd.c index d970d9461a3..cf9a7cc783a 100644 --- a/bfd/m88kopenbsd.c +++ b/bfd/m88kopenbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for OpenBSD/m88k a.out binaries. - Copyright (C) 2004-2014 Free Software Foundation, Inc. + Copyright (C) 2004-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mach-o-i386.c b/bfd/mach-o-i386.c index a7d3a110199..af8a6f3b941 100644 --- a/bfd/mach-o-i386.c +++ b/bfd/mach-o-i386.c @@ -1,5 +1,5 @@ /* Intel i386 Mach-O support for BFD. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mach-o-target.c b/bfd/mach-o-target.c index dd1ced1ddff..3f3e4554d27 100644 --- a/bfd/mach-o-target.c +++ b/bfd/mach-o-target.c @@ -1,5 +1,5 @@ /* Mach-O support for BFD. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mach-o-x86-64.c b/bfd/mach-o-x86-64.c index c0042cb1734..f86e3defc29 100644 --- a/bfd/mach-o-x86-64.c +++ b/bfd/mach-o-x86-64.c @@ -1,5 +1,5 @@ /* Intel x86-64 Mach-O support for BFD. - Copyright (C) 2010-2014 Free Software Foundation, Inc. + Copyright (C) 2010-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mach-o.c b/bfd/mach-o.c index 9928f42394f..14d6276c348 100644 --- a/bfd/mach-o.c +++ b/bfd/mach-o.c @@ -1,5 +1,5 @@ /* Mach-O support for BFD. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mach-o.h b/bfd/mach-o.h index afe2dee071b..bc694ba5d44 100644 --- a/bfd/mach-o.h +++ b/bfd/mach-o.h @@ -1,5 +1,5 @@ /* Mach-O support for BFD. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/makefile.vms b/bfd/makefile.vms index 9ef4019ff40..3d308af1656 100644 --- a/bfd/makefile.vms +++ b/bfd/makefile.vms @@ -5,7 +5,7 @@ # # Created by Klaus K"ampf, kkaempf@rmi.de # -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bfd/mep-relocs.pl b/bfd/mep-relocs.pl index 97f162728af..5bfc84cfe22 100755 --- a/bfd/mep-relocs.pl +++ b/bfd/mep-relocs.pl @@ -2,7 +2,7 @@ # -*- perl -*- # # Toshiba MeP Media Engine Relocation Generator -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2015 Free Software Foundation, Inc. # This file is part of BFD. # Originally written by DJ Delorie <dj@redhat.com> # diff --git a/bfd/merge.c b/bfd/merge.c index 15328f17eab..5f45ba6e106 100644 --- a/bfd/merge.c +++ b/bfd/merge.c @@ -1,5 +1,5 @@ /* SEC_MERGE support. - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. Written by Jakub Jelinek <jakub@redhat.com>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mipsbsd.c b/bfd/mipsbsd.c index d124cfda409..5ea89b6ee7d 100644 --- a/bfd/mipsbsd.c +++ b/bfd/mipsbsd.c @@ -1,5 +1,5 @@ /* BFD backend for MIPS BSD (a.out) binaries. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Ralph Campbell. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mmo.c b/bfd/mmo.c index 698ffa5d555..bdf2a1276bc 100644 --- a/bfd/mmo.c +++ b/bfd/mmo.c @@ -1,5 +1,5 @@ /* BFD back-end for mmo objects (MMIX-specific object-format). - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. Written by Hans-Peter Nilsson (hp@bitrange.com). Infrastructure and other bits originally copied from srec.c and binary.c. diff --git a/bfd/netbsd-core.c b/bfd/netbsd-core.c index a048f130e4c..bc8e85ce983 100644 --- a/bfd/netbsd-core.c +++ b/bfd/netbsd-core.c @@ -1,5 +1,5 @@ /* BFD back end for NetBSD style core files - Copyright (C) 1988-2014 Free Software Foundation, Inc. + Copyright (C) 1988-2015 Free Software Foundation, Inc. Written by Paul Kranenburg, EUR This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/netbsd.h b/bfd/netbsd.h index e4b861cc82f..a53b5811d49 100644 --- a/bfd/netbsd.h +++ b/bfd/netbsd.h @@ -1,5 +1,5 @@ /* BFD back-end definitions used by all NetBSD targets. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/newsos3.c b/bfd/newsos3.c index 4eb4bee9174..863103a1e63 100644 --- a/bfd/newsos3.c +++ b/bfd/newsos3.c @@ -1,5 +1,5 @@ /* BFD back-end for NewsOS3 (Sony, 68k) binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/nlm-target.h b/bfd/nlm-target.h index 44b41ed65c9..a9bf713eb2c 100644 --- a/bfd/nlm-target.h +++ b/bfd/nlm-target.h @@ -1,5 +1,5 @@ /* Target definitions for 32/64-bit NLM (NetWare Loadable Module) - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/nlm.c b/bfd/nlm.c index acfc5d87ac4..4f5ab264aca 100644 --- a/bfd/nlm.c +++ b/bfd/nlm.c @@ -1,5 +1,5 @@ /* NLM (NetWare Loadable Module) executable support for BFD. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/nlm32-alpha.c b/bfd/nlm32-alpha.c index 1e403a1264d..9649f3b3905 100644 --- a/bfd/nlm32-alpha.c +++ b/bfd/nlm32-alpha.c @@ -1,5 +1,5 @@ /* Support for 32-bit Alpha NLM (NetWare Loadable Module) - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/nlm32-i386.c b/bfd/nlm32-i386.c index 797e667af11..cfcf3a85360 100644 --- a/bfd/nlm32-i386.c +++ b/bfd/nlm32-i386.c @@ -1,5 +1,5 @@ /* Support for 32-bit i386 NLM (NetWare Loadable Module) - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/nlm32-ppc.c b/bfd/nlm32-ppc.c index 5ff11f07dd9..fe15318d4d0 100644 --- a/bfd/nlm32-ppc.c +++ b/bfd/nlm32-ppc.c @@ -1,5 +1,5 @@ /* Support for 32-bit PowerPC NLM (NetWare Loadable Module) - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/nlm32-sparc.c b/bfd/nlm32-sparc.c index 4a68fa2177a..df994674b83 100644 --- a/bfd/nlm32-sparc.c +++ b/bfd/nlm32-sparc.c @@ -1,5 +1,5 @@ /* Support for 32-bit SPARC NLM (NetWare Loadable Module) - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/nlm32.c b/bfd/nlm32.c index ea20c6a4f6f..bdda8545f75 100644 --- a/bfd/nlm32.c +++ b/bfd/nlm32.c @@ -1,5 +1,5 @@ /* NLM (NetWare Loadable Module) 32-bit executable support for BFD. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/nlm64.c b/bfd/nlm64.c index a9f46062033..be055bd1416 100644 --- a/bfd/nlm64.c +++ b/bfd/nlm64.c @@ -1,5 +1,5 @@ /* NLM (NetWare Loadable Module) 64-bit executable support for BFD. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/nlmcode.h b/bfd/nlmcode.h index c8092e0c2b9..e9bb25d20cc 100644 --- a/bfd/nlmcode.h +++ b/bfd/nlmcode.h @@ -1,5 +1,5 @@ /* NLM (NetWare Loadable Module) executable support for BFD. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support, using ELF support as the template. diff --git a/bfd/nlmswap.h b/bfd/nlmswap.h index 5a34c4f019a..3b2e3caeabd 100644 --- a/bfd/nlmswap.h +++ b/bfd/nlmswap.h @@ -1,5 +1,5 @@ /* NLM (NetWare Loadable Module) swapping routines for BFD. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support, using ELF support as the template. diff --git a/bfd/ns32k.h b/bfd/ns32k.h index f6715e1f17e..eac6bfaa1b8 100644 --- a/bfd/ns32k.h +++ b/bfd/ns32k.h @@ -1,5 +1,5 @@ /* Header file for ns32k routines. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/ns32knetbsd.c b/bfd/ns32knetbsd.c index 4af3aea2c87..88824b4b576 100644 --- a/bfd/ns32knetbsd.c +++ b/bfd/ns32knetbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/ns32k a.out-ish binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/oasys.c b/bfd/oasys.c index 9ff9117b72d..a2e78b01a4d 100644 --- a/bfd/oasys.c +++ b/bfd/oasys.c @@ -1,5 +1,5 @@ /* BFD back-end for oasys objects. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support, <sac@cygnus.com>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/opncls.c b/bfd/opncls.c index 404b94422a8..1320ee153d3 100644 --- a/bfd/opncls.c +++ b/bfd/opncls.c @@ -1,5 +1,5 @@ /* opncls.c -- open and close a BFD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. diff --git a/bfd/osf-core.c b/bfd/osf-core.c index e4e2adbf4ab..52a18274c53 100644 --- a/bfd/osf-core.c +++ b/bfd/osf-core.c @@ -1,5 +1,5 @@ /* BFD back-end for OSF/1 core files. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pc532-mach.c b/bfd/pc532-mach.c index c9dcc669fa8..191ca214334 100644 --- a/bfd/pc532-mach.c +++ b/bfd/pc532-mach.c @@ -1,5 +1,5 @@ /* BFD back-end for Mach3/532 a.out-ish binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pdp11.c b/bfd/pdp11.c index 593c5ca9b50..d21f850f119 100644 --- a/bfd/pdp11.c +++ b/bfd/pdp11.c @@ -1,5 +1,5 @@ /* BFD back-end for PDP-11 a.out binaries. - Copyright (C) 2001-2014 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-arm-wince.c b/bfd/pe-arm-wince.c index dcfccb3a325..93b65f40ff2 100644 --- a/bfd/pe-arm-wince.c +++ b/bfd/pe-arm-wince.c @@ -1,5 +1,5 @@ /* BFD back-end for ARM WINCE PE files. - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-arm.c b/bfd/pe-arm.c index 136fbf5c708..e0e742974d7 100644 --- a/bfd/pe-arm.c +++ b/bfd/pe-arm.c @@ -1,5 +1,5 @@ /* BFD back-end for ARM PECOFF files. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-i386.c b/bfd/pe-i386.c index 5f3789cab7a..15300ef0fee 100644 --- a/bfd/pe-i386.c +++ b/bfd/pe-i386.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 PECOFF files. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-mcore.c b/bfd/pe-mcore.c index f9b9d34346e..565dd83acc8 100644 --- a/bfd/pe-mcore.c +++ b/bfd/pe-mcore.c @@ -1,5 +1,5 @@ /* BFD back-end for MCore PECOFF files. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-mips.c b/bfd/pe-mips.c index a24034f119a..7bd6e6de9b1 100644 --- a/bfd/pe-mips.c +++ b/bfd/pe-mips.c @@ -1,5 +1,5 @@ /* BFD back-end for MIPS PE COFF files. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Modified from coff-i386.c by DJ Delorie, dj@cygnus.com This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-ppc.c b/bfd/pe-ppc.c index ea082b9b402..ccb6f6c2a4c 100644 --- a/bfd/pe-ppc.c +++ b/bfd/pe-ppc.c @@ -1,5 +1,5 @@ /* BFD back-end for PowerPC PECOFF files. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-sh.c b/bfd/pe-sh.c index 9516a856566..0a053bd2913 100644 --- a/bfd/pe-sh.c +++ b/bfd/pe-sh.c @@ -1,5 +1,5 @@ /* BFD back-end for SH PECOFF files. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-x86_64.c b/bfd/pe-x86_64.c index adaefb7813c..eaa27efaac9 100644 --- a/bfd/pe-x86_64.c +++ b/bfd/pe-x86_64.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel/AMD x86_64 PECOFF files. - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/peXXigen.c b/bfd/peXXigen.c index b163a1ee485..09adf8348d7 100644 --- a/bfd/peXXigen.c +++ b/bfd/peXXigen.c @@ -1,5 +1,5 @@ /* Support for the generic parts of PE/PEI; the common executable parts. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. Written by Cygnus Solutions. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pef-traceback.h b/bfd/pef-traceback.h index fe5bf4dcd5e..99383ac8889 100644 --- a/bfd/pef-traceback.h +++ b/bfd/pef-traceback.h @@ -1,5 +1,5 @@ /* PowerPC traceback table support for BFD. - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pef.c b/bfd/pef.c index 363e6416e79..18be73b7ea6 100644 --- a/bfd/pef.c +++ b/bfd/pef.c @@ -1,5 +1,5 @@ /* PEF support for BFD. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pef.h b/bfd/pef.h index 49527c9c2d3..09b231ecab7 100644 --- a/bfd/pef.h +++ b/bfd/pef.h @@ -1,5 +1,5 @@ /* PEF support for BFD. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-arm-wince.c b/bfd/pei-arm-wince.c index 6ef9aa9f9fa..f57e614f493 100644 --- a/bfd/pei-arm-wince.c +++ b/bfd/pei-arm-wince.c @@ -1,5 +1,5 @@ /* BFD back-end for ARM WINCE PE IMAGE COFF files. - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-arm.c b/bfd/pei-arm.c index 84318f238a3..dc7b7749f63 100644 --- a/bfd/pei-arm.c +++ b/bfd/pei-arm.c @@ -1,5 +1,5 @@ /* BFD back-end for arm PE IMAGE COFF files. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-i386.c b/bfd/pei-i386.c index 080ed1a62ca..36ab01b1b5c 100644 --- a/bfd/pei-i386.c +++ b/bfd/pei-i386.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 PE IMAGE COFF files. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-ia64.c b/bfd/pei-ia64.c index a3cf735a381..556f826c952 100644 --- a/bfd/pei-ia64.c +++ b/bfd/pei-ia64.c @@ -1,5 +1,5 @@ /* BFD back-end for HP/Intel IA-64 PE IMAGE COFF files. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. Contributed by David Mosberger <davidm@hpl.hp.com> This implementation only supports objcopy to ouput IA-64 PE IMAGE COFF diff --git a/bfd/pei-mcore.c b/bfd/pei-mcore.c index cb0652dc8bc..08ff877104f 100644 --- a/bfd/pei-mcore.c +++ b/bfd/pei-mcore.c @@ -1,5 +1,5 @@ /* BFD back-end for MCore PECOFF files. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-mips.c b/bfd/pei-mips.c index 588539041d7..73256387039 100644 --- a/bfd/pei-mips.c +++ b/bfd/pei-mips.c @@ -1,5 +1,5 @@ /* BFD back-end for MIPS PE IMAGE COFF files. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-ppc.c b/bfd/pei-ppc.c index 6a5bb29d2f8..232c7bc0174 100644 --- a/bfd/pei-ppc.c +++ b/bfd/pei-ppc.c @@ -1,5 +1,5 @@ /* BFD back-end for PowerPC PE IMAGE COFF files. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-sh.c b/bfd/pei-sh.c index 50d677b2795..1509dc183fe 100644 --- a/bfd/pei-sh.c +++ b/bfd/pei-sh.c @@ -1,5 +1,5 @@ /* BFD back-end for SH PE IMAGE COFF files. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-x86_64.c b/bfd/pei-x86_64.c index 2009a2962a7..d9514424600 100644 --- a/bfd/pei-x86_64.c +++ b/bfd/pei-x86_64.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 PE IMAGE COFF files. - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/peicode.h b/bfd/peicode.h index 83653535554..92deb118958 100644 --- a/bfd/peicode.h +++ b/bfd/peicode.h @@ -1,5 +1,5 @@ /* Support for the generic parts of PE/PEI, for BFD. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. Written by Cygnus Solutions. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/plugin.c b/bfd/plugin.c index 7f8f8b53d37..94ed95b1c2a 100644 --- a/bfd/plugin.c +++ b/bfd/plugin.c @@ -1,5 +1,5 @@ /* Plugin support for BFD. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/plugin.h b/bfd/plugin.h index 4f1d18be099..af98c5950f3 100644 --- a/bfd/plugin.h +++ b/bfd/plugin.h @@ -1,5 +1,5 @@ /* Plugin support for BFD. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/po/Make-in b/bfd/po/Make-in index c40a2435c99..a9ee1b24b93 100644 --- a/bfd/po/Make-in +++ b/bfd/po/Make-in @@ -1,6 +1,6 @@ # Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu> -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2015 Free Software Foundation, Inc. # # This file may be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License diff --git a/bfd/ppcboot.c b/bfd/ppcboot.c index 7599e20ee08..12fad624a7c 100644 --- a/bfd/ppcboot.c +++ b/bfd/ppcboot.c @@ -1,5 +1,5 @@ /* BFD back-end for PPCbug boot records. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Written by Michael Meissner, Cygnus Support, <meissner@cygnus.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/ptrace-core.c b/bfd/ptrace-core.c index 723f4a4a738..8292ae3f6b1 100644 --- a/bfd/ptrace-core.c +++ b/bfd/ptrace-core.c @@ -1,5 +1,5 @@ /* BFD backend for core files which use the ptrace_user structure - Copyright (C) 1993-2014 Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. The structure of this file is based on trad-core.c written by John Gilmore of Cygnus Support. Modified to work with the ptrace_user structure by Kevin A. Buettner. diff --git a/bfd/reloc.c b/bfd/reloc.c index 1677e869745..fe7d8be477e 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -1,5 +1,5 @@ /* BFD support for handling relocation entries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/reloc16.c b/bfd/reloc16.c index cdfc981a546..27d153e97ea 100644 --- a/bfd/reloc16.c +++ b/bfd/reloc16.c @@ -1,5 +1,5 @@ /* 8 and 16 bit COFF relocation functions, for BFD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/riscix.c b/bfd/riscix.c index ddf5c3a5a0d..9388c48aad3 100644 --- a/bfd/riscix.c +++ b/bfd/riscix.c @@ -1,5 +1,5 @@ /* BFD back-end for RISC iX (Acorn, arm) binaries. - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/rs6000-core.c b/bfd/rs6000-core.c index 8f2f3a0defa..6711498e0d4 100644 --- a/bfd/rs6000-core.c +++ b/bfd/rs6000-core.c @@ -1,5 +1,5 @@ /* IBM RS/6000 "XCOFF" back-end for BFD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore. Archive support from Damon A. Permezel. Contributed by IBM Corporation and Cygnus Support. diff --git a/bfd/sco5-core.c b/bfd/sco5-core.c index 70671766ab4..9d114008960 100644 --- a/bfd/sco5-core.c +++ b/bfd/sco5-core.c @@ -1,5 +1,5 @@ /* BFD back end for SCO5 core files (U-area and raw sections) - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. Written by Jouke Numan <jnuman@hiscom.nl> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/section.c b/bfd/section.c index b27539aeba5..4a6f2e4f347 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -1,5 +1,5 @@ /* Object file "section" support for the BFD library. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/simple.c b/bfd/simple.c index ca64101b83c..134d6d5f06a 100644 --- a/bfd/simple.c +++ b/bfd/simple.c @@ -1,5 +1,5 @@ /* simple.c -- BFD simple client routines - Copyright (C) 2002-2014 Free Software Foundation, Inc. + Copyright (C) 2002-2015 Free Software Foundation, Inc. Contributed by MontaVista Software, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/som.c b/bfd/som.c index 5f96caa64ae..546f8d14cd0 100644 --- a/bfd/som.c +++ b/bfd/som.c @@ -1,5 +1,5 @@ /* bfd back-end for HP PA-RISC SOM objects. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Contributed by the Center for Software Science at the University of Utah. diff --git a/bfd/som.h b/bfd/som.h index 68f60c052cf..a30010483ee 100644 --- a/bfd/som.h +++ b/bfd/som.h @@ -1,5 +1,5 @@ /* HP PA-RISC SOM object file format: definitions internal to BFD. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Contributed by the Center for Software Science at the University of Utah (pa-gdb-bugs@cs.utah.edu). diff --git a/bfd/sparclinux.c b/bfd/sparclinux.c index dac3624f56d..e48550b713d 100644 --- a/bfd/sparclinux.c +++ b/bfd/sparclinux.c @@ -1,5 +1,5 @@ /* BFD back-end for linux flavored sparc a.out binaries. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/sparclynx.c b/bfd/sparclynx.c index 2a62c774c55..886731a4e0b 100644 --- a/bfd/sparclynx.c +++ b/bfd/sparclynx.c @@ -1,5 +1,5 @@ /* BFD support for Sparc binaries under LynxOS. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/sparcnetbsd.c b/bfd/sparcnetbsd.c index 42d94e74252..131b75b4fac 100644 --- a/bfd/sparcnetbsd.c +++ b/bfd/sparcnetbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/sparc a.out-ish binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/srec.c b/bfd/srec.c index 8de6e425cb8..24573cff61b 100644 --- a/bfd/srec.c +++ b/bfd/srec.c @@ -1,5 +1,5 @@ /* BFD back-end for s-record objects. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support <sac@cygnus.com>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/stab-syms.c b/bfd/stab-syms.c index 74f39f36588..167eb343927 100644 --- a/bfd/stab-syms.c +++ b/bfd/stab-syms.c @@ -1,5 +1,5 @@ /* Table of stab names for the BFD library. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/stabs.c b/bfd/stabs.c index e6526c5148b..40415e5fcc9 100644 --- a/bfd/stabs.c +++ b/bfd/stabs.c @@ -1,5 +1,5 @@ /* Stabs in sections linking support. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/sunos.c b/bfd/sunos.c index 27a658eb415..cdf2a3157e0 100644 --- a/bfd/sunos.c +++ b/bfd/sunos.c @@ -1,5 +1,5 @@ /* BFD backend for SunOS binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/syms.c b/bfd/syms.c index a1d1d771907..37be5f28275 100644 --- a/bfd/syms.c +++ b/bfd/syms.c @@ -1,5 +1,5 @@ /* Generic symbol-table support for the BFD library. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/sysdep.h b/bfd/sysdep.h index 7e441eb653b..5f704b25b6d 100644 --- a/bfd/sysdep.h +++ b/bfd/sysdep.h @@ -1,5 +1,5 @@ /* sysdep.h -- handle host dependencies for the BFD library - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/targets.c b/bfd/targets.c index 71e59e010c3..dc1e3ca7035 100644 --- a/bfd/targets.c +++ b/bfd/targets.c @@ -1,5 +1,5 @@ /* Generic target-file-type support for the BFD library. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2015 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/tekhex.c b/bfd/tekhex.c index 2f14194833c..969b8121e51 100644 --- a/bfd/tekhex.c +++ b/bfd/tekhex.c @@ -1,5 +1,5 @@ /* BFD backend for Extended Tektronix Hex Format objects. - Copyright (C) 1992-2014 Free Software Foundation, Inc. + Copyright (C) 1992-2015 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support <sac@cygnus.com>. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/trad-core.c b/bfd/trad-core.c index ce1231edd88..3232e9836c9 100644 --- a/bfd/trad-core.c +++ b/bfd/trad-core.c @@ -1,5 +1,5 @@ /* BFD back end for traditional Unix core files (U-area and raw sections) - Copyright (C) 1988-2014 Free Software Foundation, Inc. + Copyright (C) 1988-2015 Free Software Foundation, Inc. Written by John Gilmore of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/vax1knetbsd.c b/bfd/vax1knetbsd.c index 58614ef5a42..ad767821422 100644 --- a/bfd/vax1knetbsd.c +++ b/bfd/vax1knetbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/VAX (1K page size) a.out-ish binaries. - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/vaxbsd.c b/bfd/vaxbsd.c index 54e8a32f4a4..7b72da843ed 100644 --- a/bfd/vaxbsd.c +++ b/bfd/vaxbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for BSD and Ultrix/VAX (1K page size) a.out-ish binaries. - Copyright (C) 2002-2014 Free Software Foundation, Inc. + Copyright (C) 2002-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/vaxnetbsd.c b/bfd/vaxnetbsd.c index faf507ee014..d86619e3f3d 100644 --- a/bfd/vaxnetbsd.c +++ b/bfd/vaxnetbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/VAX (4K page size) a.out-ish binaries. - Copyright (C) 1998-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/verilog.c b/bfd/verilog.c index c1c5458f125..89db58c2a59 100644 --- a/bfd/verilog.c +++ b/bfd/verilog.c @@ -1,5 +1,5 @@ /* BFD back-end for verilog hex memory dump files. - Copyright (C) 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. Written by Anthony Green <green@moxielogic.com> This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/versados.c b/bfd/versados.c index 75d07bee155..95f5f538c87 100644 --- a/bfd/versados.c +++ b/bfd/versados.c @@ -1,5 +1,5 @@ /* BFD back-end for VERSAdos-E objects. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support <sac@cygnus.com>. Versados is a Motorola trademark. diff --git a/bfd/vms-alpha.c b/bfd/vms-alpha.c index 0e80960623b..faddf7c963c 100644 --- a/bfd/vms-alpha.c +++ b/bfd/vms-alpha.c @@ -1,5 +1,5 @@ /* vms.c -- BFD back-end for EVAX (openVMS/Alpha) files. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Initial version written by Klaus Kaempf (kkaempf@rmi.de) Major rewrite by Adacore. diff --git a/bfd/vms-lib.c b/bfd/vms-lib.c index dbacc33e975..d649c10d685 100644 --- a/bfd/vms-lib.c +++ b/bfd/vms-lib.c @@ -1,6 +1,6 @@ /* BFD back-end for VMS archive files. - Copyright (C) 2010-2014 Free Software Foundation, Inc. + Copyright (C) 2010-2015 Free Software Foundation, Inc. Written by Tristan Gingold <gingold@adacore.com>, AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/vms-misc.c b/bfd/vms-misc.c index 4581738dbfe..8571e2f9979 100644 --- a/bfd/vms-misc.c +++ b/bfd/vms-misc.c @@ -1,6 +1,6 @@ /* vms-misc.c -- BFD back-end for VMS/VAX (openVMS/VAX) and EVAX (openVMS/Alpha) files. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Miscellaneous functions. diff --git a/bfd/vms.h b/bfd/vms.h index 58782e3a1b4..7b3d677d3a8 100644 --- a/bfd/vms.h +++ b/bfd/vms.h @@ -1,5 +1,5 @@ /* vms.h -- Header file for VMS (Alpha and Vax) support. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 Free Software Foundation, Inc. Main header file. diff --git a/bfd/warning.m4 b/bfd/warning.m4 index de7e9e4491b..d35293a64dc 100644 --- a/bfd/warning.m4 +++ b/bfd/warning.m4 @@ -1,6 +1,6 @@ dnl Common configure.ac fragment dnl -dnl Copyright (C) 2012-2014 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2015 Free Software Foundation, Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/bfd/xcofflink.c b/bfd/xcofflink.c index 952297451b9..06ac544e0c9 100644 --- a/bfd/xcofflink.c +++ b/bfd/xcofflink.c @@ -1,5 +1,5 @@ /* POWER/PowerPC XCOFF linker support. - Copyright (C) 1995-2014 Free Software Foundation, Inc. + Copyright (C) 1995-2015 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/xsym.c b/bfd/xsym.c index 870795ea2ba..65675e24910 100644 --- a/bfd/xsym.c +++ b/bfd/xsym.c @@ -1,5 +1,5 @@ /* xSYM symbol-file support for BFD. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/xsym.h b/bfd/xsym.h index 1a80e25a8f5..e28543bb00b 100644 --- a/bfd/xsym.h +++ b/bfd/xsym.h @@ -1,5 +1,5 @@ /* xSYM symbol-file support for BFD. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/xtensa-isa.c b/bfd/xtensa-isa.c index 0fa8ab4ad0c..db4fe6a81c7 100644 --- a/bfd/xtensa-isa.c +++ b/bfd/xtensa-isa.c @@ -1,5 +1,5 @@ /* Configurable Xtensa ISA support. - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/xtensa-modules.c b/bfd/xtensa-modules.c index 408e3d20102..b0d4c67aff1 100644 --- a/bfd/xtensa-modules.c +++ b/bfd/xtensa-modules.c @@ -1,5 +1,5 @@ /* Xtensa configuration-specific ISA information. - Copyright (C) 2003-2014 Free Software Foundation, Inc. + Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. |