Add prelink removal plan on NEWS

Message ID 20220124185823.841639-1-adhemerval.zanella@linaro.org
State Superseded
Headers
Series Add prelink removal plan on NEWS |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent
dj/TryBot-32bit success Build for i686

Commit Message

Adhemerval Zanella Netto Jan. 24, 2022, 6:58 p.m. UTC
  ---
 NEWS | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Carlos O'Donell Jan. 27, 2022, 4:59 a.m. UTC | #1
On 1/24/22 13:58, Adhemerval Zanella wrote:
> ---
>  NEWS | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/NEWS b/NEWS
> index 07e9eac52d..a36618af03 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -153,6 +153,9 @@ Deprecated and removed features, and other changes affecting compatibility:
>    been removed.  There are widely-deployed out-of-process alternatives for
>    catching coredumps and backtraces.
>  
> +* The prelink support will be removed in the next release, along with
> +  LD_TRACE_PRELINKING and LD_USE_LOAD_BIAS environment variables.

Suggest:

* Support for prelink will be removed in the next release; this includes removal of
  the LD_TRACE_PRELINKING, and LD_USE_LOAD_BIAS, environment variables and their 
  functionality in the dynamic loader.

Repost v2?

> +
>  Changes to build and runtime requirements:
>  
>    [Add changes to build and runtime requirements here]
  

Patch

diff --git a/NEWS b/NEWS
index 07e9eac52d..a36618af03 100644
--- a/NEWS
+++ b/NEWS
@@ -153,6 +153,9 @@  Deprecated and removed features, and other changes affecting compatibility:
   been removed.  There are widely-deployed out-of-process alternatives for
   catching coredumps and backtraces.
 
+* The prelink support will be removed in the next release, along with
+  LD_TRACE_PRELINKING and LD_USE_LOAD_BIAS environment variables.
+
 Changes to build and runtime requirements:
 
   [Add changes to build and runtime requirements here]