clarify the purpose of this project
[nyanglibc.git] / ld.versions.map
blobf2d3cc8c1e3fc51161019cd8907d178ae7090ddc
1 GLIBC_2.2.5 {
2   global:
3     __libc_stack_end;
4     _dl_mcount;
5     _r_debug;
6   local:
7     *;
8 };
9 GLIBC_2.3 {
10   global:
11     __tls_get_addr;
12 } GLIBC_2.2.5;
13 GLIBC_2.4 {
14   global:
15     __stack_chk_guard;
16 } GLIBC_2.3;
17 GLIBC_PRIVATE {
18   global:
19     __libc_enable_secure;
20     __pointer_chk_guard;
21     __tunable_get_val;
22     _dl_allocate_tls; _dl_allocate_tls_init;
23     _dl_argv; _dl_find_dso_for_object; _dl_get_tls_static_info;
24     _dl_deallocate_tls; _dl_make_stack_executable;
25     _dl_debug_state;
26     _dl_exception_create; _dl_exception_create_format; _dl_exception_free;
27     _dl_rtld_di_serinfo; _dl_starting_up; _dl_fatal_printf;
28     _dl_signal_error; _dl_catch_error;
29     _dl_signal_exception; _dl_catch_exception;
30     _dl_x86_get_cpu_features;
31     _rtld_global; _rtld_global_ro;
32 } GLIBC_2.4;