lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | libc { |
2 | GLIBC_2.19 { | ||||
3 | setjmp; _setjmp; __sigsetjmp; | ||||
4 | longjmp; _longjmp; siglongjmp; | ||||
5 | } | ||||
6 | } | ||||
7 | |||||
8 | ld { | ||||
9 | GLIBC_2.3 { | ||||
10 | # runtime interface to TLS | ||||
11 | __tls_get_offset; | ||||
12 | } | ||||
13 | GLIBC_PRIVATE { | ||||
14 | # Exported by ld used by libc. | ||||
15 | __tls_get_addr_internal; | ||||
16 | } | ||||
17 | } |