]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Mention IFUNC for PPC.
authorUlrich Drepper <drepper@redhat.com>
Fri, 30 Oct 2009 07:41:33 +0000 (00:41 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 Oct 2009 07:41:33 +0000 (00:41 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 04a6b8c6bf3861853fb4655cdc2b225a2905ced3..30af08de26966286f77ea34c06568ccd4fb7b255 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@ Version 2.11
 * STT_GNU_IFUNC is now supported in static executables.
   Implemented by H.J. Lu.
 
+* STT_GNU_IFUNC implemented for PPC by Alan Modra.
+
 * New optimized string functions for x86-64: strstr, strcasestr, memcmp,
   strcspn, strpbrk, strspn, strcpy, stpcpy, strncpy, strcmp (SSE2, SSE4.2),
   strncmp (SSE2, SSE4.2), strchr (SSE4.2), strrchr (SSE4.2).