Call _bfd_elf_post_process_headers
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 94b89a05c3e352c7ad16692a4871144358a8d038..5630be5f37481127c53d0c0a64e7a8076cdcd497 100644 (file)
@@ -1,3 +1,254 @@
+2013-12-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-arm.c (elf32_arm_post_process_headers): Call
+       _bfd_elf_post_process_headers.
+
+2013-12-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-spu.c (spu_elf_post_process_headers): Call
+       _bfd_elf_post_process_headers.
+       * elfxx-mips.c (_bfd_mips_post_process_headers): Likewise.
+
+2013-12-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf-bfd.h (_bfd_elf_set_osabi): Renamed to ...
+       (_bfd_elf_post_process_headers): This.
+       * elf.c (_bfd_elf_compute_section_file_positions): Always
+       call elf_backend_post_process_headers.
+       (_bfd_elf_set_osabi): Renamed to ...
+       (_bfd_elf_post_process_headers): This.
+       * elf32-hppa.c (elf_backend_post_process_headers): Removed.
+       * elf32-i370.c (elf_backend_post_process_headers): Likewise.
+       * elf32-msp430.c (elf_backend_post_process_headers): Likewise.
+       * elf32-ppc.c (elf_backend_post_process_headers): Likewise.
+       * elf32-sparc.c (elf_backend_post_process_headers): Likewise.
+       * elf64-hppa.c (elf_backend_post_process_headers): Likewise.
+       * elf64-ppc.c (elf_backend_post_process_headers): Likewise.
+       * elf64-sparc.c (elf_backend_post_process_headers): Likewise.
+       * elf64-x86-64.c (elf_backend_post_process_headers): Likewise.
+       *  (elf_backend_post_process_headers): Likewise.
+       *  (elf_backend_post_process_headers): Likewise.
+       * elf32-i386.c (elf_backend_post_process_headers): Don't
+       define as _bfd_elf_set_osabi.
+       (elf_i386_fbsd_post_process_headers): Updated.
+       * elf32-mips.c (elf_fbsd_post_process_headers): Removed.
+       (elf_backend_post_process_headers): Likewise.
+       * elf32-tic6x.c (elf32_tic6x_set_osabi): Removed.
+       (elf_backend_post_process_headers): Likewise.
+       * elf64-mips.c (elf_fbsd_post_process_headers): Removed.
+       (elf_backend_post_process_headers): Likewise.
+       * elfn32-mips.c (elf_fbsd_post_process_headers): Removed.
+       (elf_backend_post_process_headers): Likewise.
+       * elfnn-aarch64.c (elfNN_aarch64_post_process_headers): Updated.
+       * elfxx-target.h (elf_backend_post_process_headers): Default
+       to _bfd_elf_post_process_headers.
+
+2013-12-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/16318
+       * elf32-arm.c (elf32_arm_copy_private_bfd_data): Call
+       _bfd_elf_copy_private_bfd_data.
+       * elf32-bfin.c (bfin_elf_copy_private_bfd_data): Removed.
+       (elf32_bfinfdpic_copy_private_bfd_data): Likewise.
+       (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
+       * elf32-frv.c (frv_elf_copy_private_bfd_data): Removed.
+       (elf32_frvfdpic_copy_private_bfd_data): Likewise.
+       (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
+       * elf32-iq2000.c (iq2000_elf_copy_private_bfd_data): Removed.
+       (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
+       * elf32-lm32.c (lm32_elf_copy_private_bfd_data): Removed.
+       (lm32_elf_fdpic_copy_private_bfd_data): Call
+       _bfd_elf_copy_private_bfd_data.
+       * elf32-mep.c (mep_elf_copy_private_bfd_data): Removed.
+       (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
+       * elf32-msp430.c (elf32_msp430_copy_private_bfd_data): Removed.
+       (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
+       * elf32-mt.c (mt_elf_copy_private_bfd_data): Removed.
+       (bfd_elf32_bfd_copy_private_bfd_data): Don't define.
+       * elf32-sh.c (sh_elf_set_private_flags): Removed.
+       (sh_elf_copy_private_data): Call _bfd_elf_copy_private_bfd_data
+       and sh_elf_set_mach_from_flags.
+       *  elfnn-aarch64.c (elfNN_aarch64_copy_private_bfd_data): Removed.
+       (bfd_elfNN_bfd_copy_private_bfd_data): Don't define.
+
+2013-12-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * peXXigen.c (rsrc_process_section): Rename index to indx.
+
+2013-12-17  Nick Clifton  <nickc@redhat.com>
+
+       * peXXigen.c: Include wchar.h if available.
+       Include safe-ctype.h.
+       (HighBitSet, SetHighBit, WithoutHighBit): New macros.
+       (pe_print_resource_entries): Rename to
+       rsrc_print_resource_entries.  Handle names that are not RVAs.
+       (pe_print_resource_directory): Rename to
+       rsrc_print_resource_directory.
+       (pe_print_rsrc): Rename to rsrc_print_section.  Corrupt
+       computation of RVA bias.
+       (rsrc_count_entries): New function.
+       (rsrc_count_directory): New function.
+       (rsrc_parse_entry): New function.
+       (rsrc_parse_entries): New function.
+       (rsrc_parse_directory): New function.
+       (rsrc_write_string): New function.
+       (rsrc_compute_rva): New function.
+       (rsrc_write_leaf): New function.
+       (rsrc_write_entry): New function.
+       (rsrc_write_directory): New function.
+       (u16_mbtouc): New function.
+       (rsrc_cmp): New function.
+       (rsrc_print_name): New function.
+       (rsrc_resource_name): New function.
+       (rsrc_merge_string_entries): New function.
+       (rsrc_sort_entries): New function.
+       (rsrc_attach_chain): New function.
+       (rsrc_merge): New function.
+       (rsrc_process_section): New function - merges the contents of a
+       .rsrc section.
+       (_bfd_XXi_final_link_postscript): Call rsrc_process_section.
+       * configure.in (AC_CHECK_HEADERS): Add wchar.h
+       * config.in: Regenerate.
+       * configure: Regenerate.
+
+2013-12-16  Andreas Schwab  <schwab@suse.de>
+
+       * elf64-ppc.c (ppc64_elf_relocate_section): Add newline to error
+       message.
+
+2013-12-14  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (_bfd_elf_merge_symbol): If merging a new weak
+       symbol that will be skipped, we don't have a new definition.
+
+2013-12-13  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
+           Wei-Cheng Wang  <cole945@gmail.com>
+
+       * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add nds32
+       files.
+       * Makefile.in: Regenerate.
+       * archures.c (bfd_nds32_arch): Add nds32 target.
+       * bfd-in2.h: Regenerate.
+       * config.bfd (nds32*le-*-linux): Add bfd_elf32_nds32lelin_vec
+       and bfd_elf32_nds32belin_vec.
+       (nds32*be-*-linux*): Likewise.
+       (nds32*le-*-*): Add bfd_elf32_nds32le_vec and bfd_elf32_nds32be_vec.
+       (nds32*be-*-*): Likewise.
+       * configure.in (bfd_elf32_nds32be_vec): Add elf32-nds32.lo.
+       (bfd_elf32_nds32le_vec): Likewise.
+       (bfd_elf32_nds32belin_vec): Likewise.
+       (bfd_elf32_nds32lelin_vec): Likewise.
+       * configure: Regenerate.
+       * cpu-nds32.c: New file for nds32.
+       * elf-bfd.h: Add NDS32_ELF_DATA.
+       * elf32-nds32.c: New file for nds32.
+       * elf32-nds32.h: New file for nds32.
+       * libbfd.h: Regenerate.
+       * reloc.c: Add relocations for nds32.
+       * targets.c (bfd_elf32_nds32be_vec): New declaration for nds32.
+       (bfd_elf32_nds32le_vec): Likewise.
+       (bfd_elf32_nds32belin_vec): Likewise.
+       (bfd_elf32_nds32lelin_vec): Likewise.
+
+2013-12-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/16318
+       * elf.c (_bfd_elf_copy_private_bfd_data): Remove BFD_ASSERT.
+       Set e_flags only if elf_flags_init is FALSE.  Copy EI_OSABI
+       field.
+
+2013-12-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-sh.c (bfd_elf32_bfd_set_private_bfd_flags): Removed.
+
+2013-12-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf.c (assign_file_positions_except_relocs): Set e_type in ELF
+       header to ET_EXEC for -pie -Ttext-segment=.
+
+2013-12-08  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (_bfd_elf_add_default_symbol): Set dynamic_def
+       and ref_dynamic_nonweak when chaining together indirect
+       symbols.
+
+2013-12-06  Tristan Gingold  <gingold@adacore.com>
+
+       * pei-x86_64.c (pex64_xdata_print_uwd_codes): Add argument rf.
+       Display epilog opcode.
+       (pex64_dump_xdata): Add argument rf; make addr a local variable.
+       Adjust call to pex64_xdata_print_uwd_codes.
+       (pex64_bfd_print_pdata): Display code range, adjust call to
+
+2013-12-05  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.c (bfd_mach_o_mkobject_init): Use bfd_zalloc.
+
+2013-12-03  Nick Clifton  <nickc@redhat.com>
+
+       * peXXigen.c (pe_print_resource_entries): New function: Displays
+       an entry in a .rsrc section.
+       (pe_print_resource_directory): New function: Displays a directory
+       in a .rsrc section.
+       (pe_print_rsrc): New function: Displays the contents of .rsrc
+       section.
+       (_bfd_XX_print_private_bfd_data_common): Call pe_print_rsrc.
+
+2013-12-03  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (ppc_build_one_stub <ppc_stub_plt_branch_r2off>):
+       Don't omit saving of r2 for ELFv2.  Don't addi 2,2,0.
+       (ppc_size_one_stub <ppc_stub_plt_branch_r2off>): Adjust to suit.
+
+2013-12-03  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (ppc64_elf_link_just_syms): Remove .got check.
+       Handle ELFv2.
+
+2013-11-26  Will Newton  <will.newton@linaro.org>
+
+       * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_symbol):
+       Handle STT_GNU_IFUNC symbols correctly in static links.
+
+2013-11-26  Will Newton  <will.newton@linaro.org>
+
+       * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Ensure
+       PLT_INDEX is calculated using correct header size.
+
+2013-11-22  Cory Fields  <cory@coryfields.com>
+
+       * libcoff-in.h: Add insert_timestamp flag to the pe_data struct.
+       * libcoff.h: Regenerate.
+       * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Only use a real
+       timestamp if --insert-timestamp was used.
+
+2013-11-19  Roland McGrath  <mcgrathr@google.com>
+
+       * elf-nacl.c (nacl_modify_segment_map): Calculate SIZEOF_HEADERS
+       when not doing linking (i.e. INFO is a null pointer).
+
+2013-11-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (elf_x86_64_section_from_shdr): Re-indent.
+
+2013-11-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (x86_64_elf_howto_table): Add R_X86_64_PC32_BND
+       and R_X86_64_PLT32_BND.
+       (R_X86_64_standard): Replace R_X86_64_RELATIVE64 with
+       R_X86_64_PLT32_BND.
+       (IS_X86_64_PCREL_TYPE): Add R_X86_64_PLT32_BND.
+       (x86_64_reloc_map): Add BFD_RELOC_X86_64_PC32_BND and
+       BFD_RELOC_X86_64_PLT32_BND.
+       (elf_x86_64_check_relocs): Handle R_X86_64_PC32_BND and
+       R_X86_64_PLT32_BND.
+       (elf_x86_64_gc_sweep_hook): Likewise.
+       (elf_x86_64_relocate_section): Likewise.
+       * reloc.c (bfd_reloc_code_real): Add BFD_RELOC_X86_64_PC32_BND
+       and BFD_RELOC_X86_64_PLT32_BND.
+       * bfd-in2.h: Regenerated.
+       * libbfd.h: Likewise.
+
 2013-11-15  H.J. Lu  <hongjiu.lu@intel.com>
 
        * elf32-i386.c (elf_i386_allocate_dynrelocs): Make room for
This page took 0.025077 seconds and 4 git commands to generate.