1libm {
2  GLIBC_2.1 {
3    # symbols used in macros from sysdeps/powerpc/bits/fenv.h
4    __fe_dfl_env; __fe_enabled_env; __fe_nonieee_env; __fe_nomask_env;
5  }
6  GLIBC_2.25 {
7    __fe_dfl_mode;
8  }
9}
10
11libc {
12  GLIBC_2.3.4 {
13    _longjmp; __sigsetjmp; _setjmp;
14    longjmp; setjmp;
15  }
16}
17
18ld {
19  GLIBC_2.22 {
20    __tls_get_addr_opt;
21  }
22  GLIBC_2.23 {
23    # Symbol used to version control when the ABI started to specify that HWCAP
24    # and AT_PLATFORM data should be stored into the TCB.
25    __parse_hwcap_and_convert_at_platform;
26  }
27}
28