diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-31 23:50:25 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-31 23:50:25 -0700 |
commit | b8706f70723b63d54cdeac0362b5db69db0459e2 (patch) | |
tree | 4d87a900178f007b2502fa7378e81a9d96ef2e15 | |
parent | 8ea237293664aed37ab77d53604b01e01bb7ec6f (diff) | |
download | glibc-b8706f70723b63d54cdeac0362b5db69db0459e2.tar.gz glibc-b8706f70723b63d54cdeac0362b5db69db0459e2.tar.xz glibc-b8706f70723b63d54cdeac0362b5db69db0459e2.zip |
Describe latest IFUNC changes.
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 5393e73ee7..5ca4e6058d 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 |