daily update
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index a147d8a6931d5699779a83869788b1eed810072d..3df9e8e46ccdc0451b7c25672207acd3c9f469ca 100644 (file)
@@ -1,3 +1,173 @@
+2013-07-31  John Tytgat  <john@bass-software.com>
+
+       PR ld/15787
+       * elf32-arm.c (elf32_arm_final_link_relocate): Base SB on the
+       output section VMA.
+
+2013-07-28  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * elf64-hppa.c (elf64_hppa_finish_dynamic_sections)
+       <DT_HP_LOAD_MAP>: Return unsuccessfully if there's no `.data'
+       section.
+
+2013-07-27  Andrew Pinski  <apinski@cavium.com>
+
+       * elfnn-aarch64.c (elfNN_aarch64_check_relocs):
+       Use the correct alignment for
+       _bfd_elf_make_dynamic_reloc_section for ILP32.
+
+2013-07-27  Andrew Pinski  <apinski@cavium.com>
+
+       * elfnn-aarch64.c (elfNN_aarch64_howto_from_bfd_reloc): Handle
+       BFD_RELOC_AARCH64_NONE explicitly.
+
+2013-07-27  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * elf32-vax.c (elf_vax_finish_dynamic_sections): Don't set GOT's
+       entry size if there is no ELF section data.
+
+2013-07-27  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * elf32-vax.c (elf_vax_check_relocs) <R_VAX_GOT32, R_VAX_PLT32>:
+       Don't check symbol visibility here.  Remove a check already
+       asserted for.
+       (elf_vax_instantiate_got_entries): Use SYMBOL_REFERENCES_LOCAL
+       instead of individual checks.
+       (elf_vax_relocate_section) <R_VAX_GOT32, R_VAX_PLT32>: Only
+       check the offset to decide if produce a GOT or PLT entry.
+       Remove redundant assertions.  Remove code to produce GOT entries
+       for local symbols.  Remove a duplicate comment and add a comment
+       on GOT relocations.
+       (elf_vax_finish_dynamic_symbol): Remove code to produce RELATIVE
+       dynamic relocs.
+
+2013-07-27  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * elf32-vax.c (elf_vax_always_size_sections): Correct a comment
+       typo.
+
+2013-07-27  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * elf32-vax.c (elf_vax_discard_got_entries): New function.
+       (elf_vax_always_size_sections): Likewise.
+       (elf_vax_size_dynamic_sections): Remove code moved to
+       elf_vax_always_size_sections.  Make comment on
+       elf_vax_instantiate_got_entries match reality.
+       (elf_vax_instantiate_got_entries): Assert that rather than check
+       if dynobj is null.  Don't check for dynamic_sections_created.
+       Make function description match reality.
+       (elf_backend_always_size_sections): New macro.
+
+2013-07-25  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (struct ppc64_elf_obj_tdata): Replace opd_relocs
+       with a union.
+       (opd_entry_value): Cache .opd section contents.
+       (ppc64_elf_relocate_section): Adjust.
+
+2013-07-25  Alan Modra  <amodra@gmail.com>
+
+       PR ld/15762
+       PR ld/12761
+       * elflink.c (elf_link_add_object_symbols): Correct test in
+       last patch.  Remove unnecessary code.
+
+2013-07-24  Tristan Gingold  <gingold@adacore.com>
+
+       * coff-rs6000.c (xcoff_howto_table): Fix masks and pc_relative for
+       R_RBR.  Add numbers in comments.
+       (_bfd_xcoff_reloc_type_lookup): Handle BFD_RELOC_PPC_B16.
+       * coff64-rs6000.c: Likewise.
+
+2013-07-20  Alan Modra  <amodra@gmail.com>
+
+       PR ld/15762
+       PR ld/12761
+       * elflink.c (elf_link_add_object_symbols): Don't clobber
+       .gnu.warning.symbol sections when shared.
+
+2013-07-19  Nick Clifton  <nickc@redhat.com>
+
+       * elf32-rx.c (rx_elf_relocate_section): Fix typo: move
+       saw_subtract from R_RX_OPdiv to R_RX_OPneg.
+
+2013-07-18  Travis Snoozy  <quandary@remstate.com>
+
+       PR ld/15721
+       * elf32-msp430.c (R_MSP430_10_PCREL): Use 10-bit source and
+       destination masks.
+       * R_MSP430_2X_PCREL: Likewise.
+       * R_MSP430X_10_PCREL: Likewise.
+       * R_MSP430X_2X_PCREL: Likewise.
+
+2013-07-18  Terry Guo  <terry.guo@arm.com>
+
+        * elf32-arm.c (arm_type_of_stub): Don't use ST_BRANCH_TO_ARM for
+       thumb only targets.
+        (elf32_arm_final_link_relocate): Likewise.
+
+2013-07-18  Bill Neubauer  <wcn@google.com>
+
+       * mach-o.c (mach_o_section_name_xlat dw): Add entry for
+       .debug_gdb_scripts
+
+2013-07-18  Roland McGrath  <mcgrathr@google.com>
+
+       * elf32-arm.c (elf32_arm_stub_long_branch_arm_nacl): New variable.
+       (elf32_arm_stub_long_branch_arm_nacl_pic): New variable.
+       (arm_build_one_stub): Increase MAXRELOCS to 3.
+       (arm_type_of_stub): Use them if GLOBALS->nacl_p.
+       (struct elf32_arm_link_hash_table): Give add_stub_section member's
+       pointee type a third argument.
+       (elf32_arm_create_or_find_stub_sec): Update caller.
+       (elf32_arm_size_stubs): Update argument type.
+       * bfd-in.h (elf32_arm_size_stubs): Update decl.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elfxx-mips.c (mips_elf_merge_obj_attributes): Replace hardcoded
+       magic numbers with enum values.
+
+2013-07-12  Roland McGrath  <mcgrathr@google.com>
+
+       * reloc.c: Add BFD_RELOC_390_PC12DBL, BFD_RELOC_390_PLT12DBL,
+       BFD_RELOC_390_PC24DBL, BFD_RELOC_390_PLT24DBL (should have
+       been added here with 2013-07-05 elf32-s390.c change).
+       * bfd-in2.h: Regenerate (no-op).
+       * libbfd.h: Regenerate (no-op).
+
+2013-07-12  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Handle
+       EF_MIPS_NAN2008.
+       (_bfd_mips_elf_print_private_bfd_data): Likewise.
+
+2013-07-09  Tristan Gingold  <gingold@adacore.com>
+
+       * vms-alpha.c (struct vms_private_data_struct): Remove
+       flag_hash_long_names and flag_show_after_trunc.
+       (hash_string): Remove.
+       (_bfd_vms_length_hash_symbol): Remove.
+       (alpha_vms_write_exec): Remove call to _bfd_vms_length_hash_symbol.
+       (_bfd_vms_write_egsd): Likewise.  Rewrite condition.
+       (_bfd_vms_write_ehdr): Remove code that set removed flags.
+       (_bfd_vms_write_etir): Remove call to _bfd_vms_length_hash_symbol.
+       (vms_bfd_is_local_label_name): Remove trace call.
+
+2013-07-09  Tristan Gingold  <gingold@adacore.com>
+
+       * hosts/alphavms.h: Include config.h and ansidecl.h, remove useless
+       macros.
+       * configure.com: Adjust to match changes in configure.
+       * makefile.vms (OBJS): Update list.
+
+2013-07-05  Tristan Gingold  <gingold@adacore.com>
+
+       * coffcode.h (coff_write_object_contents): Use ".ovrflo" name for
+       overflow sections.
+
 2013-07-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * elf32-s390.c: Add new relocation definitions R_390_PC12DBL,
This page took 0.041706 seconds and 4 git commands to generate.