Versions 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ld {
  2. GLIBC_2.3 {
  3. # The alternative i386 runtime interface to TLS.
  4. ___tls_get_addr;
  5. }
  6. }
  7. libc {
  8. GLIBC_2.0 {
  9. # Functions from libgcc.
  10. __divdi3; __moddi3; __udivdi3; __umoddi3;
  11. }
  12. GLIBC_2.1 {
  13. # global variable
  14. _fp_hw;
  15. }
  16. GLIBC_2.1.1 {
  17. # extern inline functions used by <bits/string.h>
  18. __memcpy_c; __memset_cc; __memset_cg; __memset_gg;
  19. __memcpy_by2; __memcpy_by4; __memcpy_g; __mempcpy_by2; __mempcpy_by4;
  20. __mempcpy_byn; __memset_ccn_by2; __memset_ccn_by4; __memset_gcn_by2;
  21. __memset_gcn_by4; __stpcpy_g; __strcat_c; __strcat_g; __strchr_c;
  22. __strchr_g; __strchrnul_c; __strchrnul_g; __strcmp_gg; __strcpy_g;
  23. __strcspn_c1; __strcspn_cg; __strcspn_g; __strlen_g; __strncat_g;
  24. __strncmp_g; __strncpy_by2; __strncpy_by4; __strncpy_byn; __strncpy_gg;
  25. __strpbrk_cg; __strpbrk_g; __strrchr_c; __strrchr_g; __strspn_c1;
  26. __strspn_cg; __strspn_g; __strstr_cg; __strstr_g;
  27. }
  28. GLIBC_2.13 {
  29. __fentry__;
  30. }
  31. GLIBC_ABI_GNU_TLS {
  32. # This symbol is used only for empty version map and will be removed
  33. # by scripts/versions.awk.
  34. __placeholder_only_for_empty_version_map;
  35. }
  36. }
  37. libm {
  38. GLIBC_2.1 {
  39. # A generic bug got this omitted from other configurations' version
  40. # sets, but we always had it.
  41. exp2l;
  42. }
  43. }