Versions 401 B

1234567891011121314151617181920
  1. libc {
  2. GLIBC_2.14 {
  3. memcpy;
  4. }
  5. GLIBC_2.13 {
  6. __fentry__;
  7. }
  8. GLIBC_ABI_DT_X86_64_PLT {
  9. # This symbol is used only for empty version map and will be removed
  10. # by scripts/versions.awk.
  11. __placeholder_only_for_empty_version_map;
  12. }
  13. }
  14. libm {
  15. GLIBC_2.1 {
  16. # A generic bug got this omitted from other configurations' version
  17. # sets, but we always had it.
  18. exp2l;
  19. }
  20. }