linux: mips: Fix syscall_cancell build for __mips_isa_rev >= 6
[glibc.git] / sysdeps / powerpc / Versions
blob575f7317bf231543774d7eccb44d692c2f960fd4
1 libm {
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   }
11 libc {
12   GLIBC_2.3.4 {
13     _longjmp; __sigsetjmp; _setjmp;
14     longjmp; setjmp;
15   }
18 ld {
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   GLIBC_2.39 {
28     # Symbol used to version control when the ABI started to specify that
29     # HWCAP3 and HWCAP4 are stored in the TCB.
30     __parse_hwcap_3_4_and_convert_at_platform;
31   }