diff options
author | Carlos O'Donell <carlos@redhat.com> | 2022-04-12 13:26:10 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2022-04-12 13:26:10 -0400 |
commit | 2fe48f52833cf698374a9e607e447edec892e5c9 (patch) | |
tree | 39cf48101d13e0a6cd585a7b8af416e8b595cade /NEWS | |
parent | 707efc2955a90299d8af8211756e2256fbc20c6e (diff) | |
download | glibc-2fe48f52833cf698374a9e607e447edec892e5c9.zip glibc-2fe48f52833cf698374a9e607e447edec892e5c9.tar.gz glibc-2fe48f52833cf698374a9e607e447edec892e5c9.tar.bz2 |
NEWS: Move PLT tracking slowdown to glibc 2.35.
In commit 063f9ba220f434c7f30dd65c4cff17c0c458a7cf the NEWS section
was accidentally added to the glibc 2.34 NEWS section. The NEWS entry
should have been added to glibc 2.35 which contained the committed
fix. This moves the NEWS entry to correct section.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -165,6 +165,9 @@ Major new features: fortification balanced against additional runtime cost (checking non-constant bounds). +* The audit libraries will avoid unnecessary slowdown if it is not required + PLT tracking (by not implementing the la_pltenter or la_pltexit callbacks). + Deprecated and removed features, and other changes affecting compatibility: * On x86-64, the LD_PREFER_MAP_32BIT_EXEC environment variable support @@ -464,9 +467,6 @@ Major new features: execute programs that do not have any dynamic dependency (that is, they are statically linked). This feature is Linux-specific. -* The audit libraries will avoid unnecessary slowdown if it is not required - PLT tracking (by not implementing the la_pltenter or la_pltexit callbacks). - Deprecated and removed features, and other changes affecting compatibility: * The function pthread_mutex_consistent_np has been deprecated; programs |