bfd/
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index a84338608850f6ba71630038b4c43f4f9551e56a..b5675cb9e2521841fbd4a47887187726ae8d1515 100644 (file)
@@ -1,3 +1,105 @@
+2010-09-19  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_check_relocs): On VxWorks,
+       exclude __GOTT_BASE__ and __GOTT_INDEX__ from the warning
+       about HI/LO relocations in shared objects.
+
+2010-09-16  Alan Modra  <amodra@gmail.com>
+
+       * elf32-spu.c (spu_elf_size_sections): Omit fixups for non-alloc
+       sections.
+       (spu_elf_create_sections): Mark .fixup with SEC_LINKER_CREATED and
+       set dynobj.
+       (spu_elf_finish_dynamic_sections): New function.
+       (elf_backend_finish_dynamic_sections): Define.
+
+2010-09-16  Alan Modra  <amodra@gmail.com>
+
+       * elf.c (bfd_elf_get_default_section_type): Don't test SEC_NEVER_LOAD.
+       * elflink.c (elf_link_input_bfd): Likewise.
+
+2010-09-15  Kai Tietz  <kai.tietz@onevision.com>
+
+       * pei-x86_64.c (pex64_get_unwind_info): Reorgnized.
+       (pex64_get_scope_entry): Removed.
+       (find_next_xdata_or_end): New helper.
+       (pex64_dump_xdata): Reworked.
+       (pex64_bfd_print_pdata): Add checking for
+       valid pdata sorting and values. Reworked
+       output.
+
+2010-09-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/12004
+       * plugin.c (bfd_plugin_object_p): Handle NULL iostream.
+
+2010-09-14  Kai Tietz  <kai.tietz@onevision.com>
+
+       * pe-x86_64.c (COFF_SECTION_ALIGNMENT_ENTRIES): Make
+       .rdata, .data, and .text partial matched section names.
+       * pei-x86_64.c: Likewise.
+
+       * peXXigen.c (sort_x64_pdata): New helper.
+       (_bfd_XXi_final_link_postscript): Do pdata sorting.
+
+2010-09-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/11998
+       * elf.c (assign_file_positions_for_load_sections): Don't warn
+       zero LMA adjustment.
+
+2010-09-09  Bernd Schmidt  <bernds@codesourcery.com>
+
+       bfd/
+       * elflink.c (bfd_elf_final_link): Correct calculation of
+       max_external_reloc_size.
+
+2010-09-07  Alan Modra  <amodra@gmail.com>
+           Marcus Brinkmann  <marcus.brinkmann@ruhr-uni-bochum.de>
+
+       * peXXigen.c: Whitespace.
+       (pe_print_idata): Correct section limit calculations.  Tidy array
+       indexing.
+       (_bfd_XX_print_ce_compressed_pdata): Don't leak memory.
+
+2010-09-02  Richard Henderson  <rth@redhat.com>
+
+       * config.bfd (x86_64-*-mingw*): Select 32-bit pei vectors too.
+
+2010-09-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * netbsd-core.c (netbsd_core_core_file_pid): Renamed to ...
+       (netbsd_core_file_pid): ... this.
+
+2010-09-01  Tristan Gingold  <gingold@adacore.com>
+
+       * coffcode.h (coff_slurp_line_table): Add a cast.
+       (coff_slurp_reloc_table): Ditto.
+
+2010-08-30  Gunther Nikl  <gnikl@users.sourceforge.net>
+
+       * cisco-core.c (cisco_core_file_pid): Define.
+
+2010-08-30  Alan Modra  <amodra@gmail.com>
+
+       PR binutils/11953
+       * elf.c (copy_elf_program_header): Calculate map->header_size
+       from lowest_section, not first_section.  Validate program
+       header p_paddr against section lma.  Find lowest_section in
+       second loop over headers.
+
+2010-08-28  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (_bfd_elf_dynamic_symbol_p): Rename param.  Make
+       common syms local.
+       (_bfd_elf_symbol_refs_local_p): Expand comment.
+       (elf_link_output_extsym): Fix style nit.
+
+2010-08-26  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * elf32-arm.c (elf32_arm_final_link): Process stub sections
+       exactly once.
+
 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/11939
        elf_tdata's core_lwpid instead of to core_pid.
        * elfn32-mips.c (elf32_mips_grok_prstatus): Write the LWPID to
        elf_tdata's core_lwpid instead of to core_pid.
-       
+
        * plugin.c (bfd_plugin_core_file_pid): New function.
        * aout-target.h (MY_core_file_pid): Define.
        * aout-tic30.c (MY_core_file_pid, MY_core_file_p): New defines.
This page took 0.02743 seconds and 4 git commands to generate.