From 18a1a992e09a0c3bfc61e6deb828d60a97b92b88 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Tue, 12 Oct 2010 18:39:36 +0000 Subject: * emultempl/solaris2.em (elf_solaris2_before_allocation): Renamed basever_syms to global_syms. Emit global_syms into .dynamic section for all executables and shared objects. (elf_solaris2_after_allocation): New function. (LDEMUL_AFTER_ALLOCATION): Use it. * emulparams/solaris2.sh: New file. * emulparams/elf32_sparc_sol2.sh: Use it. * emulparams/elf64_sparc_sol2.sh: Likewise. * emulparams/elf_i386_sol2.sh: Likewise. * emulparams/elf_x86_64_sol2.sh: Likewise. * Makefile.am (eelf32_sparc_sol2.c): Depend on $(srcdir)/emulparams/solaris2.sh. (eelf64_sparc_sol2.c): Likewise. (eelf_x86_64_sol2.c): Likewise. (eelf_i386_sol2.c): Likewise. * Makefile.in: Regenerate. --- ld/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ld/ChangeLog') diff --git a/ld/ChangeLog b/ld/ChangeLog index 24f3bc8..1751368 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,23 @@ +2010-10-12 Rainer Orth + + * emultempl/solaris2.em (elf_solaris2_before_allocation): Renamed + basever_syms to global_syms. + Emit global_syms into .dynamic section for all executables and + shared objects. + (elf_solaris2_after_allocation): New function. + (LDEMUL_AFTER_ALLOCATION): Use it. + * emulparams/solaris2.sh: New file. + * emulparams/elf32_sparc_sol2.sh: Use it. + * emulparams/elf64_sparc_sol2.sh: Likewise. + * emulparams/elf_i386_sol2.sh: Likewise. + * emulparams/elf_x86_64_sol2.sh: Likewise. + * Makefile.am (eelf32_sparc_sol2.c): Depend on + $(srcdir)/emulparams/solaris2.sh. + (eelf64_sparc_sol2.c): Likewise. + (eelf_x86_64_sol2.c): Likewise. + (eelf_i386_sol2.c): Likewise. + * Makefile.in: Regenerate. + 2010-10-06 Nick Clifton * ld.texinfo: Update description of computation of VMA and LMA -- cgit v1.1