diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-14 15:45:23 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-14 15:45:23 -0700 |
commit | a5d87b3db4f40a0f07e41f1986ac7f330743a0e7 (patch) | |
tree | 1773767856d6fdd4f9424f90865ff92484c67f7a /sysdeps/unix/sysv/linux/i386/ld.abilist | |
parent | 039890a67818211dba8207feab3832b0fcc391d2 (diff) | |
download | glibc-a5d87b3db4f40a0f07e41f1986ac7f330743a0e7.tar glibc-a5d87b3db4f40a0f07e41f1986ac7f330743a0e7.tar.gz glibc-a5d87b3db4f40a0f07e41f1986ac7f330743a0e7.tar.bz2 glibc-a5d87b3db4f40a0f07e41f1986ac7f330743a0e7.zip |
x86: Move abilist files out of nptl/ subdirectories.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/ld.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/ld.abilist | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/ld.abilist b/sysdeps/unix/sysv/linux/i386/ld.abilist new file mode 100644 index 0000000000..75b0a81040 --- /dev/null +++ b/sysdeps/unix/sysv/linux/i386/ld.abilist @@ -0,0 +1,18 @@ +GLIBC_2.0 + GLIBC_2.0 A + __libc_memalign F + _r_debug D 0x14 + calloc F + free F + malloc F + realloc F +GLIBC_2.1 + GLIBC_2.1 A + __libc_stack_end D 0x4 + _dl_mcount F +GLIBC_2.3 + GLIBC_2.3 A + ___tls_get_addr F + __tls_get_addr F +GLIBC_2.4 + GLIBC_2.4 A |