dwarf2read.c (setup_type_unit_groups): Add comment.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index d63d55b45189ede853db798f50abb894ccde98d5..36109481d9b1f1029dc19e8c384aa313faa02535 100644 (file)
@@ -1,3 +1,88 @@
+2015-09-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/19031
+       * elf32-i386.c (elf_i386_check_relocs): Set
+       pointer_equality_needed for R_386_PC32 reloc in non-code
+       sections.
+
+2015-09-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/19013
+       * elflink.c (_bfd_elf_merge_sections): Only merge input bfds
+       that have the compatible ELF machine code with the output bfd.
+
+2015-09-30  Alan Modra  <amodra@gmail.com>
+
+       PR ld/19013
+       * elflink.c (_bfd_elf_merge_sections): Only merge input bfds that
+       will be handled by elf_link_input_bfd.  Rename abfd param to obfd.
+
+2015-09-30  Rich Felker  <dalias@libc.org>
+
+       * config.bfd (targ_selvecs): Add fdpic and misc targets
+       for sh*-*-linux*.
+
+2015-09-29  Andrew Stubbs  <ams@codesourcery.com>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/19020
+       * bfd.c (bfd_convert_section_contents): Add ptr_size parameter.
+       * bfd-in2.h: Regenerated.
+
+2015-08-11  Peter Zotov  <whitequark@whitequark.org>
+
+       PR ld/18759
+       * elf32-or1k.c (R_OR1K_32_PCREL): Set pcrel_offset to TRUE.
+       (R_OR1K_16_PCREL): Likewise.
+       (R_OR1K_8_PCREL): Likewise.
+
+2015-09-23  Nick Clifton  <nickc@redhat.com>
+
+       * bout.c (b_out_slurp_reloc_table): Cast constant to unsigned in
+       order to avoid problems with left shifting negative values.
+       (abs32code): Likewise.
+       * mach-o.c (FILE_ALIGN): Likewise.
+       * coff-rs6000.c (xcoff_debug_sections): Delete unused static
+       array.
+       * elf32-visium.c (visium_reloc_map): Likewise.
+       * elf32-arm.c (elf32_arm_final_link_relocate): Remove useless
+       calls to abs function.
+       * elf32-frv.c (_frvfdpic_relax_tls_entries): Likewise.
+       * elf32-score.c (score_elf_final_link_relocate): Likewise.
+       * elf32-score7.c (score_elf_final_link_relocate): Likewise.
+       * elf32-i860.c (i860_howto_pc26_reloc): Use multiplication instead
+       of shifting to create a negative mask.
+       * elf32-msp430.c (elf_backend_special_sections): Define.
+       * elfxx-mips.c (got_ofst_reloc_p): Delete unused function.
+       (got_hi16_reloc_p): Delete unused function.
+       * ppcboot.c (ppcboot_bfd_print_private_bfd_data): Fix test of
+       partition name.
+
+2015-09-23  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/15835
+       * elf-bfd.h (struct elf_section_list): New structure.
+       (struct elf_obj_tdata): Replace symtab_shndx_hdr with
+       symtab_shndx_list.  Delete symtab_shndx_section.
+       (elf_symtab_shndx): Replace macro with elf_symtab_shndx_list.
+       * elf.c (bfd_elf_get_syms): If symtab index sections are present,
+       scan them for the section that matches the provided symbol table.
+       (bfd_section_from_shdr): Record all SHT_SYMTAB_SHNDX sections.
+       (assign_section_numbers): Use the first symtab index table in the
+       list.
+       (_bfd_elf_compute_section_file_positions): Replace use of
+       symtab_shndx_hdr with use of symtab_shndx_list.
+       (find_section_in_list): New function.
+       (assign_file_postions_except_relocs): Use new function.
+       (_bfd_elf_copy_private_symbol_data): Likewise.
+       (swap_out_syms): Handle multiple symbol table index sections.
+       * elf32-m32c.c (m32c_elf_relax_section): Replace use of
+       symtab_shndx_hdr with use of symtab_shndx_list.
+       * elf32-rl78.c (rl78_elf_relax_section): Likewise.
+       * elf32-rx.c (rx_relax_section): Likewise.
+       * elf32-v850.c (v850_elf_relax_delete_bytes): Likewise.
+       * elflink.c (bfd_elf_final_link): Likewise.
+
 2015-09-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        * bfd.c (bfd_update_compression_header): Use bfd_put_32 on
This page took 0.025576 seconds and 4 git commands to generate.