about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-10-21 06:23:42 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-21 06:23:42 -0700
commitbc5e8462188bdd9919e804fbba44e4b983b7724a (patch)
treea1c40bc8897a1186452fd80b91f0b3cf7561cb7e /ChangeLog
parentb7805d0ba8948fcf5e406bf52530d9aba99f5954 (diff)
downloadglibc-bc5e8462188bdd9919e804fbba44e4b983b7724a.tar.gz
glibc-bc5e8462188bdd9919e804fbba44e4b983b7724a.tar.xz
glibc-bc5e8462188bdd9919e804fbba44e4b983b7724a.zip
Handle IFUNC symbols in dlsym.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2857d88177..ccbb625461 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-21  Andreas Schwab  <schwab@redhat.com>
+
+	* elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
+
 2009-10-19  Andreas Schwab  <schwab@redhat.com>
 
 	* include/math.h: Add hidden protos for __exp/__expf/__expl.