OSDN Git Service

PR target/38842
[pf3gnuchains/gcc-fork.git] / gcc / config / m32r / 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 sh,
8 # because GLIBC_2.0 does not exist on this architecture, as the first 
9 # ever glibc release on the platform was GLIBC_2.3.
10
11 %exclude {
12   __register_frame
13   __register_frame_table
14   __deregister_frame
15   __register_frame_info
16   __deregister_frame_info
17   __frame_state_for
18   __register_frame_info_table
19 }
20
21 %inherit GCC_3.0 GLIBC_2.3
22 GLIBC_2.3 {
23   __register_frame
24   __register_frame_table
25   __deregister_frame
26   __register_frame_info
27   __deregister_frame_info
28   __frame_state_for
29   __register_frame_info_table
30 }