diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 00:41:33 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 00:41:33 -0700 |
commit | 51a71cf063505d689337cf998670691a0a4b2410 (patch) | |
tree | 88ecf5606456ad67871820037175d97108f6a612 /NEWS | |
parent | 77799d9d9b3f9c937bd6de035b724b9b272c9227 (diff) | |
download | glibc-51a71cf063505d689337cf998670691a0a4b2410.tar.gz glibc-51a71cf063505d689337cf998670691a0a4b2410.tar.xz glibc-51a71cf063505d689337cf998670691a0a4b2410.zip |
Mention IFUNC for PPC.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
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). |