aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMartin Sebor <msebor@redhat.com>2017-08-22 09:35:23 -0600
committerMartin Sebor <msebor@redhat.com>2017-08-22 09:35:23 -0600
commitee4e992ebe5f9712faedeefe8958b67d61eaa0f2 (patch)
treee9cef671641d8bed7842522ba6f05e6efb46a335 /ChangeLog
parent20962acbea349b372311a727621c860006be3fab (diff)
downloadglibc-ee4e992ebe5f9712faedeefe8958b67d61eaa0f2.tar
glibc-ee4e992ebe5f9712faedeefe8958b67d61eaa0f2.tar.gz
glibc-ee4e992ebe5f9712faedeefe8958b67d61eaa0f2.tar.bz2
glibc-ee4e992ebe5f9712faedeefe8958b67d61eaa0f2.zip
Declare ifunc resolver to return a pointer to the same type as the target
function to help GCC detect incompatibilities between the two when it's enhanced to do so.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3954f2513a..573bd51ab5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-22 Martin Sebor <msebor@redhat.com>
+
+ * include/libc-symbols.h (__ifunc_resolver): Declare resolver
+ to return a pointer to the same type as the target function.
+
2017-08-22 H.J. Lu <hongjiu.lu@intel.com>
[BZ #18822]