* elf.c (write_zeros): New function.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index f89e780816813c28d05f911b1f0e0bf83ca787e1..6cbee4ac7b397ac0d40ac19d7c0f68ef478a94be 100644 (file)
@@ -1,3 +1,162 @@
+2009-12-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf.c (write_zeros): New function.
+       (assign_file_positions_for_load_sections): Allocate file space for
+       NOBITS sections that are followed by PROGBITS sections in a segment.
+
+2009-12-03  Tristan Gingold  <gingold@adacore.com>
+
+       * mach-o.c (bfd_mach_o_make_bfd_section): Force debug flags for
+       all sections of the __DWARF segment.
+
+2009-12-03  Alan Modra  <amodra@bigpond.net.au>
+
+       PR ld/11047
+       * elf32-ppc.c (ppc_elf_relocate_section): Delete __tls_get_addr
+       symbol reference from relocs belonging to calls that are
+       optimized away.
+       * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
+
+2009-12-02  Jerker Bäck  <jerker.back@gmail.com>
+
+       PR binutils/11017
+       * coff-i386.h (COFF_PAGE_SIZE): Definition moved to coff/i386.h
+
+2009-11-30  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure: Regenerate.
+
+2009-11-26  Per Øyvind Karlsen <peroyvind@mandriva.org>
+
+       * plugin.c (bfd_plugin_bfd_copy_link_hash_symbol_type): Define.
+
+2009-11-24  Joel Brobecker  <brobecker@adacore.com>
+
+       * acinclude.m4: Add include of ../config/zlib.m4.
+       * configure.in: AM_ZLIB to check for zlib support.
+       * configure: Regenerate.
+
+2009-11-23  Paul Brook  <paul@codesourcery.com>
+
+       * libbfd-in.h (_bfd_generic_copy_link_hash_symbol_type): Add
+       prototype.
+       * elf-bfd.h (_bfd_elf_copy_link_hash_symbol_type): Add prototype.
+       * linker.c (_bfd_generic_copy_link_hash_symbol_type): New function.
+       * elflink.c (_bfd_elf_copy_link_hash_symbol_type): New function.
+       * targets.c (BFD_JUMP_TABLE_LINK, struct bfd_target): Add
+       _copy_link_hash_symbol_type.
+       * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Add
+       _bfd_generic_copy_link_hash_symbol_type.
+       * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Add
+       _bfd_generic_copy_link_hash_symbol_type.
+       * aout-adobe.c (aout_32_bfd_copy_link_hash_symbol_type): Define.
+       * aout-target.h (MY_bfd_copy_link_hash_symbol_type): Define.
+       * aout-tic30.c (MY_bfd_copy_link_hash_symbol_type): Define.
+       * binary.c (binary_bfd_copy_link_hash_symbol_type): Define.
+       * bout.c (b_out_bfd_copy_link_hash_symbol_type): Define.
+       * coffcode.h (coff_bfd_copy_link_hash_symbol_type): Define.
+       * elfxx-target.h (bfd_elfNN_bfd_copy_link_hash_symbol_type): Define.
+       * i386msdos.c (msdos_bfd_copy_link_hash_symbol_type): Define.
+       * i386os9k.c (os9k_bfd_copy_link_hash_symbol_type): Define.
+       * ieee.c (ieee_bfd_copy_link_hash_symbol_type): Define.
+       * ihex.c (ihex_bfd_copy_link_hash_symbol_type): Define.
+       * libecoff.h (_bfd_ecoff_bfd_copy_link_hash_symbol_type): Define.
+       * mach-o.c (bfd_mach_o_bfd_copy_link_hash_symbol_type): Define.
+       * mmo.c (mmo_bfd_copy_link_hash_symbol_type): Define.
+       * nlm-target.h (nlm_bfd_copy_link_hash_symbol_type): Define.
+       * oasys.c (oasys_bfd_copy_link_hash_symbol_type): Define.
+       * pef.c (bfd_pef_bfd_copy_link_hash_symbol_type): Define.
+       * ppcboot.c (ppcboot_bfd_copy_link_hash_symbol_type): Define.
+       * som.c (som_bfd_copy_link_hash_symbol_type): Define.
+       * srec.c (srec_bfd_copy_link_hash_symbol_type): Define.
+       * tekhex.c (tekhex_bfd_copy_link_hash_symbol_type): Define.
+       * versados.c (versados_bfd_copy_link_hash_symbol_type): Define.
+       * vms.c (vms_bfd_copy_link_hash_symbol_type): Define.
+       * xsym.c (bfd_sym_bfd_copy_link_hash_symbol_type): Define.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+2009-11-19  Tristan Gingold  <gingold@adacore.com>
+
+       * coff-rs6000.c (rs6000coff_vec): Use generic routines instead of
+       hard-coded casts.
+       (pmac_xcoff_vec): Ditto.
+       * coff64-rs6000.c (rs6000coff64_vec): Ditto.
+       (aix5coff64_vec): Ditto.
+
+2009-11-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * bfd-in.h (_bfd_elf_ppc_at_tls_transform): Declare.
+       * bfd-in2.h: Regenerate.
+       * elf64-ppc.c (ppc64_elf_relocate_section): Move code for R_PPC64_TLS
+       insn optimisation to..
+       * elf32-ppc.c (_bfd_elf_ppc_at_tls_transform): ..here.  New function.
+       (ppc_elf_relocate_section): Use it.
+
+2009-11-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * targets.c: Don't include alloca-conf.h.
+       (bfd_get_target_info): Don't use alloca.
+
+2009-11-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/10955
+       * elfxx-ia64.c (elfNN_ia64_update_short_info): Also skip ABS
+       sections.
+
+2009-11-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/10955
+       * elfxx-ia64.c (elfNN_ia64_link_hash_table): Update comments.
+       (elfNN_ia64_update_short_info): Remove "->output_section" from
+       ia64_info->max_short_sec and ia64_info->min_short_sec.
+       (elfNN_ia64_choose_gp): Likewise.
+       (elfNN_ia64_relax_section): Pass tsec->output_section to
+       elfNN_ia64_update_short_info.
+
+2009-11-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/10955
+       * elfxx-ia64.c (elfNN_ia64_link_hash_table): Add max_short_sec,
+       max_short_offset, min_short_sec and min_short_offset.
+       (elfNN_ia64_update_short_info): New.
+       (elfNN_ia64_relax_section): Update max_short_sec,
+       max_short_offset, min_short_sec and min_short_offset.
+       (elfNN_ia64_choose_gp): Use min_short_sec/max_short_sec if
+       they are set.
+
+2009-11-17  Paul Brook  <paul@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * elf32-arm.c (using_thumb_only, arch_has_arm_nop,
+       arch_has_thumb2_nop): Handle TAG_CPU_ARCH_V7E_M.
+       (tag_cpu_arch_combine): Ditto. Correct MAX_TAG_CPU_ARCH test.
+
+2009-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * elf32-spu.c (struct spu_link_hash_table): Remove overlay_fixed,
+       reserved, and extra_stack_space members.
+       (spu_elf_auto_overlay): Use auto_overlay_fixed, auto_overlay_reserved,
+       and extra_stack_space members of htab->params instead.
+
+2009-11-17  Tristan Gingold  <gingold@adacore.com>
+
+       * targets.c: Include alloca-conf.h
+
+2009-11-16  Kai Tietz  <kai.tietz@onevision.com>
+
+       * targets.c (bfd_get_target_info): New function.
+       (_bfd_find_arch_match): New function.
+       * bfd-in2.h: Regenerated.
+
+2009-11-12  Nick Clifton  <nickc@redhat.com>
+
+       * po/ru.po: Updates Russian translation.
+
+2009-11-11  Nick Clifton  <nickc@redhat.com>
+
+       * po/id.po: Updated Indonesian translation.
+
 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * configure.in: Call ACX_LARGEFILE.  Stop calling AC_PLUGINS,
This page took 0.030028 seconds and 4 git commands to generate.