diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-11-30 16:23:58 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-11-30 16:23:58 +0100 |
commit | b04beebf0731c0da49bf9113bf299acf56e4c2e5 (patch) | |
tree | e9d30cedb0a14f36f23dcab98641603c2cbe92dc /sysdeps/unix/sysv/linux/s390/s390-64 | |
parent | 9e78f6f6e7134a5f299cc8de77370218f8019237 (diff) | |
download | glibc-b04beebf0731c0da49bf9113bf299acf56e4c2e5.tar glibc-b04beebf0731c0da49bf9113bf299acf56e4c2e5.tar.gz glibc-b04beebf0731c0da49bf9113bf299acf56e4c2e5.tar.bz2 glibc-b04beebf0731c0da49bf9113bf299acf56e4c2e5.zip |
ld.so: Remove __libc_memalign
It is no longer needed since commit 6c444ad6e953dbdf9c7be065308a0a777
(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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/s390-64')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist b/sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist index c2e0d9660a..5e604f5376 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist +++ b/sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist @@ -1,5 +1,4 @@ GLIBC_2.2 GLIBC_2.2 A -GLIBC_2.2 __libc_memalign F GLIBC_2.2 __libc_stack_end D 0x8 GLIBC_2.2 _dl_mcount F GLIBC_2.2 _r_debug D 0x28 |