diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-03-02 20:11:27 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-03-02 20:11:27 +0100 |
commit | 69e0a87cc4c570e3b7218392fc3e743b5bddcce2 (patch) | |
tree | 3f348444a8d3ea84015d9282c7dbc9e341eb4aab /sysdeps/x86_64 | |
parent | 93cf93e06ce123439e41d3d62790601c313134cb (diff) | |
download | glibc-69e0a87cc4c570e3b7218392fc3e743b5bddcce2.tar.gz glibc-69e0a87cc4c570e3b7218392fc3e743b5bddcce2.tar.xz glibc-69e0a87cc4c570e3b7218392fc3e743b5bddcce2.zip |
Document and fix --enable-bind-now [BZ #21015]
(cherry picked from commit 2d6ab5df3b675e96ee587ae6a8c2ce004c6b1ba9)
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r-- | sysdeps/x86_64/localplt.data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/localplt.data b/sysdeps/x86_64/localplt.data index 014a9f4554..a1840cff31 100644 --- a/sysdeps/x86_64/localplt.data +++ b/sysdeps/x86_64/localplt.data @@ -8,7 +8,7 @@ libc.so: free + RELA R_X86_64_GLOB_DAT libc.so: malloc + RELA R_X86_64_GLOB_DAT libc.so: memalign + RELA R_X86_64_GLOB_DAT libc.so: realloc + RELA R_X86_64_GLOB_DAT -libm.so: matherr +libm.so: matherr + RELA R_X86_64_GLOB_DAT # The main malloc is interposed into the dynamic linker, for # allocations after the initial link (when dlopen is used). ld.so: malloc + RELA R_X86_64_GLOB_DAT |