* elf.c (bfd_elf_get_str_section): Fix memory leak caused by
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 9ecf6f7b11582588dd40b9b20720969963fae4f8..5539be2f46496a381463062f705cbc84e5e07fb8 100644 (file)
@@ -1,3 +1,149 @@
+2008-05-01  Cary Coutant  <ccoutant@google.com>
+
+       * elf.c (bfd_elf_get_str_section): Fix memory leak caused by
+       corrupt string table.
+
+2008-05-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * cache.c (cache_bread_1): Renames cache_bread.
+       (cache_bread): New function.
+
+2008-05-01  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 2995, PR 6473
+       * elf.c (_bfd_elf_make_section_from_shdr): Always set lma from p_paddr.
+       (assign_file_positions_for_load_sections): Combine nested "if".
+       (copy_elf_program_header): Don't set p_paddr_valid or p_vaddr_offset
+       when all header p_paddr fields are zero.
+
+2008-04-30  Edmar Wienskoski  <edmar@freescale.com>
+
+       * cpu-powerpc.c (bfd_powerpc_archs): Add e500mc entry.
+
+2008-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * elf.c (_bfd_elf_get_dynamic_reloc_upper_bound)
+       (_bfd_elf_canonicalize_dynamic_reloc): Find dynamic relocations
+       even if they are not loaded.
+       * elflink.c (_bfd_elf_init_2_index_sections): Set data_index_section
+       first.
+
+2008-04-25  Jay Foad  <jay.foad@gmail.com>
+
+       * reloc16.c (bfd_coff_reloc16_get_value): Add support for
+       undefined weak symbols.
+
+2008-04-25  Nick Clifton  <nickc@redhat.com>
+
+       * po/vi.po: Updated Vietnamese translation.
+
+2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
+
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
+2008-04-21  Cary Coutant  <ccoutant@google.com>
+
+       * archive.c (_bfd_write_archive_contents): Fix incorrect use of
+       ARFMAG.
+
+2008-04-21  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * elfxx-mips.c (_bfd_mips_vxworks_adjust_dynamic_symbol): Don't
+       set the value of undefined symbols in shared objects.
+       (_bfd_mips_vxworks_finish_dynamic_symbol): Clear value for
+       undefined symbols unless pointer equality is needed.
+
+2008-04-18  Dennis Roberts  <dennis.roberts@sunquestinfo.com>
+
+       * aix5ppc-core.c: Define macros for the default architecture and
+       machine for matching core files.
+       (xcoff64_core_p): Set the architecture and machine to the default
+       values defined in the macros mentioned above.
+       * rs6000-core.c: Define macros to determine whether or not the
+       core file header uses the core_dumpxx header format.
+       (rs6000coff_core_p): Don't match core files that use the
+       core_dumpxx header format.
+
+2008-04-16  Pedro Alves  <pedro@codesourcery.com>
+
+       * config.bfd (i[3-7]86-*-dicos*, x86_64-*-dicos*): Add.
+
+2008-04-16  David S. Miller  <davem@davemloft.net>
+
+       * reloc.c (BFD_RELOC_SPARC_GOTDATA_HIX22,
+       BFD_RELOC_SPARC_GOTDATA_LOX10, BFD_RELOC_SPARC_GOTDATA_OP_HIX22,
+       BFD_RELOC_SPARC_GOTDATA_OP_LOX10, BFD_RELOC_SPARC_GOTDATA_OP): New.
+       * libbfd.h: Regnerate.
+       * bfd-in2.h: Regenerate.
+       * elfxx-sparc.c (_bfd_sparc_elf_howto_table): Add entries for
+       GOTDATA relocations.
+       (sparc_reloc_map): Likewise.
+       (_bfd_sparc_elf_check_relocs): Handle R_SPARC_GOTDATA_* like
+       R_SPARC_GOT*.
+       (_bfd_sparc_elf_gc_sweep_hook): Likewise.
+       (_bfd_sparc_elf_relocate_section): Transform R_SPARC_GOTDATA_HIX22,
+       R_SPARC_GOTDATA_LOX10, R_SPARC_GOTDATA_OP_HIX22, and
+       R_SPARC_GOTDATA_OP_LOX10 into the equivalent R_SPARC_GOT* reloc.
+       Simply ignore R_SPARC_GOTDATA_OP relocations.
+
+2008-04-14  Aurelien Jarno  <aurelien@aurel32.net>
+
+       * configure.in: Link with the PIC version of libiberty on
+       Linux/MIPS hosts.
+       * configure: Regenerate.
+
+2008-04-14  Edmar Wienskoski  <edmar@freescale.com>
+
+       * archures.c: Add bfd_mach_ppc_e500mc.
+       * bfd-in2.h: Regenerate.
+
+2008-04-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-spu.c (spu_elf_build_stubs): Correct error message.
+       (mark_functions_via_relocs): Remove premature init of symtab_hdr.
+       (collect_overlays): Commment typo fix.
+
+2008-04-08  Kees Cook  <kees@canonical.com>
+
+       * elflink.c (bfd_elf_size_dynamic_sections): Ignore GNU-stack note
+       in EXEC_P bfds.
+
+2008-04-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-spu.c: Include libiberty.h.
+       (struct spu_link_hash_table): Add local_stire, overlay_fixed, reserved,
+       non_ovly_stub, spu_elf_load_ovl_mgr, spu_elf_open_overlay_script,
+       spu_elf_relink, auto_overlay fields.
+       (AUTO_OVERLAY, AUTO_RELINK, OVERLAY_RODATA): Define.
+       (needs_ovl_stub): Flip test so that call to non-function warning
+       is emitted during relocate_section rather than earlier.
+       (spu_elf_check_vma): Stash --auto-overlay parameters, and clear
+       auto_overlay if no section exceeds local store.
+       (struct call_info): Add count, max_depth, is_pasted fields.
+       (struct function_info): Add rodata, last_caller, call_count,
+       depth, new visit flags.
+       (insert_callee): Increment call count.
+       (copy_callee): New function.
+       (mark_functions_via_relocs): Investigate all reloc types to count
+       possible function pointer stubs for --auto-overlay.  Track
+       last_caller and increment function call_count.
+       (pasted_function): Insert a "call" into call info for pasted section.
+       (remove_cycles): Track max depth of calls.  Don't emit call graph
+       pruning warning for --auto-overlay.
+       (build_call_tree): Don't transfer_calls for --auto-overlay.
+       Adjust remove_cycles call.
+       (sort_calls, sort_lib, sort_bfds): New functions.
+       (struct _mos_param, struct _uos_param, struct _cl_param): New.
+       (mark_overlay_section, unmark_overlay_section): New functions.
+       (collect_lib_sectios, auto_ovl_lib_functions): New functions.
+       (collect_overlays, find_pasted_call): New functions.
+       (sum_stack): Deal with is_pasted "calls".  Exit before printing
+       when --auto-overlay.
+       (spu_elf_auto_overlay): New function.
+       (spu_elf_final_link): Call spu_elf_auto_overlay.
+       * elf32-spu.h (spu_elf_check_vma): Update prototype.
+
 2008-04-07  Alan Modra  <amodra@bigpond.net.au>
 
        * elf32-spu.c (allocate_spuear_stubs): Ensure _SPUEAR_ symbol
This page took 0.024361 seconds and 4 git commands to generate.