URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [config/] [libgcc-glibc.ver] - Rev 282
Compare with Previous | Blame | View Log
# Copyright (C) 2000, 2008 Free Software Foundation, Inc.## This file is part of GCC.## GCC is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 3, or (at your option)# any later version.## GCC is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with GCC; see the file COPYING3. If not see# <http://www.gnu.org/licenses/>.# In order to work around the very problems that force us to now generally# create a libgcc.so, glibc reexported a number of routines from libgcc.a.# By now choosing the same version tags for these specific routines, we# maintain enough binary compatibility to allow future versions of glibc# to defer implementation of these routines to libgcc.so via DT_AUXILIARY.%exclude {__divdi3__moddi3__udivdi3__umoddi3__register_frame__register_frame_table__deregister_frame__register_frame_info__deregister_frame_info__frame_state_for__register_frame_info_table}%inherit GCC_3.0 GLIBC_2.0GLIBC_2.0 {# Sampling of DImode arithmetic used by (at least) i386 and m68k.__divdi3__moddi3__udivdi3__umoddi3# Exception handling support functions used by most everyone.__register_frame__register_frame_table__deregister_frame__register_frame_info__deregister_frame_info__frame_state_for__register_frame_info_table}
