about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist
Commit message (Collapse)AuthorAgeFilesLines
* ld.so: Remove __libc_memalignFlorian Weimer2016-11-301-1/+0
| | | | | | | 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.
* Simplify the abilist formatFlorian Weimer2015-11-061-15/+12
| | | | | | | | | | | | | | | The new format lists the version on each line, as in: VERSION SYMBOL TYPE [VALUE] This makes it easier to process the files with line-oriented tools. The abilist files were converted with this awk script: /^[^ ]/ { version = $1 } /^ / { print version, substr($0, 2) } And sorted under the "C" locale with sort.
* S390: Consolidate nptl/ subdirectories under linux/...Roland McGrath2014-06-261-0/+15