diff options
author | Javier Pello <devel@otheo.eu> | 2022-09-27 20:08:47 +0200 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-10-06 07:59:48 -0300 |
commit | 78d9a1620b840deb0880686e4159eaf70708866a (patch) | |
tree | 14b6737eab09fa48f8df32d192d821b6808c7f4b | |
parent | cfbf883db36727a84ef7929af49ef68c195b5972 (diff) | |
download | glibc-78d9a1620b840deb0880686e4159eaf70708866a.zip glibc-78d9a1620b840deb0880686e4159eaf70708866a.tar.gz glibc-78d9a1620b840deb0880686e4159eaf70708866a.tar.bz2 |
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 <devel@otheo.eu>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: |