Versions 652 B

123456789101112131415161718192021222324
  1. libc {
  2. GLIBC_2.4 {
  3. # ARM EABI compatibility routines
  4. __aeabi_assert;
  5. __aeabi_atexit;
  6. __aeabi_errno_addr;
  7. __aeabi_localeconv;
  8. __aeabi_MB_CUR_MAX;
  9. __aeabi_memclr; __aeabi_memclr4; __aeabi_memclr8;
  10. __aeabi_memcpy; __aeabi_memcpy4; __aeabi_memcpy8;
  11. __aeabi_memmove; __aeabi_memmove4; __aeabi_memmove8;
  12. __aeabi_memset; __aeabi_memset4; __aeabi_memset8;
  13. # Helper routines
  14. __gnu_Unwind_Find_exidx;
  15. }
  16. GLIBC_2.8 {
  17. __gnu_mcount_nc;
  18. }
  19. GLIBC_2.19 {
  20. # This set has to exist in some Versions file so we can use 2.19 in
  21. # SHLIB_COMPAT. Since it didn't exist anywhere else, we add it here.
  22. }
  23. }