AArch64: Optimize memcmp
[glibc.git] / elf / Versions
blob775aab62af500f6c40c9feb559d082242d9aa8c9
1 libc {
2   GLIBC_2.0 {
3 %ifdef EXPORT_UNWIND_FIND_FDE
4     __deregister_frame_info; __register_frame_info;
5 %endif
6   }
7   GLIBC_2.1 {
8     # functions used in other libraries
9     _dl_mcount_wrapper; _dl_mcount_wrapper_check;
10   }
11   GLIBC_2.2.4 {
12     dl_iterate_phdr;
13   }
14 %ifdef EXPORT_UNWIND_FIND_FDE
15   # Needed for SHLIB_COMPAT calls using this version.
16   GLIBC_2.2.5 {
17   }
18   GCC_3.0 {
19     __deregister_frame_info_bases; __register_frame_info_bases;
20     __register_frame_info_table_bases; _Unwind_Find_FDE;
21   }
22 %endif
23   GLIBC_PRIVATE {
24     # functions used in other libraries
25     __libc_early_init;
27     # Internal error handling support.  Interposes the functions in ld.so.
28     _dl_signal_exception; _dl_catch_exception;
29     _dl_signal_error; _dl_catch_error;
30   }
33 ld {
34   GLIBC_2.0 {
35     _r_debug;
36   }
37   GLIBC_2.1 {
38     # functions used in other libraries
39     _dl_mcount;
40     # historically used by Garbage Collectors
41     __libc_stack_end;
42   }
43   GLIBC_2.3 {
44     # runtime interface to TLS
45     __tls_get_addr;
46   }
47   GLIBC_2.4 {
48     # stack canary
49     __stack_chk_guard;
50   }
51   GLIBC_PRIVATE {
52     # Those are in the dynamic linker, but used by libc.so.
53     __libc_enable_secure;
54     _dl_allocate_tls; _dl_allocate_tls_init;
55     _dl_argv; _dl_find_dso_for_object; _dl_get_tls_static_info;
56     _dl_deallocate_tls; _dl_make_stack_executable;
57     _dl_rtld_di_serinfo; _dl_starting_up; _dl_fatal_printf;
58     _rtld_global; _rtld_global_ro;
60     # Only here for gdb while a better method is developed.
61     _dl_debug_state;
63     # Pointer protection.
64     __pointer_chk_guard;
66     # Internal error handling support.
67     _dl_exception_create; _dl_exception_create_format; _dl_exception_free;
69     # Internal error handling support.  Interposed by libc.so.
70     _dl_signal_exception; _dl_catch_exception;
71     _dl_signal_error; _dl_catch_error;
73     # Set value of a tunable.
74     __tunable_get_val;
75   }