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 # 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.
12 %inherit GCC_3.0 GLIBC_2.0
20 __register_frame_table
23 __deregister_frame_info
25 __register_frame_info_table
30 %inherit GCC_3.0 GLIBC_2.2
33 __register_frame_table
36 __deregister_frame_info
38 __register_frame_info_table
42 # With GCC 4.1.0 long double 128 bit support was introduced. The
43 # following symbols coming from libgcc are enabled when -mlong-double-128
44 # is specified. These lines make the symbols to get a @@GCC_4.1.0 attached.