* syms.c (_bfd_stab_section_find_nearest_line): Ignore partial
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 48782783e8962551937cc4d29e505ad377dec6dc..0af85697e084ef78b39dbe66a85672bb866c7a9c 100644 (file)
@@ -1,3 +1,113 @@
+2013-09-24  Alan Modra  <amodra@gmail.com>
+
+       * syms.c (_bfd_stab_section_find_nearest_line): Ignore partial
+       stabs at end of .stab.  Tidy variable usage.  Don't drop the need
+       for a NULL function name stab if If N_FUN stab is ignored.
+       Ensure index entry count loop matches write loop.
+
+2013-09-20  Alan Modra  <amodra@gmail.com>
+
+       * configure: Regenerate.
+
+2013-09-18  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.in: Bump version to 2.24.51
+       * configure: Regenerate.
+
+2013-09-17  Doug Gilmore  <Doug.Gilmore@imgtec.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): Handle
+       EF_MIPS_FP64.
+
+2013-08-31  John David Anglin  <dave.anglin@bell.net>
+
+       * elf64-hppa.c (elf_hppa_final_link_relocate): Add missing '%' to
+       format string.
+
+2013-08-29  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf64-x86-64.c (elf_x86_64_check_tls_transition): Allow
+       64-bit -mcmodel=large -fpic TLS GD and LD sequences.
+       (elf_x86_64_relocate_section): Handle -mcmodel=large -fpic
+       TLS GD and LD sequences in GD->LE, GD->IE and LD->LE transitions.
+
+2013-08-27  Alan Modra  <amodra@gmail.com>
+
+       * elf-bfd.h (struct elf_backend_data): Remove as_needed_cleanup.
+       Add notice_as_needed.
+       * elf64-ppc.c (elf_backend_as_needed_cleanup): Don't define.
+       (elf_backend_notice_as_needed): Define.
+       (ppc64_elf_as_needed_cleanup): Rename and adjust..
+       (ppc64_elf_notice_as_needed): ..to this.
+       * elflink.c (_bfd_elf_notice_as_needed): New function, extracted..
+       (elf_link_add_object_symbols): ..from here.
+       * elfxx-target.h (elf_backend_as_needed_cleanup): Don't define.
+       (elf_backend_notice_as_needed): Define..
+       (elfNN_bed): ..and use here.
+
+2013-08-26  Roland McGrath  <mcgrathr@google.com>
+
+       * archures.c (bfd_mach_i386_nacl, bfd_mach_i386_i386_nacl): New macros.
+       (bfd_mach_x86_64_nacl, bfd_mach_x64_32_nacl): New macros.
+       * cpu-i386.c (bfd_arch_i386_onebyte_nop_fill): New function.
+       (bfd_i386_nacl_arch): New variable.
+       (bfd_x86_64_nacl_arch, bfd_x64_32_nacl_arch): New variables.
+       (bfd_x64_32_arch_intel_syntax): Link them into the list.
+       * bfd-in2.h: Regenerate.
+
+2013-08-26  Roland McGrath  <mcgrathr@google.com>
+
+       * elf-nacl.c (nacl_modify_segment_map): Fix logic reordering the
+       elf_segment_map list.  If an executable segment is page-aligned
+       but does not end with a full page, then append a fake section into
+       the segment map entry that pads out the page.
+       (nacl_final_write_processing): New function.  Write the code fill
+       laid out in nacl_modify_segment_map.
+       * elf-nacl.h: Declare it.
+       * elf32-arm.c (elf32_arm_nacl_final_write_processing): New function.
+       (elf_backend_final_write_processing): Define it for NaCl backend.
+       * elf32-i386.c (elf_backend_final_write_processing): Likewise.
+       * elf64-x86-64.c (elf_backend_final_write_processing): Likewise.
+
+       * elf-nacl.c (segment_eligible_for_headers): Rename MAXPAGESIZE
+       parameter to MINPAGESIZE.
+       (nacl_modify_segment_map): Use minpagesize instead of maxpagesize.
+
+       * elf32-arm.c (ELF_MINPAGESIZE, ELF_COMMONPAGESIZE): #undef for NaCl.
+
+2013-08-24  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * elf32-tilepro.c (tilepro_elf_finish_dynamic_sections): Don't
+       set GOT's entry size if there is no ELF section data.
+       * elf64-s390.c (elf_s390_finish_dynamic_sections): Likewise.
+       * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_sections):
+       Likewise.
+
+2013-08-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (get_elf_x86_64_arch_data): New.
+       (get_elf_x86_64_backend_data): Use it.
+       (elf_x86_64_size_dynamic_sections): Likewise.
+
+2013-08-23  Yuri Chornoivan  <yurchor@ukr.net>
+
+       PR binutils/15834
+       * bfdio.c: Fix typos.
+       * elf32-spu.c: Likewise.
+       * elfnn-aarch64.c: Likewise.
+
+2013-08-21  Tristan Gingold  <gingold@adacore.com>
+
+       * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Also count
+       .ovrflo sections.
+       * coffcode.h (coff_compute_section_file_positions): Force
+       match between file offset and vma offset.
+
+2013-08-21  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (_bfd_elf_merge_symbol): Set *poldbfd, *poldweak,
+       and *poldalignment before exiting when !relocs_compatible.
+
 2013-08-21  Alan Modra  <amodra@gmail.com>
 
        * elflink.c (_bfd_elf_define_linkage_sym): Don't set STV_INTERNAL
This page took 0.024912 seconds and 4 git commands to generate.