mirror of git://sourceware.org/git/glibc.git
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
|
||
|---|---|---|
| .. | ||
| abiv2 | ||
| bits | ||
| sys | ||
| Implies | ||
| Makefile | ||
| Versions | ||
| arch-syscall.h | ||
| c++-types.data | ||
| configure | ||
| configure.ac | ||
| jmp_buf-macros.h | ||
| kernel-features.h | ||
| ld.abilist | ||
| ldconfig.h | ||
| libBrokenLocale.abilist | ||
| libanl.abilist | ||
| libc.abilist | ||
| libcrypt.abilist | ||
| libdl.abilist | ||
| libm.abilist | ||
| libpthread.abilist | ||
| libresolv.abilist | ||
| librt.abilist | ||
| libthread_db.abilist | ||
| libutil.abilist | ||
| localplt.data | ||
| makecontext.c | ||
| register-dump.h | ||
| shlib-versions | ||
| sigcontextinfo.h | ||
| syscalls.list | ||
| sysdep.h | ||