ld:
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 5b5b11d0a1d740100ccd9683c06c4ffcaaebdaec..797989162daca2a7fd4b5fed37604cd81531d774 100644 (file)
@@ -1,3 +1,70 @@
+2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_sol2.o,
+       eelf_i386_sol2.o.
+       (ALL_64_EMULATIONS): Add eelf_x86_64_sol2.o, eelf64_sparc_sol2.o.
+       (eelf32_sparc_sol2.c): New rule.
+       (eelf64_sparc_sol2.c): Likewise.
+       (eelf_x86_64_sol2.c): Likewise.
+       (eelf_i386_sol2.c): Likewise.
+       * Makefile.in: Regenerate.
+       * configure.tgt (i[3-7]86-*-solaris2*): Change targ_emul to
+       elf_i386_sol2.
+       Add elf_i386_ldso, elf_x86_64_sol2 to targ_extra_emuls.
+       (x86_64-*-solaris2*): Change targ_emul to elf_x86_64_sol2.
+       Add elf_x86_64, elf_i386_sol2, elf_i386 to targ_extra_emuls.
+       (sparc-*-solaris2.[0-6]*): Change targ_emul to elf32_sparc_sol2.
+       Add target_extra_emuls.
+       (sparc-*-solaris2*): Change targ_emul to elf32_sparc_sol2.
+       Add elf32_sparc, elf64_sparc_sol2 to targ_extra_emuls.
+       (sparcv9-*-solaris2*): Change targ_emul to elf64_sparc_sol2.
+       Add elf64_sparc, elf32_sparc_sol2 to target_extra_emuls.
+       * emulparams/elf32_sparc_sol2.sh: New file.
+       * emulparams/elf64_sparc_sol2.sh: New file.
+       * emulparams/elf_i386_sol2.sh: New file.
+       * emulparams/elf_x86_64_sol2.sh: New file.
+       * emultempl/solaris2.em: New file.
+
+2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/11330
+       * ld.texinfo: Replace explicitely with explicitly.
+
+2010-02-27  Jie Zhang  <jie@codesourcery.com>
+
+       * scripttempl/armbpabi.sc: Don't combine .init_array.* or
+       .fini_array.* when do relocatable linking.
+       * scripttempl/elf.sc: Likewise.
+       * scripttempl/elf32sh-symbian.sc: Likewise.
+       * scripttempl/elf64hppa.sc: Likewise.
+       * scripttempl/elfxtensa.sc: Likewise.
+
+2010-02-26  Alan Modra  <amodra@gmail.com>
+
+       * scripttempl/elf.sc (.fini_array): Place input .fini_array after
+       .fini_array.*.
+       * scripttempl/armbpabi.sc: Likewise.
+       * scripttempl/elf32sh-symbian.sc: Likewise.
+       * scripttempl/elf64hppa.sc: Likewise.
+       * scripttempl/elfxtensa.sc: Likewise.
+
+2010-02-25  Alan Modra  <amodra@gmail.com>
+
+       PR ld/11304
+       * ldlang.c (init_os): Remove isec param.  Don't check for
+       bfd_section already set or call bfd_init_private_section_data
+       here.
+       (exp_init_os): Update init_os call.
+       (lang_add_section): Tidy.  Really don't set SEC_LINK_ONCE
+       flags.  Call bfd_init_private_section_data here.
+       (map_input_to_output_sections): Tidy.  Update init_os calls.
+       Use os->sectype to select sec flags for lang_data_statement.
+
+2010-02-23  Alan Modra  <amodra@gmail.com>
+
+       PR ld/11304
+       * ldlang.c: Revert last patch.
+
 2010-02-23  Nick Clifton  <nickc@redhat.com>
 
        * po/bg.po: Updated Bulgarian translation.
This page took 0.023388 seconds and 4 git commands to generate.