From: Ulrich Drepper Date: Mon, 1 Jun 2009 06:50:25 +0000 (-0700) Subject: Describe latest IFUNC changes. X-Git-Tag: fedora/glibc-2.10.90-1~8^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8706f70723b63d54cdeac0362b5db69db0459e2;p=thirdparty%2Fglibc.git Describe latest IFUNC changes. --- diff --git a/NEWS b/NEWS index 5393e73ee7a..5ca4e6058da 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2009-5-15 +GNU C Library NEWS -- history of user-visible changes. 2009-5-31 Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc. See the end for copying conditions. @@ -10,6 +10,9 @@ Version 2.11 * checking version of longjmp added that fails if an uninitialized stack frame would be created. Implemented by Ulrich Drepper. +* STT_GNU_IFUNC is now supported in static executables. + Implemented by H.J. Lu. + Version 2.10