summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2013-06-26 19:14:29 +0100
committerMaciej W. Rozycki <macro@codesourcery.com>2013-06-26 19:14:29 +0100
commitb0037103771cc02e092884c39aa9e4982073099a (patch)
tree0d9b4bdc78f2da080b392248c06055844a1520d8 /ChangeLog
parentc18c701d030e28698e6faee9c6d3b8b80d0e2302 (diff)
downloadglibc-b0037103771cc02e092884c39aa9e4982073099a.tar.gz
glibc-b0037103771cc02e092884c39aa9e4982073099a.tar.xz
glibc-b0037103771cc02e092884c39aa9e4982073099a.zip
[BZ #15022] Avoid repeated calls to DL_STATIC_INIT for the same module.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bc2ddc26b..64f2fe37b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
+
+	[BZ #15022]
+	* elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
+	over to...
+	(dl_open_worker) [!SHARED]: ... here.
+
 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
 
 	* elf/elf.h (AT_HWCAP2): Add a new a_type entry.