libgcc-x86_64-glibc.ver revision 302408
1# In order to work around the very problems that force us to now generally
2# create a libgcc.so, glibc reexported a number of routines from libgcc.a.
3# By now choosing the same version tags for these specific routines, we
4# maintain enough binary compatibility to allow future versions of glibc
5# to defer implementation of these routines to libgcc.so via DT_AUXILIARY.
6
7%ifndef __x86_64__
8%inherit GCC_3.0 GLIBC_2.0
9GLIBC_2.0 {
10  # Sampling of DImode arithmetic used by (at least) i386 and m68k.
11  __divdi3
12  __moddi3
13  __udivdi3
14  __umoddi3
15
16  # Exception handling support functions used by most everyone.
17  __register_frame
18  __register_frame_table
19  __deregister_frame
20  __register_frame_info
21  __deregister_frame_info
22  __frame_state_for
23  __register_frame_info_table
24}
25%endif
26