OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [config/] [i386/] [libgcc-x86_64-glibc.ver] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
# 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
%ifndef __x86_64__
8
%inherit GCC_3.0 GLIBC_2.0
9
GLIBC_2.0 {
10
  # Sampling of DImode arithmetic used by (at least) i386 and m68k.
11
  __divdi3
12
  __moddi3
13
  __udivdi3
14
  __umoddi3
15
 
16
  # Exception handling support functions used by most everyone.
17
  __register_frame
18
  __register_frame_table
19
  __deregister_frame
20
  __register_frame_info
21
  __deregister_frame_info
22
  __frame_state_for
23
  __register_frame_info_table
24
}
25
%endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.