OSDN Git Service

* c-typeck.c, config/i386/netware.h, config/m32c/cond.md,
[pf3gnuchains/gcc-fork.git] / gcc / config / s390 / libgcc-glibc.ver
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 # Note that we cannot use the default libgcc-glibc.ver file on s390x,
8 # because GLIBC_2.0 does not exist on this architecture, as the first 
9 # ever glibc release on the platform was GLIBC_2.2.
10
11 %ifndef __s390x__
12 %inherit GCC_3.0 GLIBC_2.0
13 GLIBC_2.0 {
14   __divdi3
15   __moddi3
16   __udivdi3
17   __umoddi3
18
19   __register_frame
20   __register_frame_table
21   __deregister_frame
22   __register_frame_info
23   __deregister_frame_info
24   __frame_state_for
25   __register_frame_info_table
26 }
27 %endif
28
29 %ifdef __s390x__
30 %inherit GCC_3.0 GLIBC_2.2
31 GLIBC_2.2 {
32   __register_frame
33   __register_frame_table
34   __deregister_frame
35   __register_frame_info
36   __deregister_frame_info
37   __frame_state_for
38   __register_frame_info_table
39 }
40 %endif
41