1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Remove .ctors' and .dtors' output sections

This commit is contained in:
H.J. Lu
2010-12-24 20:14:37 -05:00
committed by Ulrich Drepper
parent 07eb4b716e
commit 4a531bb0b3
11 changed files with 209 additions and 159 deletions

View File

@ -93,7 +93,7 @@ _init (int argc, char **argv, char **envp)
__getopt_clean_environment (envp);
#endif
#ifdef SHARED
#if defined SHARED && !defined NO_CTORS_DTORS_SECTIONS
__libc_global_ctors ();
#endif
}