bfd:
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 292ec0a7fdd367d1260a5140cd577b0ebae5d8b0..7e81552e1988cb2bdf978f6de7fa7302d585e77c 100644 (file)
+2011-10-25  Joern Rennecke  <joern.rennecke@embecosm.com>
+
+       * Makefile.am (ALL_MACHINES): Add cpu-epiphany.lo.
+       (ALL_MACHINES_CFILES): Add cpu-epiphany.c.
+       (BFD32_BACKENDS): Add elf32-epiphany.lo.
+       (BFD32_BACKENDS_CFILES): Add elf32-epiphany.c.
+       * archures.c (bfd_arch_epiphany): Add.
+       (bfd_mach_epiphany16, bfd_mach_epiphany32): Define.
+       (bfd_epiphany_arch): Declare.
+       (bfd_archures_list): Add &bfd_epiphany_arch.
+       * config.bfd (epiphany-*-elf): New target case.
+       * configure.in (bfd_elf32_epiphany_vec): New target vector case.
+       * reloc.c (BFD_RELOC_EPIPHANY_SIMM8): New relocation.
+       (BFD_RELOC_EPIPHANY_SIMM24, BFD_RELOC_EPIPHANY_HIGH): Likewise.
+       (BFD_RELOC_EPIPHANY_LOW, BFD_RELOC_EPIPHANY_SIMM11): Likewise.
+       (BFD_RELOC_EPIPHANY_IMM11, BFD_RELOC_EPIPHANY_IMM8): Likewise.
+       * targets.c (bfd_elf32_epiphany_vec): Declare.
+       (_bfd_target_vector): Add bfd_elf32_epiphany_vec.
+       * Makefile.in: Regenerate.
+       * bfd-in2.h: Regenerate.
+       * configure: Regenerate.
+       * libbfd.h: Regenerate.
+       * po/SRC-POTFILES.in: Regenerate.
+       * po/bfd.pot: Regenerate.
+       * cpu-epiphany.c: New file.
+       * elf32-epiphany.c: New file.
+
+2011-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_symbol_processing): Remove
+       assertions.
+
+2011-10-24  Eugeniy Meshcheryakov  <eugen@debian.org>
+
+       PR ld/13273
+       * elf32-arm.c (elf32_arm_merge_eabi_attributes): Do not warn about
+       identical TAG_PCS_config attributes.
+
+2011-10-24  Nick Clifton  <nickc@redhat.com>
+
+       * po/ja.po: Updated Japanese translation.
+
+2011-10-24  Pau Garcia i Quiles  <pgquiles@elpauer.org>
+
+       PR binutils/13292
+       * bfd-in.h: Include <sys/stat.h> rather than forward defining
+       struct stat.
+       * bfd-in2.h: Regenerate.
+
+2011-10-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13302
+       * elf32-i386.c (elf_i386_relocate_section): Replace
+       R_386_IRELATIVE with R_386_RELATIVE.
+
+       * elf64-x86-64.c (elf_x86_64_relocate_section): Replace
+       R_X86_64_IRELATIVE with R_X86_64_RELATIVE.
+
+2011-10-21  H.J. Lu  <hongjiu.lu@intel.com>.
+
+       * elf32-i386.c (elf_i386_relocate_section): Fix a typo in
+       comments.
+       * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
+
+2011-10-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13302
+       * elf32-i386.c (elf_i386_link_hash_table): Add next_jump_slot_index
+       and next_irelative_index.
+       (elf_i386_link_hash_table_create): Initialize next_jump_slot_index
+       and next_irelative_index.
+       (elf_i386_allocate_dynrelocs): Increment reloc_count instead of
+       next_tls_desc_index.
+       (elf_i386_size_dynamic_sections): Set next_tls_desc_index and
+       next_irelative_index from reloc_count.
+       (elf_i386_finish_dynamic_symbol): Put R_386_IRELATIVE after
+       R_386_JUMP_SLOT.
+
+       * elf64-x86-64.c (elf_x86_64_link_hash_table): Add
+       next_jump_slot_index and next_irelative_index.
+       (elf_x86_64_link_hash_table_create): Initialize
+       next_jump_slot_index and next_irelative_index.
+       (elf_x86_64_size_dynamic_sections): Set next_irelative_index
+       from reloc_count.
+       (elf_x86_64_finish_dynamic_symbol): Put R_X86_64_IRELATIVE after
+       R_X86_64_JUMP_SLOT.
+
+2011-10-20  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/13049
+       * elf32-arm.c (STUB_SUFFIX): Avoid collision with user namespace
+       symbol names.
+       * elf64-ppc.c (STUB_SUFFIX): Likewise.
+       * elf32-hppa.c (STUB_SUFFIX): Likewise.
+
+2011-10-20  Alan Modra  <amodra@gmail.com>
+
+       * elf32-i386.c (i386_opcode16): Delete.
+       (elf_i386_check_tls_transition): Use memcmp to compare contents.
+       * elf64-x86-64.c (x86_64_opcode16, x86_64_opcode32): Delete.
+       (elf_x86_64_check_tls_transition): Use memcmp to compare contents.
+
+2011-10-19  Alan Modra  <amodra@gmail.com>
+
+       PR ld/13177
+       * elflink.c (_bfd_elf_gc_mark_rsec): Set symbol "mark".
+       (elf_gc_sweep_symbol): Don't test plt/got refcounts, instead test
+       "mark".  Hide undefweak too.  Clear def_regular and ref_regular.
+       * elf-m10300.c (mn10300_elf_relocate_section): Ignore unresolved
+       reloc errors from garbage-collected code.
+       * elf32-arm.c (elf32_arm_relocate_section): Likewise.
+       * elf32-bfin.c (bfin_relocate_section): Likewise.
+       (bfinfdpic_relocate_section): Likewise.
+       * elf32-cris.c (cris_elf_relocate_section): Likewise.
+       * elf32-frv.c (elf32_frv_relocate_section): Likewise.
+       * elf32-i386.c (elf_i386_relocate_section): Likewise.
+       * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
+       * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
+       * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
+       * elf32-s390.c (elf_s390_relocate_section): Likewise.
+       * elf32-sh.c (sh_elf_relocate_section): Likewise.
+       * elf32-spu.c (spu_elf_relocate_section): Likewise.
+       * elf32-tilepro.c (tilepro_elf_relocate_section): Likewise.
+       * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
+       * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
+       * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
+       * elf64-s390.c (elf_s390_relocate_section): Likewise.
+       * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
+       * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
+       * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
+       * elfxx-tilegx.c (tilegx_elf_relocate_section): Likewise.
+
+2011-10-19  Alan Modra  <amodra@gmail.com>
+
+       PR ld/13311
+       * elflink.c (elf_link_output_extsym): Correct test for warning when
+       forced local executable syms are referenced from shared libraries.
+
+2011-10-19  Alan Modra  <amodra@gmail.com>
+
+       PR ld/13254
+       * elflink.c (bfd_elf_final_link): Emit error_textrel error.
+
+2011-10-18  David S. Miller  <davem@davemloft.net>
+
+       PR binutils/13301
+       * elfxx-sparc.c (sparc_elf_find_reloc_at_ofs): New function.
+       (_bfd_sparc_elf_relocate_section): Always move the __tls_get_addr
+       call delay slot instruction forward 4 bytes when performing
+       relaxation.
+
+2011-10-17  Alan Modra  <amodra@gmail.com>
+
+       PR ld/12975
+       PR ld/13195
+       * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Apply 2011-09-15
+       and 2011-09-29 bfd_elf_gc_mark_dynamic_ref_symbol changes here too.
+
+2011-10-14  Hans-Peter Nilsson  <hp@axis.com>
+
+       * elf32-cris.c (cris_elf_gc_sweep_hook) <R_CRIS_16_GOTPLT>
+       <R_CRIS_32_GOTPLT>: Fix missing update of gotplt refcount for
+       global symbols.
+       <R_CRIS_8, R_CRIS_16, R_CRIS_32>: New cases for similar missing
+       updates of the plt refcount.
+       (elf_cris_adjust_gotplt_to_got): Assert integrity of the gotplt
+       refcount in relation to the plt refcount.
+
+2011-10-13  Richard Sandiford  <richard.sandiford@linaro.org>
+
+       * elf32-arm.c (elf32_arm_final_link_relocate): Mark PLT calls via
+       stubs as resolved.
+
+2011-10-11  Alan Modra  <amodra@gmail.com>
+
+       PR binutils/13278
+       * archive.c (bfd_generic_archive_p): Only check first element
+       when target_defaulted.
+       (_bfd_construct_extended_name_table): Use ar_maxnamelen.
+       (_bfd_archive_bsd44_construct_extended_name_table): Likewise.
+
+2011-10-11  Alan Modra  <amodra@gmail.com>
+
+       PR binutils/13257
+       * archive.c (_bfd_find_nested_archive, _bfd_get_elt_at_filepos): Open
+       thin archive element using container target if not defaulted.
+
+2011-10-10  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: Updated Spanish translation.
+       * po/fi.po: Updated Finnish translation.
+       * po/fr.po: Updated French translation.
+       * po/ru.po: Updated Russian translation.
+
+2011-10-10  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (ppc64_elf_howto_table): Add R_PPC64_TOCSAVE entry.
+       (struct ppc_link_hash_table): Add tocsave_htab.
+       (struct tocsave_entry): New.
+       (tocsave_htab_hash, tocsave_htab_eq, tocsave_find): New functions.
+       (ppc64_elf_link_hash_table_create): Create tocsave_htab..
+       (ppc64_elf_link_hash_table_free): ..and delete it.
+       (build_plt_stub): Always put STD_R2_40R1 first.
+       (ppc64_elf_size_stubs): Check for R_PPC64_TOCSAVE following reloc
+       on plt call.  If present add prologue nop location to tocsave_htab.
+       (ppc64_elf_relocate_section): Convert prologue nop to std.  Skip
+       first insn of plt call stub when R_PPC64_TOCSAVE present.
+
+2011-10-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13250
+       * elflink.c (elf_link_add_object_symbols): Preserve the maximum
+       alignment and size for common symbols.
+
+2011-10-08  Alan Modra  <amodra@gmail.com>
+
+       PR ld/13229
+       PR ld/13244
+       * elflink.c (elf_link_add_object_symbols): Don't make IR symbols
+       dynamic.
+
+2011-10-08  Alan Modra  <amodra@gmail.com>
+
+       PR ld/13229
+       * elflink.c (elf_link_output_extsym): Strip defined plugin symbols
+       even when strip_discarded is false.
+
+2011-10-05  Kai Tietz  <ktietz@redhat.com>
+
+       * coffgen.c (coff_write_alien_symbol): Don't write
+       symbol for discarded sections, if strip_discarded isn't
+       explicit set to false.
+       (coff_write_native_symbol): Likewise.
+
+2011-10-05  DJ Delorie  <dj@redhat.com>
+           Nick Clifton  <nickc@redhat.com>
+
+       * elf32-rx.c: Add support for PID mode.
+       (rx_elf_relocate_section): Add checks for unsafe PID relocations.
+       Include addend in R_RX_SYM relocations.
+
+2011-09-30  Tristan Gingold  <gingold@adacore.com>
+
+       * dwarf2.c (struct dwarf2_debug): Add field debug_sections.
+       (read_section): Add sec argument. Adjust the code to get section
+       names from it.
+       (read_indirect_string): Adjust call to read_section.
+       (read_abbrevs): Ditto.
+       (decode_line_info): Ditto.
+       (read_debug_ranges): Ditto.
+       (DWARF2_DEBUG_INFO, DWARF2_COMPRESSED_DEBUG_INFO): Remove.
+       (find_debug_info): Add debug_sections parameter.  Use it instead
+       the above macros.
+       (place_sections): Get section names from stash.
+       (find_line): Add debug_sections argument.  Initialize
+       debug_sections field of stash from it.
+       Adjust calls to find_debug_info.
+       (_bfd_dwarf2_find_nearest_line): Add debug_sections argument.
+       Adjust call to find_line.
+       (_bfd_dwarf2_find_line): Adjust call to find_line.
+       * libcoff-in.h (struct dwarf_debug_section): New declaration.
+       (coff_find_nearest_line_with_names): Likewise.
+       * libcoff.h: Regenerate.
+       * libbfd-in.h (struct dwarf_debug_section): Move declaration.
+       (dwarf_debug_sections): Likewise.
+       (_bfd_dwarf2_find_nearest_line): Add debug_sections argument.
+       * libbfd.h: Regenerate.
+       * elf.c (_bfd_elf_find_nearest_line): Adjust call to
+       _bfd_dwarf2_find_nearest_line.
+       * elfxx-mips.c (_bfd_mips_elf_find_nearest_line): Ditto.
+       * elf64-alpha.c (elf64_alpha_find_nearest_line): Ditto.
+       * elf32-arm.c (elf32_arm_find_nearest_line): Ditto.
+       * coffgen.c (coff_find_nearest_line_with_names): New function.
+       (coff_find_nearest_line): Calls coff_find_nearest_line_with_names.
+       * coff-rs6000.c (xcoff_debug_sections): New constant.
+       (xcoff_find_nearest_line): New function.
+       (rs6000coff_vec): Use xcoff_find_nearest_line.
+       (pmac_xcoff_vec): Ditto.
+
+2011-09-30  Alan Modra  <amodra@gmail.com>
+
+       PR ld/13235
+       * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add ha_relocs_not_using_r2.
+       (ppc64_elf_edit_toc): Check HA relocs.
+       (ha_reloc_match): Delete function.
+       (ppc64_elf_relocate_section): Remove delayed HA nop optimization.
+       Instead do it and low part optimization based on
+       ha_relocs_not_using_r2.
+
+2011-09-29  Alan Modra  <amodra@gmail.com>
+
+       PR ld/13233
+       * elflink.c (_bfd_elf_gc_mark_extra_sections): Mark single member
+       debug and special section groups.
+
+2011-09-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13195
+       * elflink.c (_bfd_elf_merge_symbol): Don't set dynamic_def when
+       clearing def_dynamic.
+       (elf_link_add_object_symbols): Likewise.  Set dynamic_def when
+       setting def_dynamic.
+       (bfd_elf_gc_mark_dynamic_ref_symbol): Check if a symbol is
+       versioned.
+
+2011-09-27  Kai Tietz  <ktietz@redhat.com>
+
+       * coffcode.h (sec_to_styp_flags): Handle
+       SEC_LINK_DUPLICATES_SAME_CONTENTS, and
+       SEC_LINK_DUPLICATES_SAME_SIZE.
+
+2011-09-22  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.in: Bump version to 2.22.51
+       * configure: Regenerate.
+
+2011-09-21  David S. Miller  <davem@davemloft.net>
+
+       * elfxx-sparc.c (_bfd_sparc_elf_merge_private_bfd_data): New.
+       * elfxx-sparc.h: Declare it.
+       * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Call it.
+       * elf64-sparc.c (elf64_sparc_merge_private_bfd_data): Likewise.
+
+2011-09-21  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.c (bfd_mach_o_convert_section_name_to_bfd): Add comment.
+       Deals with size limited strings.
+       (bfd_mach_o_build_commands): Initialize more fields.
+
+2011-09-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13177
+       * elflink.c (elf_gc_sweep_symbol): Also hide symbols without PLT
+       nor GOT references.
+
+2011-09-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/12975
+       * bfd-in.h (bfd_elf_size_dynamic_sections): Remove pointer
+       to struct bfd_elf_version_tree.
+
+       * elflink.c (elf_info_failed): Remove verdefs.
+       (_bfd_elf_export_symbol): Updated.
+       _bfd_elf_link_assign_sym_version): Likewise.
+       (bfd_elf_size_dynamic_sections): Remove pointer to struct
+       bfd_elf_version_tree.  Updated.
+       (bfd_elf_gc_mark_dynamic_ref_symbol): Check if a symbol is hidden
+       by linker script.
+
+       * linker.c (bfd_hide_sym_by_version): New.
+
+       * bfd-in2.h: Regenerated.
+
+2011-09-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13178
+       * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Use .got.plt
+       if there are no GOT relocations.
+
+2011-09-09  Kai Tietz  <ktietz@redhat.com>
+
+       * peicode.h (pe_ILF_build_a_bfd): Don't remove leading underscore
+       for targets without symbol_leading_char.
+
+2011-09-08  Bernd Jendrissek  <bernd.jendrissek@gmail.com>
+
+       * bfdwin.c (bfd_get_file_window): Fix memory leak.
+
+2011-09-07  Alan Modra  <amodra@gmail.com>
+
+       PR ld/13131
+       * bfd/elf64-ppc.c (adjust_toc_syms): Ensure ppc64_elf_howto_table
+       is initialized.
+
+2011-09-06  Alan Modra  <amodra@gmail.com>
+
+       PR ld/13131
+       * elf64-ppc.c (adjust_toc_syms): Delete redundant code.
+       (ppc64_elf_edit_toc): Fix style nit.  Report some details
+       on linker failure due to reference in debug or non-alloc
+       sections to optimized away toc entry, and don't abort.
+
+2011-09-01  Christophe Lyon  <christophe.lyon@st.com>
+
+       * elf32-arm.c (elf32_arm_output_arch_local_syms): Skip excluded
+       sections.
+
+2011-08-26  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: Updated Spanish translation.
+
+2011-08-19  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (ppc64_elf_edit_toc): Ignore can_optimize bit if
+       we haven't seen expected -mcmodel=medium/large code relocs.
+
+2011-08-18  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.c (bfd_mach_o_read_segment): Initialize list.
+
+2011-08-17  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.c (bfd_mach_o_write_section_32): Fix typo.
+
+2011-08-17  Alan Modra  <amodra@gmail.com>
+
+       PR ld/12762
+       * bfd-in.h (struct bfd_section_already_linked): Forward declare.
+       (_bfd_handle_already_linked): Declare.
+       * coff-alpha.c (_bfd_ecoff_section_already_linked): Define as
+       _bfd_coff_section_already_linked.
+       * coff-mips.c (_bfd_ecoff_section_already_linked): Likewise.
+       * coffcode.h (coff_section_already_linked): Likewise.
+       * cofflink.c (coff_link_add_symbols): Revert 2011-07-09 changes.
+       * elf-bfd.h: Likewise.
+       * libbfd-in.h: Likewise.
+       * targets.c: Likewise.
+       * linker.c (bfd_section_already_linked): Likewise.
+       (bfd_section_already_linked_table_lookup): Likewise.
+       (bfd_section_already_linked_table_insert): Likewise.
+       (_bfd_generic_section_already_linked): Likewise.  Call
+       _bfd_handle_already_linked.
+       (_bfd_handle_already_linked): New function, split out from..
+       * elflink.c (_bfd_elf_section_already_linked): ..here.  Revert
+       2011-07-09 changes.  Avoid unnecessary strcmp when matching
+       already_linked_list entries.  Match plugin linkonce section.
+       (section_signature): Delete.
+       * coffgen.c (_bfd_coff_section_already_linked): New function.
+       * libcoff-in.h (_bfd_coff_section_already_linked): Declare.
+       * libbfd.h: Regenerate.
+       * libcoff.h: Regenerate.
+       * bfd-in2.h: Regenerate.
+
+2011-08-14  Alan Modra  <amodra@gmail.com>
+
+       * elf32-ppc.c (ppc_elf_select_plt_layout): Force bss-plt when
+       shared and call to _mcount will go via plt.
+
+2011-08-14  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c: Prefix all einfo error strings with "%P: ".
+       * elf32-ppc.c: Likewise.
+       (ppc_elf_select_plt_layout): Use einfo rather than info to report
+       forced bss-plt.
+
+2011-08-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13082
+       * elf64-x86-64.c (x86_64_elf_howto_table): Add R_X86_64_RELATIVE64.
+       (elf_x86_64_relocate_section): Treat R_X86_64_64 like R_X86_64_32
+       and zero-extend it to 64bit if addend is zero for x32.  Generate
+       R_X86_64_RELATIVE64 for x32.
+
+2011-08-09  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * bfd-in.h (bfd_elf32_arm_set_target_relocs): Update prototype.
+       * bfd-in2.h (bfd_elf32_arm_set_target_relocs): Likewise.
+       * elf32-arm.c (elf32_arm_link_hash_table): New field.
+       (elf232_arm_link_hash_table_create): Initialise new field.
+       (check_use_blx): Change test depending on fix_arm1176.
+       (bfd_elf32_arm_set_target_relocs): Set fix_arm1176 from
+       command line options.
+
+2011-08-08  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.c (struct mach_o_segment_name_xlat): Add comments.
+       (segsec_names_xlat): Reorder elements.
+       (bfd_mach_o_read_section_32): Fix typo.
+       (bfd_mach_o_read_section_64): Fix typo.
+
+2011-08-08  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.h (BFD_MACH_O_SEGNAME_SIZE): New macro.
+       (BFD_MACH_O_SECTNAME_SIZE): Ditto.
+       (bfd_mach_o_section): Use them.  Add next field.
+       (bfd_mach_o_segment_command): Replace sections array by
+       sect_head and sect_tail.
+       (bfd_mach_o_get_mach_o_section): New macro.
+       (bfd_mach_o_lookup_section): Remove.
+       (bfd_mach_o_new_section_hook): New function.
+       * mach-o.c (bfd_mach_o_normalize_section_name): Use strncmp
+       instead of strcmp.
+       (bfd_mach_o_convert_section_name_to_bfd): Replaces section
+       parameter with segname and sectname parameters.  Adjust.
+       (bfd_mach_o_append_section_to_segment): New function.  Use a
+       linked list for Mach-O sections.
+       (bfd_mach_o_write_segment_32): Adjust.
+       (bfd_mach_o_write_segment_64): Ditto.
+       (bfd_mach_o_build_commands): Fix comment.  Adjust.
+       (bfd_mach_o_flatten_sections): Adjust.
+       (bfd_mach_o_print_section_map): Adjust.
+       (bfd_mach_o_set_section_flags_from_bfd): Ditto.
+       (bfd_mach_o_new_section_hook): New function.
+       (bfd_mach_o_init_section_from_mach_o): Ditto.
+       (bfd_mach_o_read_section_32): Remove section parameter.
+       Return a section instead.
+       (bfd_mach_o_read_section_64): Ditto.
+       (bfd_mach_o_read_section): Ditto.
+       (bfd_mach_o_make_bfd_section): Adjust.
+       (bfd_mach_o_read_segment): Adjust for new profile of
+       bfd_mach_o_read_section.
+       (bfd_mach_o_lookup_section): Remove.
+       * mach-o-target.c (bfd_mach_o_new_section_hook): Remove.
+
+2011-08-08  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.h (bfd_mach_o_version_min_command): New structure.
+       (bfd_mach_o_load_command): Add version_min.
+       (mach_o_data_struct): Fix comment.
+       * mach-o.c (bfd_mach_o_read_version_min): New function.
+       (bfd_mach_o_read_command): Handle BFD_MACH_O_LC_FUNCTION_STARTS,
+       BFD_MACH_O_LC_VERSION_MIN_MACOSX and
+       BFD_MACH_O_LC_VERSION_MIN_IPHONEOS.
+       (bfd_mach_o_get_name_or_null): New function.
+       (bfd_mach_o_get_name): Use the above new one.
+       (bfd_mach_o_load_command_name): Add the above new commands.
+       (bfd_mach_o_bfd_print_private_bfd_data): Display numerically
+       unknown commands.  Handle BFD_MACH_O_LC_FUNCTION_STARTS,
+       BFD_MACH_O_LC_VERSION_MIN_MACOSX and
+       BFD_MACH_O_LC_VERSION_MIN_IPHONEOS.
+
+2011-08-08  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.h: Move size macros to external.h
+       Move reloc macros to reloc.h and x86-64.h.
+       * mach-o-i386.c: Includes mach-o/reloc.h
+       * mach-o-x86-64.c: Ditto and includes mach-o/x86-64.h
+       * mach-o.c: Add includes.
+       (bfd_mach_o_write_header): Use structure from external.h to convert.
+       (bfd_mach_o_write_thread): Ditto.
+       (bfd_mach_o_write_relocs): Ditto.
+       (bfd_mach_o_write_section_32): Ditto.
+       (bfd_mach_o_write_section_64): Ditto.
+       (bfd_mach_o_write_segment_32): Ditto.
+       (bfd_mach_o_write_segment_64): Ditto.
+       (bfd_mach_o_write_symtab): Ditto.
+       (bfd_mach_o_write_contents): Ditto.
+       (bfd_mach_o_read_header): Ditto.
+       (bfd_mach_o_read_section_32): Ditto.
+       (bfd_mach_o_read_section_64): Ditto.
+       (bfd_mach_o_read_symtab_symbol): Ditto.
+       (bfd_mach_o_read_dylinker): Ditto.
+       (bfd_mach_o_read_dylib): Ditto.
+       (bfd_mach_o_read_dysymtab): Ditto.
+       (bfd_mach_o_read_symtab): Ditto.
+       (bfd_mach_o_read_linkedit): Ditto.
+       (bfd_mach_o_read_str): Ditto.
+       (bfd_mach_o_read_dyld_info): Ditto.
+       (bfd_mach_o_read_segment): Ditto.
+       (bfd_mach_o_read_command): Ditto.
+       (bfd_mach_o_archive_p): Ditto.
+       (bfd_mach_o_canonicalize_one_reloc): Ditto. Change the BUF parameter.
+       (bfd_mach_o_canonicalize_relocs): Adjust to call the above function.
+       (bfd_mach_o_read_dysymtab_symbol): Rename BUF variable.
+       (bfd_mach_o_read_uuid): Remove useless cast.  Use a macro instead
+       of an hard-coded value.
+
+2011-08-08  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o-x86-64.c (bfd_mach_o_x86_64_mkobject): Fix cut-and-past typos.
+       (bfd_mach_o_x86_64_swap_reloc_out): Handle BFD_RELOC_32_PCREL,
+       BFD_RELOC_MACH_O_X86_64_SUBTRACTOR64 and
+       BFD_RELOC_MACH_O_X86_64_GOT_LOAD.  Share common code.
+
+2011-08-08  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.c (bfd_mach_o_normalize_section_name): New function.
+       (bfd_mach_o_convert_section_name_to_bfd): Use it.
+       (bfd_mach_o_get_section_type_from_name): New function.
+       (bfd_mach_o_get_section_attribute_from_name): Ditto.
+       * mach-o.h (bfd_mach_o_section): Move bfdsection field at the end.
+       Add comments.  Add prototypes for the above new functions.
+
+2011-08-05  Mark Kettenis  <kettenis@gnu.org>
+
+       * netbsd-core.c (netbsd_core_vec): Init match_priority field.
+
+2011-08-05  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (maybe_strip_output): New function.
+       (ppc64_elf_size_stubs): Use it to strip .branch_lt and .eh_frame.
+
+2011-08-05  Alan Modra  <amodra@gmail.com>
+
+       PR ld/12762
+       * elflink.c (_bfd_elf_section_already_linked): Return matched
+       status.  Remove COFF comdat section handling.
+       * linker.c (_bfd_generic_section_already_linked): Return matched
+       status.  Don't set SEC_GROUP in l_flags for plugin entries.
+       (bfd_section_already_linked): Update prototype.
+       * targets.c (_section_already_linked): Likewise.
+       * elf-bfd.h (_bfd_elf_section_already_linked): Likewise.
+       * libbfd-in.h (_bfd_generic_section_already_linked): Likewise.
+       (_bfd_nolink_section_already_linked): Update.
+       * libbfd.h: Regenerate.
+       * bfd-in2.h: Regenerate.
+
+2011-08-05  Alan Modra  <amodra@gmail.com>
+
+       * elf32-ppc.c: Include dwarf2.h.
+       (struct ppc_elf_link_hash_table): Add glink_eh_frame.
+       (ppc_elf_create_glink): Create .eh_frame section.
+       (glink_eh_frame_cie): New array.
+       (ppc_elf_size_dynamic_sections): Size glink_eh_frame.
+       (ppc_elf_finish_dynamic_sections): Write glink_eh_frame.
+
+2011-08-04  Tristan Gingold  <gingold@adacore.com>
+
+       * vms-alpha.c (_bfd_vms_write_eeom): Round vms_linkage_index.
+       (_bfd_vms_write_etir): Initialize vms_linkage_index to 0.
+
+2011-08-03  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.c (bfd_mach_o_canonicalize_symtab): Handle no symbols case.
+       (bfd_mach_o_read_symtab_symbols): Return if no symbols.
+
+2011-08-02  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elfxx-mips.c (check_4byte_branch): Remove function.
+       (check_relocated_bzc): New function.
+       (_bfd_mips_elf_relax_section): Permit the relaxation of LUI
+       instructions that immediately follow a compact branch
+       instruction.
+
+2011-08-02  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (build_plt_stub): Correct emitted relocs when no
+       plt_static_chain.
+       (ppc_build_one_stub): Adjust get_relocs call to suit..
+       (ppc_size_one_stub): ..and reloc sizing.  Correct plt size corner case.
+
+2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/13048
+       * archures.c (bfd_mach_i386_intel_syntax): New.
+       (bfd_mach_i386_i8086): Updated.
+       (bfd_mach_i386_i386): Likewise.
+       (bfd_mach_x86_64): Likewise.
+       (bfd_mach_x64_32): Likewise.
+       (bfd_mach_i386_i386_intel_syntax): Likewise.
+       (bfd_mach_x86_64_intel_syntax): Likewise.
+       (bfd_mach_x64_32_intel_syntax): Likewise.
+       (bfd_mach_l1om): Likewise.
+       (bfd_mach_l1om_intel_syntax): Likewise.
+       (bfd_mach_k1om): Likewise.
+       (bfd_mach_k1om_intel_syntax): Likewise.
+
+       * bfd-in2.h: Regenerated.
+
+       * cpu-i386.c (bfd_i386_compatible): Check mach instead of
+       bits_per_address.
+       (bfd_x64_32_arch_intel_syntax): Set bits_per_address to 64.
+       (bfd_x64_32_arch): Likewise.
+
+       * elf64-x86-64.c: Include "libiberty.h".
+       (x86_64_elf_howto_table): Append x32 R_X86_64_32.
+       (elf_x86_64_rtype_to_howto): Support x32 R_X86_64_32.
+       (elf_x86_64_reloc_type_lookup): Likewise.
+       (elf_x86_64_reloc_name_lookup): Likewise.
+       (elf_x86_64_relocate_section): Likewise.
+       (elf_x86_64_check_relocs): Allow R_X86_64_64 relocations for x32.
+
+2011-07-29  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elfxx-mips.c (check_br32): Fix return type.
+
+2011-07-29  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elfxx-mips.c (bz_insn_16): Correct opcode mask.
+
+2011-07-29  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elfxx-mips.c: Adjust comments throughout.
+       (mips_elf_relax_delete_bytes): Reshape code.
+       (_bfd_mips_elf_relax_section): Remove check for
+       R_MICROMIPS_GPREL16 relocations.  Reshape code.
+
+2011-07-28  Roland McGrath  <mcgrathr@google.com>
+
+       * elf32-i386.c (NACL_PLT_ENTRY_SIZE, NACLMASK): New macros.
+       (elf_i386_nacl_plt0_entry): New variable.
+       (elf_i386_plt_entry): New variable.
+       (elf_i386_nacl_pic_plt0_entry): New variable.
+       (elf_i386_nacl_pic_plt_entry): New variable.
+       (elf_i386_nacl_plt, elf_i386_nacl_arch_bed): New variables.
+       (elf_backend_arch_data): New macro setting for elf_i386_nacl_vec stanza.
+       (elf_backend_plt_alignment): Likewise.
+
+       * config.bfd: Handle i[3-7]86-*-nacl*.
+       * elf32-i386.c (bfd_elf32_i386_nacl_vec): New backend vector stanza.
+       * targets.c: Support bfd_elf32_i386_nacl_vec.
+       * configure.in: Likewise.
+       * configure: Regenerated.
+
+       * elf32-i386.c (struct elf_i386_plt_layout): New type.
+       (GET_PLT_ENTRY_SIZE): New macro.
+       (elf_i386_plt): New variable.
+       (struct elf_i386_backend_data): New member `plt'.
+       (elf_i386_arch_bed): Add initializer for it.
+       (elf_i386_vxworks_arch_bed): Likewise.
+       (elf_i386_allocate_dynrelocs): Use GET_PLT_ENTRY_SIZE.
+       (elf_i386_plt_sym_val): Likewise.
+       (elf_i386_relocate_section): Likewise.
+       (elf_i386_finish_dynamic_symbol): Likewise.
+       Also use other elf_i386_plt_layout members for PLT details.
+       (elf_i386_finish_dynamic_sections): Likewise.
+
+       * elf32-i386.c (struct elf_i386_backend_data): New type.
+       (get_elf_i386_backend_data): New macro.
+       (elf_i386_arch_bed): New variable.
+       (elf_backend_arch_data): New macro.
+       (struct elf_i386_link_hash_table): Remove plt0_pad_byte and is_vxworks.
+       (elf_i386_link_hash_table_create): Don't initialize them.
+       (elf_i386_create_dynamic_sections): Find is_vxworks flags in
+       elf_i386_backend_data, not elf_i386_link_hash_table.
+       (elf_i386_adjust_dynamic_symbol): Likewise.
+       (elf_i386_allocate_dynrelocs): Likewise.
+       (elf_i386_readonly_dynrelocs): Likewise.
+       (elf_i386_size_dynamic_sections): Likewise.
+       (elf_i386_relocate_section): Likewise.
+       (elf_i386_finish_dynamic_symbol): Likewise.
+       (elf_i386_finish_dynamic_sections): Likewise.  Same for plt0_pad_byte.
+       (elf_i386_vxworks_link_hash_table_create): Function removed.
+       (elf_i386_vxworks_arch_bed): New variable.
+       (elf_backend_arch_data): New macro in elf32-i386-vxworks stanza.
+
+       * elf-bfd.h (elf_backend_data): New member arch_backend_data.
+       * elfxx-target.h (elf_backend_arch_data): New macro.
+       (elfNN_bed): Use it as initializer for the new member.
+
+2011-07-28  Mikulas Patocka  <mikulas@artax.karlin.mff.cuni.cz>
+
+       * elf64-hppa.c (elf_hppa_final_link_relocate): Fix handling of out
+       of range branches.
+
+2011-07-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf2.c (dwarf_debug_sections): Add .debug_macro
+       and .zdebug_macro entry.
+       (dwarf_debug_section_enum): Add debug_macro.
+
+2011-07-26  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c: Include dwarf2.h.
+       (struct ppc_link_hash_table): Add glink_eh_frame.
+       (create_linkage_sections): Create .eh_frame section.
+       (ppc64_elf_size_dynamic_sections): Arrange to drop unneeded
+       glink_eh_frame.
+       (glink_eh_frame_cie): New array.
+       (ppc64_elf_size_stubs): Size glink_eh_frame.
+       (ppc64_elf_build_stubs): Init glink_eh_frame contents.
+       (ppc64_elf_finish_dynamic_sections): Write glink_eh_frame.
+
+2011-07-25  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       PR ld/12815
+       * elf64-mmix.c (struct _mmix_elf_section_data): New members
+       has_warned_bpo and has_warned_pushj.
+       (mmix_final_link_relocate): Remove PARAMS and PTR macros,
+       converting to ISO C.  Add new parameter error_message.  All
+       callers changed.
+       (mmix_elf_perform_relocation): Ditto.
+       <case R_MMIX_PUSHJ_STUBBABLE, case R_MMIX_BASE_PLUS_OFFSET>:
+       Handle the case where mmix_elf_check_common_relocs has not been
+       called, missing preparations for relocs of the respective type.
+
+2011-07-24  Chao-ying Fu  <fu@mips.com>
+           Ilie Garbacea  <ilie@mips.com>
+           Maciej W. Rozycki  <macro@codesourcery.com>
+           Joseph Myers  <joseph@codesourcery.com>
+           Catherine Moore  <clm@codesourcery.com>
+           Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * archures.c (bfd_mach_mips_micromips): New macro.
+       * cpu-mips.c (I_micromips): New enum value.
+       (arch_info_struct): Add bfd_mach_mips_micromips.
+       * elfxx-mips.h (_bfd_mips_elf_is_target_special_symbol): New
+       prototype.
+       (_bfd_mips_elf_relax_section): Likewise.
+       (_bfd_mips16_elf_reloc_unshuffle): Rename to...
+       (_bfd_mips_elf_reloc_unshuffle): ... this.  Handle microMIPS
+       ASE.
+       (_bfd_mips16_elf_reloc_shuffle): Rename to...
+       (_bfd_mips_elf_reloc_shuffle): ... this.  Handle microMIPS ASE.
+       (gprel16_reloc_p): Handle microMIPS ASE.
+       (literal_reloc_p): New function.
+       * elf32-mips.c (elf_micromips_howto_table_rel): New variable.
+       (_bfd_mips_elf32_gprel16_reloc): Handle microMIPS ASE.
+       (mips16_gprel_reloc): Update for _bfd_mips_elf_reloc_unshuffle
+       and _bfd_mips_elf_reloc_shuffle changes.
+       (mips_elf_gprel32_reloc): Update comment.
+       (micromips_reloc_map): New variable.
+       (bfd_elf32_bfd_reloc_type_lookup): Handle microMIPS ASE.
+       (mips_elf32_rtype_to_howto): Likewise.
+       (mips_info_to_howto_rel): Likewise.
+       (bfd_elf32_bfd_is_target_special_symbol): Define.
+       (bfd_elf32_bfd_relax_section): Likewise.
+       * elf64-mips.c (micromips_elf64_howto_table_rel): New variable.
+       (micromips_elf64_howto_table_rela): Likewise.
+       (mips16_gprel_reloc): Update for _bfd_mips_elf_reloc_unshuffle
+       and _bfd_mips_elf_reloc_shuffle changes.
+       (micromips_reloc_map): Likewise.
+       (bfd_elf64_bfd_reloc_type_lookup): Handle microMIPS ASE.
+       (bfd_elf64_bfd_reloc_name_lookup): Likewise.
+       (mips_elf64_rtype_to_howto): Likewise.
+       (bfd_elf64_bfd_is_target_special_symbol): Define.
+       * elfn32-mips.c (elf_micromips_howto_table_rel): New variable.
+       (elf_micromips_howto_table_rela): Likewise.
+       (mips16_gprel_reloc): Update for _bfd_mips_elf_reloc_unshuffle
+       and _bfd_mips_elf_reloc_shuffle changes.
+       (micromips_reloc_map): Likewise.
+       (bfd_elf32_bfd_reloc_type_lookup): Handle microMIPS ASE.
+       (bfd_elf32_bfd_reloc_name_lookup): Likewise.
+       (mips_elf_n32_rtype_to_howto): Likewise.
+       (bfd_elf32_bfd_is_target_special_symbol): Define.
+       * elfxx-mips.c (LA25_LUI_MICROMIPS_1): New macro.
+       (LA25_LUI_MICROMIPS_2): Likewise.
+       (LA25_J_MICROMIPS_1, LA25_J_MICROMIPS_2): Likewise.
+       (LA25_ADDIU_MICROMIPS_1, LA25_ADDIU_MICROMIPS_2): Likewise.
+       (TLS_RELOC_P): Handle microMIPS ASE.
+       (mips_elf_create_stub_symbol): Adjust value of stub symbol if
+       target is a microMIPS function.
+       (micromips_reloc_p): New function.
+       (micromips_reloc_shuffle_p): Likewise.
+       (got16_reloc_p, call16_reloc_p): Handle microMIPS ASE.
+       (got_disp_reloc_p, got_page_reloc_p): New functions.
+       (got_ofst_reloc_p): Likewise.
+       (got_hi16_reloc_p, got_lo16_reloc_p): Likewise.
+       (call_hi16_reloc_p, call_lo16_reloc_p): Likewise.
+       (hi16_reloc_p, lo16_reloc_p, jal_reloc_p): Handle microMIPS ASE.
+       (micromips_branch_reloc_p): New function.
+       (tls_gd_reloc_p, tls_ldm_reloc_p): Likewise.
+       (tls_gottprel_reloc_p): Likewise.
+       (_bfd_mips16_elf_reloc_unshuffle): Rename to...
+       (_bfd_mips_elf_reloc_unshuffle): ... this.  Handle microMIPS
+       ASE.
+       (_bfd_mips16_elf_reloc_shuffle): Rename to...
+       (_bfd_mips_elf_reloc_shuffle): ... this.  Handle microMIPS ASE.
+       (_bfd_mips_elf_lo16_reloc): Handle microMIPS ASE.
+       (mips_tls_got_index, mips_elf_got_page): Likewise.
+       (mips_elf_create_local_got_entry): Likewise.
+       (mips_elf_relocation_needs_la25_stub): Likewise.
+       (mips_elf_calculate_relocation): Likewise.
+       (mips_elf_perform_relocation): Likewise.
+       (_bfd_mips_elf_symbol_processing): Likewise.
+       (_bfd_mips_elf_add_symbol_hook): Likewise.
+       (_bfd_mips_elf_link_output_symbol_hook): Likewise.
+       (mips_elf_add_lo16_rel_addend): Likewise.
+       (_bfd_mips_elf_check_relocs): Likewise.
+       (mips_elf_adjust_addend): Likewise.
+       (_bfd_mips_elf_relocate_section): Likewise.
+       (mips_elf_create_la25_stub): Likewise.
+       (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
+       (_bfd_mips_elf_gc_sweep_hook): Likewise.
+       (_bfd_mips_elf_is_target_special_symbol): New function.
+       (mips_elf_relax_delete_bytes): Likewise.
+       (opcode_descriptor): New structure.
+       (RA): New macro.
+       (OP32_SREG, OP32_TREG, OP16_VALID_REG): Likewise.
+       (b_insns_32, bc_insn_32, bz_insn_32, bzal_insn_32): New variables.
+       (beq_insn_32): Likewise.
+       (b_insn_16, bz_insn_16): New variables.
+       (BZC32_REG_FIELD): New macro.
+       (bz_rs_insns_32, bz_rt_insns_32): New variables.
+       (bzc_insns_32, bz_insns_16):Likewise.
+       (BZ16_REG, BZ16_REG_FIELD): New macros.
+       (jal_insn_32_bd16, jal_insn_32_bd32): New variables.
+       (jal_x_insn_32_bd32): Likewise.
+       (j_insn_32, jalr_insn_32): Likewise.
+       (ds_insns_32_bd16, ds_insns_32_bd32): Likewise.
+       (jalr_insn_16_bd16, jalr_insn_16_bd32, jr_insn_16): Likewise.
+       (JR16_REG): New macro.
+       (ds_insns_16_bd16): New variable.
+       (lui_insn): Likewise.
+       (addiu_insn, addiupc_insn): Likewise.
+       (ADDIUPC_REG_FIELD): New macro.
+       (MOVE32_RD, MOVE32_RS): Likewise.
+       (MOVE16_RD_FIELD, MOVE16_RS_FIELD): Likewise.
+       (move_insns_32, move_insns_16): New variables.
+       (nop_insn_32, nop_insn_16): Likewise.
+       (MATCH): New macro.
+       (find_match): New function.
+       (check_br16_dslot, check_br32_dslot): Likewise.
+       (check_br16, check_br32): Likewise.
+       (IS_BITSIZE): New macro.
+       (check_4byte_branch): New function.
+       (_bfd_mips_elf_relax_section): Likewise.
+       (_bfd_mips_elf_merge_private_bfd_data): Disallow linking MIPS16
+       and microMIPS modules together.
+       (_bfd_mips_elf_print_private_bfd_data): Handle microMIPS ASE.
+       * reloc.c (BFD_RELOC_MICROMIPS_7_PCREL_S1): New relocation.
+       (BFD_RELOC_MICROMIPS_10_PCREL_S1): Likewise.
+       (BFD_RELOC_MICROMIPS_16_PCREL_S1): Likewise.
+       (BFD_RELOC_MICROMIPS_GPREL16): Likewise.
+       (BFD_RELOC_MICROMIPS_JMP, BFD_RELOC_MICROMIPS_HI16): Likewise.
+       (BFD_RELOC_MICROMIPS_HI16_S): Likewise.
+       (BFD_RELOC_MICROMIPS_LO16): Likewise.
+       (BFD_RELOC_MICROMIPS_LITERAL): Likewise.
+       (BFD_RELOC_MICROMIPS_GOT16): Likewise.
+       (BFD_RELOC_MICROMIPS_CALL16): Likewise.
+       (BFD_RELOC_MICROMIPS_GOT_HI16): Likewise.
+       (BFD_RELOC_MICROMIPS_GOT_LO16): Likewise.
+       (BFD_RELOC_MICROMIPS_CALL_HI16): Likewise.
+       (BFD_RELOC_MICROMIPS_CALL_LO16): Likewise.
+       (BFD_RELOC_MICROMIPS_SUB): Likewise.
+       (BFD_RELOC_MICROMIPS_GOT_PAGE): Likewise.
+       (BFD_RELOC_MICROMIPS_GOT_OFST): Likewise.
+       (BFD_RELOC_MICROMIPS_GOT_DISP): Likewise.
+       (BFD_RELOC_MICROMIPS_HIGHEST): Likewise.
+       (BFD_RELOC_MICROMIPS_HIGHER): Likewise.
+       (BFD_RELOC_MICROMIPS_SCN_DISP): Likewise.
+       (BFD_RELOC_MICROMIPS_JALR): Likewise.
+       (BFD_RELOC_MICROMIPS_TLS_GD): Likewise.
+       (BFD_RELOC_MICROMIPS_TLS_LDM): Likewise.
+       (BFD_RELOC_MICROMIPS_TLS_DTPREL_HI16): Likewise.
+       (BFD_RELOC_MICROMIPS_TLS_DTPREL_LO16): Likewise.
+       (BFD_RELOC_MICROMIPS_TLS_GOTTPREL): Likewise.
+       (BFD_RELOC_MICROMIPS_TLS_TPREL_HI16): Likewise.
+       (BFD_RELOC_MICROMIPS_TLS_TPREL_LO16): Likewise.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am (ALL_MACHINES): Add cpu-k1om.lo.
+       (ALL_MACHINES_CFILES): Add cpu-k1om.c.
+       * Makefile.in: Regenerated.
+
+       * archures.c (bfd_architecture): Add bfd_arch_k1om.
+       (bfd_k1om_arch): New.
+       (bfd_archures_list): Add &bfd_k1om_arch.
+       * bfd-in2.h: Regenerated.
+
+       * config.bfd (targ64_selvecs): Add bfd_elf64_k1om_vec if
+       bfd_elf64_x86_64_vec is supported.  Add bfd_elf64_k1om_freebsd_vec
+       if bfd_elf64_x86_64_freebsd_vec is supported.
+       (targ_selvecs): Likewise.
+
+       * configure.in: Support bfd_elf64_k1om_vec and
+       bfd_elf64_k1om_freebsd_vec.
+       * configure: Regenerated.
+
+       * cpu-k1om.c: New.
+
+       * elf64-x86-64.c (elf64_k1om_elf_object_p): New.
+       (bfd_elf64_k1om_vec): Likewise.
+       (bfd_elf64_k1om_freebsd_vec): Likewise.
+
+       * targets.c (bfd_elf64_k1om_vec): New.
+       (bfd_elf64_k1om_freebsd_vec): Likewise.
+       (_bfd_target_vector): Add bfd_elf64_k1om_vec and
+       bfd_elf64_k1om_freebsd_vec.
+
+2011-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix false coff-go32-exe matches.
+       * coff-i386.c (TARGET_SYM) <_bfd_check_format>: Conditionally use
+       COFF_CHECK_FORMAT.
+       * coff-stgo32.c (go32_check_format): New forward declaration.
+       (COFF_CHECK_FORMAT): New defintion.
+       (go32_check_format): New function.
+
+2011-07-15  Alan Modra  <amodra@gmail.com>
+
+       * configure.in: Bump version.
+       * configure: Regenerate.
+
+2011-07-14  Alan Modra  <amodra@gmail.com>
+
+       * linker.c (_bfd_generic_section_already_linked): Set l_flags.
+       * elf-bfd.h (struct already_linked): Forward declare.
+
+2011-07-14  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (_bfd_elf_fix_symbol_flags): Loop on indirect syms.
+       (_bfd_elf_adjust_dynamic_symbol): Remove FIXME.
+
+2011-07-14  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (struct ppc_link_hash_table): Add plt_static_chain.
+       (build_plt_stub): Add plt_static_chain param, don't load r11 if false.
+       (build_tls_get_addr_stub): Likewise.
+       (ppc_build_one_stub): Update calls to above.
+       (ppc_size_one_stub): Adjust stub size.
+       (ppc64_elf_size_stubs): Add plt_static_chain param, save to htab.
+       * elf64-ppc.h (ppc64_elf_size_stubs): Update prototype.
+
+2011-07-12  Nick Clifton  <nickc@redhat.com>
+
+       * elf32-arm.c (elf32_arm_section_flags): Delete.
+       (elf_backend_section_flags): Remove.
+
+2011-07-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/12982
+       * elflink.c (bfd_elf_size_dynamic_sections): Also skip BFD_PLUGIN
+       when setting stack_flags.
+
+2011-07-11  Catherine Moore  <clm@codesourcery.com>
+
+       * aout-adobe.c (aout_32_bfd_lookup_section_flags): New definition.
+       * aout-target.h (MY_bfd_lookup_section_flags): New definition.
+       * aout-tic30.c (MY_bfd_lookup_section_flags): New definition.
+       * bfd-in2.h: Regenerated.
+       * bfd.c (bfd_lookup_section_flags): New definition.
+       * binary.c (binary_bfd_lookup_section_flags): New definition.
+       * bout.c (b_out_bfd_lookup_section_flags): New definition.
+       * coff-alpha.c (_bfd_ecoff_bfd_lookup_section_flags): New definition.
+       * coff-mips.c (_bfd_ecoff_bfd_lookup_section_flags): New definition.
+       * coff-rs6000.c (rs6000coff_vec): Include
+       bfd_generic_lookup_section_flags.
+       (pmac_xcoff_vec): Likewise.
+       * coffcode.h (coff_bfd_lookup_section_flags): New definition.
+       * coff64-rs6000.c (rs6000coff64_vec): Include
+       bfd_generic_lookup_section_flags.
+       (aix5coff64_vec): Likewise.
+       * ecoff.c (bfd_debug_section): Initialize flag_info field.
+       * elf-bfd.h (elf_backend_lookup_section_flags_hook): Declare.
+       (bfd_elf_lookup_section_flags): Declare.
+       * elflink.c (bfd_elf_lookup_section_flags): New function.
+       * elfxx-target.h (bfd_elfNN_bfd_lookup_section_flags): Define.
+       (elf_backend_lookup_section_flags_hook): Define.
+       (elf_backend_data): Add elf_backend_lookup_section_flags_hook.
+       * i386msdos.c (msdos_bfd_lookup_section_flags): New define.
+       * i386os9k.c (os9k_bfd_lookup_section_flags): New define.
+       * ieee.c (ieee_bfd_lookup_section_flags): New define.
+       * ihex.c (ihex_bfd_lookup_section_flags): New define.
+       * libbfd-in.h (_bfd_nolink_bfd_lookup_section_flags): Declare.
+       (bfd_generic_lookup_section_flags): Declare.
+       * libbfd.h: Regenerated.
+       * mach-o-target.c (bfd_mach_o_bfd_lookup_section_flags): New.
+       * mmo.c (mmo_bfd_lookup_section_flags): New definition.
+       * nlm-target.h (nlm_bfd_lookup_section_flags): New definition.
+       * oasys.c (oasys_bfd_lookup_section_flags): New definition.
+       * pef.c (bfd_pef_bfd_lookup_section_flags): New definition.
+       * plugin.c (bfd_plugin_bfd_lookup_section_flags): New definition.
+       * ppcboot.c (ppcboot_bfd_lookup_section_flags): New definition.
+       * reloc.c (bfd_generic_lookup_section_flags): New function.
+       * som.c (som_bfd_lookup_section_flags): New definition.
+       * srec.c (srec_bfd_lookup_section_flags): New definition.
+       * targets.c (flag_info): Declare.
+       (NAME##_bfd_lookup_section_flags): Add to LINK jump table.
+       (_bfd_lookup_section_flags): New.
+       * tekhex.c (tekhex_bfd_lookup_section_flags): New definition.
+       * versados.c (versados_bfd_lookup_section_flags): New definition.
+       * vms-alpha.c (alpha_vms_bfd_lookup_section_flag): New definition.
+       * xsym.c (bfd_sym_bfd_lookup_section_flags): New definition.
+
+2011-07-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/12978
+       * elfnn-ia64.c (count_dyn_reloc): Fix a typo.
+
+2011-07-09  Alan Modra  <amodra@gmail.com>
+
+       PR ld/12942
+       * elflink.c (elf_link_add_object_symbols): Use elf_discarded_section
+       rather than kept_section to determine whether a symbol is from
+       a discarded section.
+       * cofflink.c (coff_link_add_symbols): Make symbols from discarded
+       sections appear undefined.
+
+2011-07-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/12942
+       * elf-bfd.h (_bfd_elf_section_already_linked): Replace
+       "asection *" with "struct already_linked *".
+       * libbfd-in.h (_bfd_nolink_section_already_linked): Likewise.
+       (_bfd_generic_section_already_linked): Likewise.
+       (bfd_section_already_linked_table_insert): Likewise.
+       (struct already_linked): New.
+       (struct bfd_section_already_linked): Use it.
+       * elflink.c (_bfd_elf_section_already_linked): Replace.
+       "asection *" with "struct already_linked *".  Replace the plugin
+       dummy with the LTO output.
+       * linker.c (_bfd_generic_section_already_linked): Likewise.
+       * targets.c (struct already_linked): Add forward declaration.
+       (bfd_target): Replace "struct bfd_section *" with
+       "struct already_linked *" in _section_already_linked.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+2011-07-06  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.h: Move loader related definitions to
+       include/mach-o/loader.h.  Include it.
+
+2011-07-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (elf_backend_post_process_headers): Always
+       define to _bfd_elf_set_osabi.
+
+2011-07-03  Samuel Thibault  <samuel.thibault@gnu.org>
+           Thomas Schwinge  <thomas@schwinge.name>
+
+       PR binutils/12913
+       * elf.c (_bfd_elf_set_osabi): Use ELFOSABI_GNU name instead of
+       ELFOSABI_LINUX alias.
+       * elf32-hppa.c: Likewise.
+       * elf32-i370.c: Likewise.
+       * elf64-hppa.c: Likewise.
+
+2011-07-01  Ian Lance Taylor  <iant@google.com>
+
+       * elf32-i386.c (elf_i386_eh_frame_plt): Correct expression: change
+       DW_OP_lit3 to DW_OP_lit2.
+
+2011-07-01  Alan Modra  <amodra@gmail.com>
+
+       * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Don't look at
+       dyn relocs when called to copy flags for a weak sym.
+       * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
+       (ppc64_elf_merge_private_bfd_data): Delete.
+       (bfd_elf64_bfd_merge_private_bfd_data): Define as
+       _bfd_generic_verify_endian_match.
+
+2011-06-30  Bernd Schmidt  <bernds@codesourcery.com>
+
+       * bfd/elf32-tic6x.c (elf32_tic6x_set_osabi): Also set it if
+       link_info is NULL.
+
 2011-06-28  Tristan Gingold  <gingold@adacore.com>
 
        * vms-alpha.c (vms_private_data_struct): Make vms_linkage_index
 
 2011-06-22  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
 
-       * elf32-arm.c (elf32_arm_final_link_relocate): Allow R_ARM_TLS_LE32
-       for PIE.
+       * elf32-arm.c (elf32_arm_final_link_relocate): Allow R_ARM_TLS_LE32
+       for PIE.
 
 2011-06-22  Alan Modra  <amodra@gmail.com>
 
This page took 0.054133 seconds and 4 git commands to generate.