Update.
[glibc.git] / elf / Versions
blobaf4f4b84a8169430959e09481993eebed23f6697
1 libc {
2   GLIBC_2.0 {
3     # functions used in other libraries
4     _dl_open; _dl_close; _dl_addr;
5 %ifdef EXPORT_UNWIND_FIND_FDE
6     __register_frame_info; __deregister_frame_info;
7 %endif
8   }
9   GLIBC_2.1 {
10     # functions used in other libraries
11     _dl_mcount_wrapper; _dl_mcount_wrapper_check;
12   }
13   GLIBC_2.2 {
14     # this is defined in ld.so and overridden by libc
15     _dl_init_first;
17     # functions used in other libraries
18     _dl_sym; _dl_vsym;
19   }
20   GLIBC_2.2.4 {
21     dl_iterate_phdr;
22   }
23 %ifdef EXPORT_UNWIND_FIND_FDE
24   GCC_3.0 {
25     __register_frame_info_bases; __deregister_frame_info_bases;
26     __register_frame_info_table_bases; _Unwind_Find_FDE;
27   }
28 %endif
31 ld {
32   GLIBC_2.0 {
33     # Those are in the dynamic linker, but used by libc.so.
34     __libc_enable_secure; _dl_catch_error; _dl_check_all_versions;
35     _dl_debug_initialize; _dl_debug_state;
36     _dl_lookup_symbol;
37     _dl_map_object; _dl_map_object_deps; _dl_object_relocation_scope;
38     _dl_relocate_object; _dl_signal_error; _dl_starting_up;
39     _dl_sysdep_start; _r_debug;
40     _dl_lookup_symbol_skip;
41     _dl_lookup_versioned_symbol; _dl_lookup_versioned_symbol_skip;
43     # Function from libc.so which must be shared with libc.
44     calloc; free; malloc; realloc;
45   }
46   GLIBC_2.1 {
47     # global variables
48     __libc_stack_end;
50     # functions used in other libraries
51     _dl_start_profile; _dl_mcount; _dl_unload_cache;
52   }
53   GLIBC_2.1.1 {
54     # functions used in other libraries
55     _dl_dst_count; _dl_dst_substitute;
56   }
57   GLIBC_2.2 {
58     _dl_init; _dl_argv; _dl_check_map_versions;
60     # variables used elsewhere
61     _dl_out_of_memory;
62   }
63   GLIBC_2.2.3 {
64     _dl_debug_printf;
65   }
66   GLIBC_2.3 {
67     _rtld_global;
68   }