about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 04a6b8c6bf..30af08de26 100644
--- 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).