x86: In ld.so, diagnose missing APX support in APX-only builds
[glibc.git] / gmon / Versions
blobcc705bd97829c655fb2856328b10bc6ae7ebc63c
1 libc {
2   GLIBC_2.0 {
3     # functions with special/multiple interfaces
4     _mcount;
6     # Profiling support
7     __monstartup; _mcleanup; __profile_frequency;
9     # m*
10     monstartup;
12     # p*
13     profil; profil_counter;
14   }
15   GLIBC_2.2 {
16     # m*
17     moncontrol;
18   }
19   GLIBC_2.2.3 {
20     sprofil;
21   }
22   GLIBC_2.31 {
23   }