From: Ulrich Drepper Date: Fri, 30 Oct 2009 07:41:33 +0000 (-0700) Subject: Mention IFUNC for PPC. X-Git-Tag: fedora/glibc-2.10.90-27~3^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51a71cf063505d689337cf998670691a0a4b2410;p=thirdparty%2Fglibc.git Mention IFUNC for PPC. --- diff --git a/NEWS b/NEWS index 04a6b8c6bf3..30af08de269 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).