mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
ld.so: Remove __libc_memalign
It is no longer needed since commit 6c444ad6e9
(elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]).
Applications do not link against ld.so and will use the definition in
libc.so, so there is no ABI impact.
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
GLIBC_2.0 GLIBC_2.0 A
|
||||
GLIBC_2.0 __libc_memalign F
|
||||
GLIBC_2.0 _r_debug D 0x14
|
||||
GLIBC_2.0 calloc F
|
||||
GLIBC_2.0 free F
|
||||
|
@ -1,5 +1,4 @@
|
||||
GLIBC_2.0 GLIBC_2.0 A
|
||||
GLIBC_2.0 __libc_memalign F
|
||||
GLIBC_2.0 _r_debug D 0x14
|
||||
GLIBC_2.0 calloc F
|
||||
GLIBC_2.0 free F
|
||||
|
@ -1,5 +1,4 @@
|
||||
GLIBC_2.0 GLIBC_2.0 A
|
||||
GLIBC_2.0 __libc_memalign F
|
||||
GLIBC_2.0 _r_debug D 0x28
|
||||
GLIBC_2.0 calloc F
|
||||
GLIBC_2.0 free F
|
||||
|
Reference in New Issue
Block a user