Message ID | 20220128175208.161957-1-adhemerval.zanella@linaro.org |
---|---|
State | Committed |
Commit | be211e0922faba196d780565875b4617cc9839aa |
Headers | show |
Series | [v2] Add prelink removal plan on NEWS | expand |
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 |
On 1/28/22 12:52, Adhemerval Zanella wrote: > --- > NEWS | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/NEWS b/NEWS > index 07e9eac52d..984baae694 100644 > --- a/NEWS > +++ b/NEWS > @@ -153,6 +153,10 @@ Deprecated and removed features, and other changes affecting compatibility: > been removed. There are widely-deployed out-of-process alternatives for > catching coredumps and backtraces. > > +* 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. OK for glibc 2.35. Reviewed-by: Carlos O'Donell <carlos@redhat.com> > + > Changes to build and runtime requirements: > > [Add changes to build and runtime requirements here]
diff --git a/NEWS b/NEWS index 07e9eac52d..984baae694 100644 --- a/NEWS +++ b/NEWS @@ -153,6 +153,10 @@ Deprecated and removed features, and other changes affecting compatibility: been removed. There are widely-deployed out-of-process alternatives for catching coredumps and backtraces. +* 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. + Changes to build and runtime requirements: [Add changes to build and runtime requirements here]