summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-27 03:01:36 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-27 03:01:36 +0000
commite49dc847d2059e96949ce9ad0b3338c7337eaec9 (patch)
tree9406258ec086951d90a2b14098e2eab7e005ac60 /ChangeLog
parent1ac03a1e44079a28f9dd55bfc80b6496618c5147 (diff)
[BZ #10087]
* elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access result of lookup to make call to implement STT_GNU_IFUNC. (_dl_profile_fixup): Likewise. Patch by H.J. Lu <hjl.tools@gmail.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8419b29a44..eb561bd7de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-04-26 Ulrich Drepper <drepper@redhat.com>
+ [BZ #10087]
+ * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
+ result of lookup to make call to implement STT_GNU_IFUNC.
+ (_dl_profile_fixup): Likewise.
+ Patch by H.J. Lu <hjl.tools@gmail.com>.
+
* nscd/connections.c (send_ro_fd): Define temporary variable to avoid
warning.