about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-08-13 12:47:47 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-13 12:47:47 -0400
commit1dc277048c82f5445031b9273114a6a5c505abd8 (patch)
tree6f2e37cf450e5f21abe0c2c090d276d493426880 /ChangeLog
parentf9ddf089f124279836930692b9cd7bc807e60088 (diff)
downloadglibc-1dc277048c82f5445031b9273114a6a5c505abd8.tar.gz
glibc-1dc277048c82f5445031b9273114a6a5c505abd8.tar.xz
glibc-1dc277048c82f5445031b9273114a6a5c505abd8.zip
Fix caller information of NSS modules
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4abdcc1a7..8d2f204dcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
 
+	* elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
+	(do_dlopen): Pass caller_dlopen to dl_open.
+	(__libc_dlopen_mode): Initialize caller_dlopen.
+
 	* intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
 	of libc.  Make tolower call locale-independent.  Optimize a bit by
 	using isdigit instead of isalnum.