From: H.J. Lu Date: Wed, 21 Apr 2004 23:17:43 +0000 (+0000) Subject: crtend.asm: Move pointer to __do_global_ctors_aux in .init_array section to ... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e24e0aa7fb4a0e9bc5f6977be63bde9b57d9fce4;p=gcc.git crtend.asm: Move pointer to __do_global_ctors_aux in .init_array section to ... 2004-04-21 H.J. Lu * config/ia64/crtend.asm: Move pointer to __do_global_ctors_aux in .init_array section to ... * config/ia64/crtbegin.asm: Here. * config/ia64/crtend.asm: Mark __do_global_ctors_aux global and hidden if HAVE_INITFINI_ARRAY is defined. From-SVN: r80986 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eab618e1998..586132ff890 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2004-04-21 H.J. Lu + + PR target/14813 + * config/ia64/crtend.asm: Move pointer to __do_global_ctors_aux + in .init_array section to ... + * config/ia64/crtbegin.asm: Here. + + * config/ia64/crtend.asm: Mark __do_global_ctors_aux global + and hidden if HAVE_INITFINI_ARRAY is defined. + 2004-04-21 James E Wilson * Makefile.in (fixinc.sh): Don't set or export WARN_CFLAGS. Fix diff --git a/gcc/config/ia64/crtbegin.asm b/gcc/config/ia64/crtbegin.asm index 540cee2801f..494def7fd81 100644 --- a/gcc/config/ia64/crtbegin.asm +++ b/gcc/config/ia64/crtbegin.asm @@ -62,6 +62,7 @@ __dso_handle: .section .init_array, "a" data8 @fptr(__do_jv_register_classes) + data8 @fptr(__do_global_ctors_aux) #else /* !HAVE_INITFINI_ARRAY */ /* diff --git a/gcc/config/ia64/crtend.asm b/gcc/config/ia64/crtend.asm index 885e0f946e5..8984d88f3d6 100644 --- a/gcc/config/ia64/crtend.asm +++ b/gcc/config/ia64/crtend.asm @@ -34,10 +34,8 @@ __JCR_END__: data8 0 #ifdef HAVE_INITFINI_ARRAY - -.section .init_array, "a" - data8 @fptr(__do_global_ctors_aux) - + .global __do_global_ctors_aux + .hidden __do_global_ctors_aux #else /* !HAVE_INITFINI_ARRAY */ /* * Fragment of the ELF _init routine that invokes our dtor cleanup.