diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-13 18:04:49 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-02-10 09:18:15 -0300 |
commit | 144761540a1e40b85997d195d9a226a500531dc9 (patch) | |
tree | 411791f3a2c8c5f7d838aa6e043d141e97f0523d /NEWS | |
parent | d7703d3176d225d5743b21811d888619eba39e82 (diff) | |
download | glibc-144761540a1e40b85997d195d9a226a500531dc9.zip glibc-144761540a1e40b85997d195d9a226a500531dc9.tar.gz glibc-144761540a1e40b85997d195d9a226a500531dc9.tar.bz2 |
elf: Remove LD_USE_LOAD_BIAS
It is solely for prelink with PIE executables [1].
[1] https://sourceware.org/legacy-ml/libc-hacker/2003-11/msg00127.html
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -197,6 +197,9 @@ Deprecated and removed features, and other changes affecting compatibility: functionality to obtain the program mapping address can be achieved by using LD_TRACE_LOADED_OBJECTS to value of 2. +* The LD_USE_LOAD_BIAS has been removed. The variable was mainly used to + support prelink PIE binaries. + Changes to build and runtime requirements: * The audit module interface version LAV_CURRENT is increased to enable |