about summary refs log tree commit diff
path: root/ChangeLog.ctor
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 /ChangeLog.ctor
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 'ChangeLog.ctor')
-rw-r--r--ChangeLog.ctor14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.ctor b/ChangeLog.ctor
new file mode 100644
index 0000000000..f65681870c
--- /dev/null
+++ b/ChangeLog.ctor
@@ -0,0 +1,14 @@
+2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
+	* configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
+	script has SORT_BY_INIT_PRIORITY.
+	* elf/sofini.c: Remove `.ctors' and `.dtors' sections if
+	NO_CTORS_DTORS_SECTIONS is defined.
+	* elf/soinit.c: Likewise.
+	* sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
+	NO_CTORS_DTORS_SECTIONS is defined.
+	* sysdeps/mach/hurd/i386/init-first.c: Likewise.
+	* sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
+	* sysdeps/sh/init-first.c: Likewise.
+	* sysdeps/unix/sysv/linux/init-first.c: Likewise.