2.9
[glibc/nacl-glibc.git] / sysdeps / i386 / Versions
blobb0230d31cf566012ddaf9b701705118890c7e89b
1 libc {
2   GLIBC_2.0 {
3     # Functions from libgcc.
4     __divdi3; __moddi3; __udivdi3; __umoddi3;
5   }
6   GLIBC_2.1 {
7     # global variable
8     _fp_hw;
9   }
10   GLIBC_2.1.1 {
11     # extern inline functions used by <bits/string.h>
12     __memcpy_c; __memset_cc; __memset_cg; __memset_gg;
13     __memcpy_by2; __memcpy_by4; __memcpy_g; __mempcpy_by2; __mempcpy_by4;
14     __mempcpy_byn; __memset_ccn_by2; __memset_ccn_by4; __memset_gcn_by2;
15     __memset_gcn_by4; __stpcpy_g; __strcat_c; __strcat_g; __strchr_c;
16     __strchr_g; __strchrnul_c; __strchrnul_g; __strcmp_gg; __strcpy_g;
17     __strcspn_c1; __strcspn_cg; __strcspn_g; __strlen_g; __strncat_g;
18     __strncmp_g; __strncpy_by2; __strncpy_by4; __strncpy_byn; __strncpy_gg;
19     __strpbrk_cg; __strpbrk_g; __strrchr_c; __strrchr_g; __strspn_c1;
20     __strspn_cg; __strspn_g; __strstr_cg; __strstr_g;
21   }
23 libm {
24   GLIBC_2.1 {
25     # A generic bug got this omitted from other configurations' version
26     # sets, but we always had it.
27     exp2l;
28   }