Mention IFUNC for PPC.

This commit is contained in:
Ulrich Drepper 2009-10-30 00:41:33 -07:00
parent 77799d9d9b
commit 51a71cf063
1 changed files with 2 additions and 0 deletions

2
NEWS
View File

@ -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).