include/ChangeLog
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index d131ecc3bcbc118c5a3b002b574fd93931bbb215..e20d3db2d0c53d77eb79a58a1a2470cc02ca50ec 100644 (file)
@@ -1,3 +1,132 @@
+2011-07-11  Catherine Moore  <clm@codesourcery.com>
+
+       * aout-adobe.c (aout_32_bfd_lookup_section_flags): New definition.
+       * aout-target.h (MY_bfd_lookup_section_flags): New definition.
+       * aout-tic30.c (MY_bfd_lookup_section_flags): New definition.
+        * bfd-in2.h: Regenerated.
+       * bfd.c (bfd_lookup_section_flags): New definition.
+       * binary.c (binary_bfd_lookup_section_flags): New definition.
+       * bout.c (b_out_bfd_lookup_section_flags): New definition.
+       * coff-alpha.c (_bfd_ecoff_bfd_lookup_section_flags): New definition.
+       * coff-mips.c (_bfd_ecoff_bfd_lookup_section_flags): New definition.
+       * coff-rs6000.c (rs6000coff_vec): Include
+       bfd_generic_lookup_section_flags.
+       (pmac_xcoff_vec): Likewise.
+       * coffcode.h (coff_bfd_lookup_section_flags): New definition.
+       * coff64-rs6000.c (rs6000coff64_vec): Include
+       bfd_generic_lookup_section_flags.
+       (aix5coff64_vec): Likewise.
+       * ecoff.c (bfd_debug_section): Initialize flag_info field.
+       * elf-bfd.h (elf_backend_lookup_section_flags_hook): Declare.
+       (bfd_elf_lookup_section_flags): Declare.
+       * elflink.c (bfd_elf_lookup_section_flags): New function.
+       * elfxx-target.h (bfd_elfNN_bfd_lookup_section_flags): Define.
+       (elf_backend_lookup_section_flags_hook): Define.
+       (elf_backend_data): Add elf_backend_lookup_section_flags_hook.
+       * i386msdos.c (msdos_bfd_lookup_section_flags): New define.
+       * i386os9k.c (os9k_bfd_lookup_section_flags): New define.
+       * ieee.c (ieee_bfd_lookup_section_flags): New define.
+       * ihex.c (ihex_bfd_lookup_section_flags): New define.
+       * libbfd-in.h (_bfd_nolink_bfd_lookup_section_flags): Declare.
+       (bfd_generic_lookup_section_flags): Declare.
+       * libbfd.h: Regenerated.
+       * mach-o-target.c (bfd_mach_o_bfd_lookup_section_flags): New.
+       * mmo.c (mmo_bfd_lookup_section_flags): New definition.
+       * nlm-target.h (nlm_bfd_lookup_section_flags): New definition.
+       * oasys.c (oasys_bfd_lookup_section_flags): New definition.
+       * pef.c (bfd_pef_bfd_lookup_section_flags): New definition.
+       * plugin.c (bfd_plugin_bfd_lookup_section_flags): New definition.
+       * ppcboot.c (ppcboot_bfd_lookup_section_flags): New definition.
+       * reloc.c (bfd_generic_lookup_section_flags): New function.
+       * som.c (som_bfd_lookup_section_flags): New definition.
+       * srec.c (srec_bfd_lookup_section_flags): New definition.
+       * targets.c (flag_info): Declare.
+       (NAME##_bfd_lookup_section_flags): Add to LINK jump table.
+       (_bfd_lookup_section_flags): New.
+       * tekhex.c (tekhex_bfd_lookup_section_flags): New definition.
+       * versados.c (versados_bfd_lookup_section_flags): New definition.
+       * vms-alpha.c (alpha_vms_bfd_lookup_section_flag): New definition.
+       * xsym.c (bfd_sym_bfd_lookup_section_flags): New definition.
+
+2011-07-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/12978
+       * elfnn-ia64.c (count_dyn_reloc): Fix a typo.
+
+2011-07-09  Alan Modra  <amodra@gmail.com>
+
+       PR ld/12942
+       * elflink.c (elf_link_add_object_symbols): Use elf_discarded_section
+       rather than kept_section to determine whether a symbol is from
+       a discarded section.
+       * cofflink.c (coff_link_add_symbols): Make symbols from discarded
+       sections appear undefined.
+
+2011-07-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/12942
+       * elf-bfd.h (_bfd_elf_section_already_linked): Replace
+       "asection *" with "struct already_linked *".
+       * libbfd-in.h (_bfd_nolink_section_already_linked): Likewise.
+       (_bfd_generic_section_already_linked): Likewise.
+       (bfd_section_already_linked_table_insert): Likewise.
+       (struct already_linked): New.
+       (struct bfd_section_already_linked): Use it.
+       * elflink.c (_bfd_elf_section_already_linked): Replace.
+       "asection *" with "struct already_linked *".  Replace the plugin
+       dummy with the LTO output.
+       * linker.c (_bfd_generic_section_already_linked): Likewise.
+       * targets.c (struct already_linked): Add forward declaration.
+       (bfd_target): Replace "struct bfd_section *" with
+       "struct already_linked *" in _section_already_linked.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+2011-07-06  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.h: Move loader related definitions to
+       include/mach-o/loader.h.  Include it.
+
+2011-07-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (elf_backend_post_process_headers): Always
+       define to _bfd_elf_set_osabi.
+
+2011-07-03  Samuel Thibault  <samuel.thibault@gnu.org>
+           Thomas Schwinge  <thomas@schwinge.name>
+
+       PR binutils/12913
+       * elf.c (_bfd_elf_set_osabi): Use ELFOSABI_GNU name instead of
+       ELFOSABI_LINUX alias.
+       * elf32-hppa.c: Likewise.
+       * elf32-i370.c: Likewise.
+       * elf64-hppa.c: Likewise.
+
+2011-07-01  Ian Lance Taylor  <iant@google.com>
+
+       * elf32-i386.c (elf_i386_eh_frame_plt): Correct expression: change
+       DW_OP_lit3 to DW_OP_lit2.
+
+2011-07-01  Alan Modra  <amodra@gmail.com>
+
+       * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Don't look at
+       dyn relocs when called to copy flags for a weak sym.
+       * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
+       (ppc64_elf_merge_private_bfd_data): Delete.
+       (bfd_elf64_bfd_merge_private_bfd_data): Define as
+       _bfd_generic_verify_endian_match.
+
+2011-06-30  Bernd Schmidt  <bernds@codesourcery.com>
+
+       * bfd/elf32-tic6x.c (elf32_tic6x_set_osabi): Also set it if
+       link_info is NULL.
+
+2011-06-28  Tristan Gingold  <gingold@adacore.com>
+
+       * vms-alpha.c (vms_private_data_struct): Make vms_linkage_index
+       unsigned int.
+       (_bfd_vms_write_etir): Write linkage index from reloc.
+
 2011-06-28  Fawzi Mohamed <fawzi.mohamed@nokia.com>
 
        * mach-o.c (bfd_mach_o_read_command): Also ignore
 
 2011-06-22  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
 
-       * elf32-arm.c (elf32_arm_final_link_relocate): Allow R_ARM_TLS_LE32
-       for PIE.
+       * elf32-arm.c (elf32_arm_final_link_relocate): Allow R_ARM_TLS_LE32
+       for PIE.
 
 2011-06-22  Alan Modra  <amodra@gmail.com>
 
This page took 0.024341 seconds and 4 git commands to generate.