gdb
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 7033bac8560fa43c64b654bf41e826aeca5f7c07..87cc9d7c119dac96ebe82b3a0d0779692a34d11f 100644 (file)
@@ -1,3 +1,543 @@
+2012-12-14  Tom Tromey  <tromey@redhat.com>
+
+        * elf.c (elfcore_grok_note) <NT_FILE>: New case.
+
+2012-12-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/14956
+       * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Check local
+       IFUNC calls.
+       * elf64-x86-64.c (elf_x86_64_adjust_dynamic_symbol): Likewise.
+
+2012-12-10  Edgar E. Iglesias <edgar.iglesias@gmail.com>
+
+       * reloc.c (MICROBLAZE): Document new relocations
+       * bfd-in2.h: Regenerated
+       * libbfd.h: Regenerated
+       * elf32-microblaze.c (microblaze_elf_howto_raw): Add TLS relocations
+       (microblaze_elf_reloc_type_lookup): Likewise
+       (elf32_mb_link_hash_entry): define TLS reference types
+       (elf32_mb_link_hash_table): add TLS Local dynamic GOT entry
+       #define has_tls_reloc if section has TLS relocs
+       (dtprel_base), (check_unique_offset): New
+       (microblaze_elf_output_dynamic_relocation): output simple
+       dynamic relocation into SRELOC.
+       (microblaze_elf_relocate_section): Accommodate TLS relocations.
+       (microblaze_elf_check_relocs): Likewise
+       (update_local_sym_info): New
+       (microblaze_elf_copy_indirect_symbol): Add tls_mask.
+       (allocate_dynrelocs): Handle TLS symbol
+       (microblaze_elf_size_dynamic_sections): Set size and offset
+       (microblaze_elf_finish_dynamic_symbol): Use
+       microblaze_elf_output_dynamic_relocation
+
+2012-12-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/14933
+       * archive.c (bsd_write_armap): Properly check indicies bigger
+       than 4Gb.
+
+2012-12-07  Alan Modra  <amodra@gmail.com>
+
+       PR ld/14926
+       * elf.c (_bfd_elf_map_sections_to_segments): Include elf header
+       size when determining phdr_in_segment.
+
+2012-12-06  Yufeng Zhang  <yufeng.zhang@arm.com>
+
+       * elf64-aarch64.c (elf64_aarch64_grok_prstatus): New function.
+       (elf_backend_grok_prstatus): Define to elf64_aarch64_grok_prstatus.
+
+2012-12-06  Alan Modra  <amodra@gmail.com>
+
+       * elfxx-mips.c (allocate_dynrelocs): Correct test for symbol
+       defined in a regular file to include common symbols.
+
+2012-12-05  Leif Ekblad  <leif@rdos.net>
+
+       * config.bfd: Add x86_64-*-rdos.
+
+2012-12-05  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (build_plt_stub): Fix off by one error in branch
+       to glink.
+
+2012-12-03  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       PR ld/10629
+       * elfxx-mips.c (mips_elf_link_hash_table): Update comment for
+       use_rld_obj_head.
+       (_bfd_mips_elf_create_dynamic_sections): Always create a
+       .rld_map section if no __rld_obj_head symbol has been seen.
+
+2012-12-03  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elf32-mips.c (mips_elf32_object_p): Return right away when the
+       ABI is not compatible.
+       * elfn32-mips.c (mips_elf_n32_object_p): Likewise.
+
+2012-12-03  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elf32-tilepro.c (tilepro_elf_mkobject): New function.
+       (bfd_elf32_mkobject): New macro.
+
+2012-12-03  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elf32-mips.c (bfd_elf32_mkobject): New macro.
+       * elf64-mips.c (bfd_elf64_mkobject): Likewise.
+       * elfn32-mips.c (bfd_elf32_mkobject): Likewise.
+       * elfxx-mips.h (_bfd_mips_elf_mkobject): New prototype.
+       * elfxx-mips.c (mips_elf_obj_tdata): New struct.
+       (mips_elf_tdata): New macro.
+       (_bfd_mips_elf_mkobject): New function.
+       (mips_elf_merge_obj_attributes): Report the originating input BFD
+       on attribute conflicts.
+
+2012-12-03  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elfxx-mips.c (mips_elf_merge_obj_attributes): Correct messages
+       for the -mdouble-float and -msingle-float cases throughout; make
+       all the messages report the output file consistently on the
+       left-hand side.
+
+2012-11-29  Roland McGrath  <mcgrathr@google.com>
+
+       * elf-nacl.c (segment_eligible_for_headers): Disallow writable segments.
+
+2012-11-26  Roland McGrath  <mcgrathr@google.com>
+
+       * elf-nacl.c (nacl_modify_segment_map): Don't crash when INFO is null.
+
+2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/14493
+       * elf.c (copy_elf_program_header): When rewriting program
+       header, set the output maxpagesize to the maximum alignment
+       of input PT_LOAD segments.
+
+2012-11-21  Roland McGrath  <mcgrathr@google.com>
+
+       * elf-nacl.c (segment_nonexecutable_and_has_contents): Renamed to ...
+       (segment_eligible_for_headers): ... this.  Take new arguments
+       MAXPAGESIZE and SIZEOF_HEADERS.  Return false if the first section's
+       start address doesn't leave space for the headers.
+       (nacl_modify_segment_map): Update caller.
+
+2012-11-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/14862
+       * elf-bfd.h (elf_link_hash_entry): Remove ref_dynamic_nonweak
+       added by accident.
+       (elf_link_add_object_symbols): Don't set nor check
+       ref_dynamic_nonweak.
+
+2012-11-20  Alan Modra  <amodra@gmail.com>
+
+       * elf32-rx.c (rx_elf_print_private_bfd_data): Warning fix.
+
+2012-11-16  Joey Ye  <joey.ye@arm.com>
+
+       * elf32-arm.c (elf32_arm_final_link_relocate
+       <case R_ARM_THM_ALU_PREL_11_0, case R_ARM_THM_PC12>): Align address of
+       the place being relocated.
+       (elf32_arm_final_link_relocate, case R_ARM_THM_PC8): Align address
+       of the place being relocated and truncate addend.
+       (Pa): New macro.
+
+2012-11-14  Roland McGrath  <mcgrathr@google.com>
+
+       * elf32-arm.c (elf32_arm_nacl_plt0_entry): Use bic rather than bfc
+       instruction for data sandboxing.
+
+2012-11-14  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.c (bfd_mach_o_read_main)
+       (bfd_mach_o_read_source_version): New functions.
+       (bfd_mach_o_read_command): Handle BFD_MACH_O_LC_DATA_IN_CODE,
+       BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS, BFD_MACH_O_LC_MAIN,
+       BFD_MACH_O_LC_SOURCE_VERSION.
+       * mach-o.h (bfd_mach_o_main_command)
+       (bfd_mach_o_source_version_command): New types.
+       (bfd_mach_o_load_command): Add fields for these new types.
+
+2012-11-14  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Add a special
+       handling for non-scattered pairs.  Update comments.
+
+2012-11-13  Joe Seymour  <jseymour@codesourcery.com>
+
+       * elf.c (rewrite_elf_program_header): Allocate elf_segment_map
+       with bfd_zalloc, instead of bfd_alloc.
+
+2012-11-09  Nick Clifton  <nickc@redhat.com>
+
+       * Makefile.am (ALL_MACHINES): Add cpu-v850-rh850.lo.
+       (ALL_MACHINES_CFILES): Add cpu-v850-rh850.c.
+       * archures.c (bfd_arch_info): Add bfd_v850_rh850_arch.
+       * config.bfd: Likewise.
+       * configure.in: Add bfd_elf32_v850_rh850_vec.
+       * cpu-v850.c: Update printed description.
+       * cpu-v850_rh850.c: New file.
+       * elf32-v850.c (v850_elf_check_relocs): Add support for RH850 ABI
+       relocs.
+       (v850_elf_perform_relocation): Likewise.
+       (v850_elf_final_link_relocate): Likewise.
+       (v850_elf_relocate_section): Likewise.
+       (v850_elf_relax_section): Likewise.
+       (v800_elf_howto_table): New.
+       (v850_elf_object_p): Add support for RH850 ABI values.
+       (v850_elf_final_write_processing): Likewise.
+       (v850_elf_merge_private_bfd_data): Likewise.
+       (v850_elf_print_private_bfd_data): Likewise.
+       (v800_elf_reloc_map): New.
+       (v800_elf_reloc_type_lookup): New.
+       (v800_elf_reloc_name_lookup): New.
+       (v800_elf_info_to_howto): New.
+       (bfd_elf32_v850_rh850_vec): New.
+       (bfd_arch_v850_rh850): New.
+       * targets.c (_bfd_targets): Add bfd_elf32_v850_rh850_vec.
+       * Makefile.in: Regenerate.
+       * bfd-in2.h: Regenerate.
+       * configure: Regenerate.
+
+       * elf32-rx.c (describe_flags): New function.  Returns a buffer
+       containing a description of the E_FLAG_RX_... values set.
+       (rx_elf_merge_private_bfd_data): Use it.
+       (rx_elf_print_private_bfd_data): Likewise.
+       (elf32_rx_machine): Skip EF_RX_CPU_RX check.
+       (elf32_rx_special_sections): Define.
+       (elf_backend_special_sections): Define.
+
+2012-11-09  Edgar E. Iglesias <edgar.iglesias@gmail.com>
+
+       * config.bfd: Add microblazeel-*-*
+       * configure.in: Likewise.
+       * configure: Regenerate.
+       * elf32-microblaze.c (microblaze_elf_relocate_section): Add endian awareness.
+       (microblaze_elf_merge_private_bfd_data): New.
+       (microblaze_bfd_write_imm_value_32): New.
+       (microblaze_bfd_write_imm_value_64): New.
+       (microblaze_elf_relax_section): Add endian awareness.
+       (microblaze_elf_add_symbol_hook): Define TARGET_LITTLE_NAME,
+       TARGET_LITTLE_SYM and bfd_elf32_bfd_merge_private_bfd_data.
+       * targets.c: Add bfd target bfd_elf32_microblazeel_vec.
+
+2012-11-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * aout-tic30.c (MY_final_link_callback): Remove trailing
+       redundant `;'.
+       * coff-h8500.c (extra_case): Likewise.
+       (bfd_coff_reloc16_get_value): Likewise.
+       * dwarf2.c (_bfd_dwarf2_cleanup_debug_info): Likewise.
+       * elf.c (_bfd_elf_slurp_version_tables): Likewise.
+       * elf32-frv.c (elf32_frv_relocate_section): Likewise.
+       * elf32-v850.c (v850_elf_perform_relocation): Likewise.
+       * opncls.c (bfd_calc_gnu_debuglink_crc32): Likewise.
+       * plugin.c (add_symbols): Likewise.
+       * reloc.c (bfd_check_overflow): Likewise.
+       * vms-lib.c (_bfd_vms_lib_archive_p): Likewise.
+
+2012-11-08  Tom Tromey  <tromey@redhat.com>
+
+       * elf.c (elfcore_grok_note) <NT_SIGINFO>: New case; make
+       pseudosection.
+
+2012-11-08  Alan Modra  <amodra@gmail.com>
+
+       * aclocal.m4: Regenerate.
+       * Makefile.in: Regenerate.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * section.c (bfd_get_section_contents): Replace memcpy
+       with memmove.
+
+2012-11-07  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR binutils/14481
+       * aout-target.h (MY_close_and_cleanup): Make local function
+       instead of alias of MY_bfd_free_cached_info.  Also call
+       _bfd_generic_close_and_cleanup.
+
+2012-11-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/14813
+       * bfdio.c (bfd_iovec): Change return type of bclose to
+       bfd_boolean.
+       (memory_bclose): Change return type to bfd_boolean.
+       * cache.c (cache_bclose): Likewise.
+       * opncls.c (opncls_bclose): Likewise.  Return TRUE on success.
+       * vms-lib.c (vms_lib_bclose): Likewise.  Return TRUE.
+       * libbfd.h: Regenerated.
+
+2012-11-06  Tristan Gingold  <gingold@adacore.com>
+
+       * coff-x86_64.c (_bfd_generic_find_nearest_line_discriminator):
+       Define as coff_find_nearest_line_discriminator.
+
+2012-11-06  Alan Modra  <amodra@gmail.com>
+
+       PR binutils/14567
+       * opncls.c (opncls_iovec): Forward declare.
+       (_bfd_new_bfd_contained_in): If using opncls_iovec, copy iostream
+       to new bfd.
+
+2012-11-06  Alan Modra  <amodra@gmail.com>
+
+       * mach-o.c (bfd_mach_o_close_and_cleanup): Don't call
+       _bfd_generic_close_and_cleanup for mach_o_fat archives.
+
+2012-11-06  Alan Modra  <amodra@gmail.com>
+
+       * coff-tic4x.c (tic4x_coff0_vec, tic4x_coff0_beh_vec,
+       tic4x_coff1_vec, tic4x_coff1_beh_vec, tic4x_coff2_vec,
+       tic4x_coff2_beh_vec): Allow SEC_CODE and SEC_READONLY in
+       section flags.
+       * coff-ppc.c (TARGET_LITTLE_SYM): Likewise.
+       (TARGET_BIG_SYM): Likewise.
+
+2012-11-06  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (struct ppc_link_hash_table): Add dot_toc_dot.
+       (ppc64_elf_size_stubs): Lookup ".TOC.".
+       (ppc64_elf_relocate_section): Resolve special symbol ".TOC.".
+
+2012-11-06  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (maybe_strip_output): Heed SEC_KEEP.
+
+2012-11-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       PR target/14788
+       * elf32-s390.c (elf_s390_relocate_section): Set elf.dynobj for
+       local ifunc symbols.
+       * elf64-s390.c (elf_s390_relocate_section): Likewise.
+
+2012-11-05  Alan Modra  <amodra@gmail.com>
+
+       * configure.in: Apply 2012-09-10 change to config.in here.
+
+2012-11-05  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (ppc64_elf_edit_toc): Clear "repeat" inside
+       loop.  Really mark toc entry referring to another toc entry
+       only if the first is used.
+
+2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.in: Also handle --enable-64-bit-bfd when setting
+       CORE_HEADER for 'i[3-7]86-*-linux-*'.
+
+2012-10-30  Steve McIntyre  <steve.mcintyre@linaro.org>
+
+       * elf32-arm.c (elf32_arm_print_private_bfd_data): Recognise and
+       display the new ARM hard-float/soft-float ABI flags for EABI_VER5
+       (elf32_arm_post_process_headers): Add the hard-float/soft-float
+       ABI flag as appropriate for ET_DYN/ET_EXEC in EABI_VER5.
+
+2012-10-30  Yao Qi  <yao@codesourcery.com>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.in: Set CORE_HEADER to hosts/x86-64linux.h for
+       'i[3-7]86-*-linux-*' if x86_64-*linux is enabled.
+       * configure: Regenerated.
+
+       * elf64-x86-64.c (elf_x86_64_write_core_note): Replace type
+       'prpsinfo_t' and 'prstatus_t' with 'prpsinfo64_t' and
+       'prstatus64_t' respectively.
+
+       * hosts/x86-64linux.h (a8_uint64_t): New.
+       (user_regsx32_struct): Renamed to ...
+       (user_regs64_struct): This.  Replace uint64_t with a8_uint64_t.
+       (elf_gregx32_t): Renamed to ...
+       (elf_greg64_t): This.  Replace uint64_t with a8_uint64_t.
+       (ELF_NGREGX32): Removed.
+       (ELF_NGREG64): New.
+       (elf_gregx32_t): Removed.
+       (elf_greg64_t): New.
+       (struct prstatus64_timeval): New.
+       (elf_prstatusx32): Replace elf_gregsetx32_t with elf_gregset64_t.
+       (elf_prstatus64): New.
+       (elf_prpsinfo64): New.
+       (prstatus64_t, prpsinfo64_t): New typedef.
+
+2012-10-29  Sean Keys <skeys@ipdatasys.com>
+
+       * elf32-xgate.c(elf_xgate_howto_table): Fix src and dest mask for
+       R_XGATE_16
+
+2012-10-29  Alan Modra  <amodra@gmail.com>
+
+       * elf32-ppc.c (ppc_elf_howto_raw): Correct dst_mask in
+       R_PPC_VLE_LO16A, R_PPC_VLE_HI16A, R_PPC_VLE_HA16A,
+       R_PPC_VLE_SDAREL_LO16A, R_PPC_VLE_SDAREL_HI16A,
+       R_PPC_VLE_SDAREL_HA16A reloc howtos.
+
+2012-10-26  Nick Clifton  <nickc@redhat.com>
+
+       * po/uk.po: Updated Ukranian translation.
+
+2012-10-26  Alan Modra  <amodra@gmail.com>
+
+       PR target/14758
+       * elf32-ppc.c (ppc_elf_reloc_type_lookup): Decode ppc64 _DS
+       bfd_reloc values.  Map to corresponding D-form relocs.
+       (is_insn_ds_form, is_insn_qs_form): New functions.
+       (ppc_elf_relocate_section): Validate insn with DS-form or DQ-form
+       fields using D-form reloc.
+
+2012-10-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (elf_i386_size_dynamic_sections): Replace
+       _GLOBAL_OFFSET_TABLE_ lookup with htab->elf.hgot.
+       * elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Likewise.
+
+2012-10-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * compress.c (bfd_is_section_compressed): Don't decompress the
+       section.
+
+2012-10-23  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * bfd-in.h (bfd_elf_stack_segment_size): Declare.
+       * bfd-in2.h: Rebuilt.
+       * elfxx-target.h (elf_backend_stack_align): New.
+       (elfNN_bed): Add it.
+       * elf-bfd.h (struct elf_backend_data): Add stack_align field.
+       * elf.c (bfd_elf_map_sections_to_segments): Pay attention to
+       stack_align and stacksize for PT_GNU_STACK segment.
+       (assign_file_positions_for_non_load_sections): Set p_memsz for
+       PT_GNU_STACK segment.
+       (copy_elf_program_header): Copy PT_GNU_STACK size.
+       * elflink.c (bfd_elf_stack_segment_size): New function, taken from
+       uclinux backends.
+       (bfd_elf_size_dynamic_sections): Determine
+       PT_GNU_STACK requirements after calling backend.  Pay attention to
+       stacksize.
+       * elf32-bfin.c (elf32_bfinfdpic_always_size_sections): Call
+       bfd_elf_stack_segment_size.
+       (elf32_bfinfdpic_modify_program_headers): Delete.
+       (elf32_bfingfdpic_copy_private_bfd_data): Don't copy PT_GNU_STACK
+       here.
+       (elf_backend_stack_align): Override.
+       (elf_backend_modify_program_headers): Don't override.
+       * elf32-frv.c (frvfdpic_always_size_sections): Call
+       bfd_elf_stack_segment_size.
+       (elf32_frvfdpic_modify_program_headers): Delete.
+       (elf32_frvfdpic_copy_private_bfd_data): Don't copy PT_GNU_STACK
+       here.
+       (elf_backend_stack_align): Override.
+       (elf_backend_modify_program_headers): Don't override.
+       * elf32-lm32.c (lm32_elf_always_size_sections): Leave
+       PT_GNU_STACK creation to underlying elf support.  Check
+       __stacksize here for backwards compatibility, and set it if
+       needed.
+       (lm32_elf_modify_segment_map): Delete.
+       (lm32_elf_modify_program_headers): Delete.
+       (elf_backend_stack_align): Override.
+       (elf_backend_modify_segment_map): Don't override.
+       (elf_backend_modify_program_headers): Don't override.
+       * elf32-sh.c (sh_elf_always_size_sections): Call
+       bfd_elf_stack_segment_size.
+       (sh_elf_modify_program_headers): Delete.
+       (sh_elf_copy_private_data): Don't copy PT_GNU_STACK
+       here.
+       (elf_backend_stack_align): Override.
+       (elf_backend_modify_program_headers): Don't override.
+       * elf32-tic6x.c (elf32_tic6x_always_size_sections): Call
+       bfd_elf_stack_segment_size.
+       (elf32_tic6x_modify_program_headers): Delete.
+       (elf32_tic6x_copy_private_data): Delete.
+       (elf_backend_stack_align): Override.
+       (bfd_elf32_bfd_copy_private_bfd_data): Don't override.
+       (elf_backend_modify_program_headers): Don't override.
+
+2012-10-22  Alan Modra  <amodra@gmail.com>
+
+       * cache.c (cache_bmmap): Don't use void* arithmetic.
+
+2012-10-21  Alan Modra  <amodra@gmail.com>
+
+       * compress.c (bfd_cache_section_contents): New function.
+       * bfd-in2.h: Regenerate.
+
+2012-10-21  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * linker.c (_bfd_generic_link_output_symbols): Handle a
+       no-longer-global symbol entered through a plugin.
+
+2012-10-20  Alan Modra  <amodra@gmail.com>
+
+       * compress.c: Reinstate 2012-10-19 change.
+       (bfd_get_full_section_contents): Don't free unless we alloc.
+       Use proper decompress size.  Delete some vars, rename others.
+
+2012-10-19  Tom Tromey  <tromey@redhat.com>
+
+       * compress.c: Revert previous patch.
+
+2012-10-19  Tom Tromey  <tromey@redhat.com>
+
+       * compress.c (bfd_get_full_section_contents): Don't cache
+       decompressed contents.
+
+2012-10-18  Kai Tietz  <ktietz@redhat.com>
+
+       PR binutils/14067
+       * coff-i386.c (bfd_target): Add section flag SEC_EXCLUDE.
+       Allow BFD_COMPRESS and BFD_DECOMPRESS flags.
+       * coff-x86_64.c: Likewise.
+       * coffcode.h (DOT_ZDEBUG): New define.
+       (sec_to_styp_flags): Check for .zdebug.
+       (styp_to_sec_flags): Likewise.
+       * coffgen.c (make_a_section): Handle .debug_* section
+       compression/decompression flags.
+       * cofflink.c (mark_relocs): Ignore relocations
+       for a section, which isn't marked as used.
+       (_bfd_coff_link_input_bfd): Add support of compressed
+       debug sections.
+       * compress.c (decompress_contents): Loop as long
+       as there is input available and there is room for
+       output.
+       * bfd/pe-arm.c: Add .zdebug_ partial match entry.
+       * pe-i386.c: Likewise.
+       * pe-x86_64.c: Likewise.
+       * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't clear all
+       data-directories as this might destroy content.
+
+       * coff-i386.c (_bfd_generic_find_nearest_line_discriminator):
+       define as coff_find_nearest_line_discriminator.
+       * libcoff-in.h (coff_find_nearest_line_discriminator): New
+       * libcoff.h: Regenerated.
+       * coff-x86_64.c: Likewise.
+       * coffgen.c (coff_find_nearest_line_discriminator): New function.
+       prototype.
+
+2012-10-16  Joel Brobecker  <brobecker@adacore.com>
+
+       * coff64-rs6000.c (rs6000coff64_vec): Set _close_and_cleanup
+       field to _bfd_archive_close_and_cleanup.
+       (aix5coff64_vec): Likewise.
+
+2012-10-16  Joel Brobecker  <brobecker@adacore.com>
+
+       * coff-rs6000.c (rs6000coff_vec): Set _close_and_cleanup
+       field to _bfd_archive_close_and_cleanup.
+       (pmac_xcoff_vec): Likewise.
+
+2012-10-16  Sofiane Naci  <sofiane.naci@arm.com>
+
+       * elf64-aarch64.c (elf64_aarch64_tls_howto_table): Fix shift value for
+       R_AARCH64_TLSIE_LD_GOTTPREL_PREL19, R_AARCH64_TLSLE_MOVW_TPREL_G2,
+       R_AARCH64_TLSLE_MOVW_TPREL_G1, R_AARCH64_TLSLE_MOVW_TPREL_G1_NC,
+       R_AARCH64_TLSLE_ADD_TPREL_HI12.
+       (elf64_aarch64_tlsdesc_howto_table): Fix shift value for
+       R_AARCH64_TLSDESC_LD64_PREL19 and R_AARCH64_TLSDESC_OFF_G1.
+       (elf64_aarch64_final_link_relocate): Add signed_addend when resolving
+       AARCH64_TLSLE_*_TPREL_* relocations.
+
 2012-10-16  Alan Modra  <amodra@gmail.com>
 
        * elf32-xtensa.c (free_section_cache): Renamed from
        PR target/13503
        * reloc.c: Rename BFD_RELOC_AVR_8_HHI to BFD_RELOC_AVR_8_HLO.
        * bfd-in2.h: Regenerate.
-       * libbfd.h: Regenrate.
+       * libbfd.h: Regenerate.
        * elf32-avr.c (elf_avr_howto_table): Rename R_AVR_8_HHI8 to
        R_AVR_8_HLO8.
        (avr_reloc_map): Likewise.
        * reloc.c: Add new ENUM for BFD_RELOC_AVR_8_LO,
        BFD_RELOC_AVR_8_HI, BFD_RELOC_AVR_8_HHI.
        * bfd-in2.h: Regenerate.
-       * libbfd.h: Regenrate.
+       * libbfd.h: Regenerate.
        * elf32-avr.c (elf_avr_howto_table): Add entries for
        R_AVR_8_LO8, R_AVR_8_HI8, R_AVR_8_HHI8.
        (avr_reloc_map): Add RELOC mappings for R_AVR_8_LO8, R_AVR_8_HI8,
 
 For older changes see ChangeLog-2011
 \f
+Copyright (C) 2012 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
This page took 0.045994 seconds and 4 git commands to generate.