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 /elf/dl-support.c | |
parent | d7703d3176d225d5743b21811d888619eba39e82 (diff) | |
download | glibc-144761540a1e40b85997d195d9a226a500531dc9.tar.gz glibc-144761540a1e40b85997d195d9a226a500531dc9.tar.xz glibc-144761540a1e40b85997d195d9a226a500531dc9.zip |
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 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index 0fff62064a..1977a2be76 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -54,7 +54,6 @@ size_t _dl_platformlen; int _dl_debug_mask; int _dl_lazy; -ElfW(Addr) _dl_use_load_bias = -2; int _dl_dynamic_weak; /* If nonzero print warnings about problematic situations. */ |