lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 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 | |
| 14 | # Helper routines |
| 15 | __gnu_Unwind_Find_exidx; |
| 16 | } |
| 17 | GLIBC_2.8 { |
| 18 | __gnu_mcount_nc; |
| 19 | } |
| 20 | GLIBC_2.19 { |
| 21 | # This set has to exist in some Versions file so we can use 2.19 in |
| 22 | # SHLIB_COMPAT. Since it didn't exist anywhere else, we add it here. |
| 23 | } |
| 24 | } |