OSDN Git Service

2008-05-03 H.J. Lu <hongjiu.lu@intel.com>
[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 %inherit GCC_3.0 GLIBC_2.3
12 GLIBC_2.3 {
13   __register_frame
14   __register_frame_table
15   __deregister_frame
16   __register_frame_info
17   __deregister_frame_info
18   __frame_state_for
19   __register_frame_info_table
20 }