about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/powerpc/init-first.c
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2010-12-24 20:14:37 -0500
committerH.J. Lu <hjl.tools@gmail.com>2013-01-28 09:58:32 -0800
commit91a47ba45fc70b7fce405f05b0543296a4509aa1 (patch)
tree2b0509bc5a2f0a562187d43f1f08dae5a5b9480c /sysdeps/mach/hurd/powerpc/init-first.c
parentdf79688ef6f6c746ecb4cc2e212780832e2f9c87 (diff)
downloadglibc-hjl/ctor/release/2.11.tar.gz
glibc-hjl/ctor/release/2.11.tar.xz
glibc-hjl/ctor/release/2.11.zip
Remove `.ctors' and `.dtors' output sections hjl/ctor/release/2.11
Conflicts:
	ChangeLog
	configure
Diffstat (limited to 'sysdeps/mach/hurd/powerpc/init-first.c')
-rw-r--r--sysdeps/mach/hurd/powerpc/init-first.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/powerpc/init-first.c b/sysdeps/mach/hurd/powerpc/init-first.c
index 20fa1d4f12..21b5054b0a 100644
--- a/sysdeps/mach/hurd/powerpc/init-first.c
+++ b/sysdeps/mach/hurd/powerpc/init-first.c
@@ -82,7 +82,7 @@ posixland_init (int argc, char **argv, char **envp)
   __getopt_clean_environment (__environ);
 #endif
 
-#ifdef SHARED
+#if defined SHARED && !defined NO_CTORS_DTORS_SECTIONS
   __libc_global_ctors ();
 #endif
 }