* s390-opc.c (INSTR_SS_L2RDRD): New.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 5dcf47be3432e51c1f3bbd6a30053b8d9f04bcf7..0156a9c88ea5553b91b49e035931cebfa6de5ba9 100644 (file)
@@ -1,3 +1,102 @@
+2007-02-22  Paul Brook  <paul@codesourcery.com>
+
+       * elflink.c (gc_mark_hook_fn): Remove.
+       (_bfd_elf_gc_mark): Rename gc_mark_hook_fn to elf_gc_mark_hook_fn.
+       (bfd_elf_gc_sections): Ditto.  Call gc_mark_extra_sections.
+       * elf-bfd.h (elf_gc_mark_hook_fn): Define.
+       (elf_backend_data): Add gc_mark_extra_sections.
+       * elfxx-target.h (elf_backend_gc_mark_extra_sections): Provide default
+       definition.
+       (elfNN_bed): Add elf_backend_gc_mark_extra_sections.
+       * elf32-arm.c (elf32_arm_gc_mark_extra_sections): New function.
+       (elf_backend_gc_mark_extra_sections): Define.
+
+2007-02-21  Nick Clifton  <nickc@redhat.com>
+
+       * elf.c (_bfd_elf_map_sections_to_segments): If the
+       override_segment_assignment callback is defined then call it.
+
+2007-02-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32-spu.c (spu_elf_size_stubs): Correct order of warning args.
+
+2007-02-19  Thiemo Seufer  <ths@mips.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): Remove
+       translation marker from untranslatable strings.
+
+2007-02-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf-bfd.h (struct elf_backend_data): Add default_execstack.
+       * elflink.c (bfd_elf_size_dynamic_sections): Heed default_execstack.
+       * elfxx-target.h (elf_backend_default_execstack): Define to 1.
+       (elfNN_bed): Init new field.
+       * elf64-ppc.c (elf_backend_default_execstack): Define to 0.
+
+2007-02-17  Mark Mitchell  <mark@codesourcery.com>
+            Nathan Sidwell  <nathan@codesourcery.com>
+            Vladimir Prus  <vladimir@codesourcery.com
+            Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.in (--with-pkgversion): New option.
+       * configure: Regenerate.
+       * Makefile.am (bfdver.h): Substitute for @bfd_version_package@.
+       * Makefile.in: Regenerate.
+       * version.h (BFD_VERSION_STRING): Define using
+       @bfd_version_package@.
+
+2007-02-16  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data):
+       Print EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT
+       and EF_MIPS_UCODE.
+
+2007-02-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * libbfd-in.h (_bfd_norelocs_get_reloc_upper_bound): Don't define,
+       declare.
+       (_bfd_norelocs_canonicalize_reloc): Likewise.
+       * libbfd.h: Regenerate.
+       * libbfd.c (_bfd_norelocs_get_reloc_upper_bound): New function.
+       (_bfd_norelocs_canonicalize_reloc): Likewise.
+       * binary.c (binary_bfd_reloc_type_lookup): Don't define.
+       (binary_get_reloc_upper_bound, binary_canonicalize_reloc): Likewise.
+       (binary_vec): Use _bfd_norelocs in BFD_JUMP_TABLE_RELOCS.
+       * ihex.c: Similarly.
+       * mach-o-target.c: Similarly.
+       * mach-o.c: Similarly.
+       * mmo.c: Similarly.
+       * pef.c: Similarly.
+       * ppcboot.c: Similarly.
+       * srec.c: Similarly.
+       * xsym.c: Similarly.
+
+2007-02-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/3953
+       * elflink.c (_bfd_elf_add_default_symbol): Check warning symbol
+       when adding default symbol.
+
+2007-02-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (create_linkage_sections): Use section ".branch_lt"
+       for branch lookup table.
+
+2007-02-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (create_linkage_sections): Don't create
+       .rela.rodata.brlt for --emit-relocs.
+       (ppc_build_one_stub): Create relocs for brlt --emit-relocs here.
+       (ppc_size_one_stub): Count them.  Simplify test of stub type
+       when counting stub relocs.  Set SEC_RELOC too.
+       (ppc64_elf_size_stubs): Clear reloc_count and SEC_RELOC.
+       (ppc64_elf_finish_dynamic_sections): Output brlt relocs.
+
+2007-02-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.c (evaluate_complex_relocation_symbols): Ignore relocs
+       with a zero symbol index.
+
 2007-02-12  Alan Modra  <amodra@bigpond.net.au>
 
        * elflink.c (bfd_elf_discard_info): Tidy setting of "eh".
This page took 0.02479 seconds and 4 git commands to generate.