From: Javier Pello Date: Tue, 27 Sep 2022 18:08:47 +0000 (+0200) Subject: Add NEWS entry for legacy hwcaps removal X-Git-Tag: glibc-2.37~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78d9a1620b840deb0880686e4159eaf70708866a;p=thirdparty%2Fglibc.git Add NEWS entry for legacy hwcaps removal Add a NEWS entry noting the removal of the legacy hwcaps search mechanism for shared objects. Signed-off-by: Javier Pello Reviewed-by: Adhemerval Zanella --- diff --git a/NEWS b/NEWS index a64d3eff260..0252e082da8 100644 --- a/NEWS +++ b/NEWS @@ -16,7 +16,10 @@ Major new features: Deprecated and removed features, and other changes affecting compatibility: - [Add deprecations, removals and changes affecting compatibility here] +* The dynamic linker no longer no longer loads shared objects from the "tls" + subdirectories on the library search path or the subdirectory that + corresponds to the AT_PLATFORM system name, or employs the legacy AT_HWCAP + search mechanism, which was deprecated in version 2.33. Changes to build and runtime requirements: