2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / config / i386 / libgcc-x86_64-glibc.ver
blob2ea321f933ba3a2bad46f15bd0ea9e1dd0f66e58
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.
7 %ifndef __x86_64__
8 %inherit GCC_3.0 GLIBC_2.0
9 GLIBC_2.0 {
10   # Sampling of DImode arithmetic used by (at least) i386 and m68k.
11   __divdi3
12   __moddi3
13   __udivdi3
14   __umoddi3
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
25 %endif