]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add NEWS entry for legacy hwcaps removal
authorJavier Pello <devel@otheo.eu>
Tue, 27 Sep 2022 18:08:47 +0000 (20:08 +0200)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 6 Oct 2022 10:59:48 +0000 (07:59 -0300)
Add a NEWS entry noting the removal of the legacy hwcaps search
mechanism for shared objects.

Signed-off-by: Javier Pello <devel@otheo.eu>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
NEWS

diff --git a/NEWS b/NEWS
index a64d3eff2603127a5edccbaee60b6909fd25d3ef..0252e082da807ae3f53904c491ef47cb8dc6a01f 100644 (file)
--- 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: