mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 09:40:13 +00:00
3a0ecccb59
Exporting functions and relying on symbol interposition from libc.so
makes the choice of implementation dependent on DT_NEEDED order, which
is not what some compiler drivers expect.
This commit replaces one magic mechanism (symbol interposition) with
another one (preprocessor-/compiler-based redirection). This makes
the hand-over from the minimal malloc to the full malloc more
explicit.
Removing the ABI symbols is backwards-compatible because libc.so is
always in scope, and the dynamic loader will find the malloc-related
symbols there since commit
|
||
---|---|---|
.. | ||
arch-syscall.h | ||
c++-types.data | ||
fstatfs64.c | ||
fts64.c | ||
fts.c | ||
ftw64.c | ||
ftw.c | ||
ioctl.S | ||
jmp_buf-macros.h | ||
ld.abilist | ||
libc.abilist | ||
libresolv.abilist | ||
posix_fadvise64.c | ||
sendfile64.c | ||
statfs64.c | ||
syscalls.list |