OSDN Git Service

* Makefile.in (LIB2FUNCS): Remove _varargs and __dummy.
[pf3gnuchains/gcc-fork.git] / gcc / libgcc-std.ver
1 GCC_3.0 {
2   # libgcc1 symbols
3   __absvsi2
4   __adddf3
5   __addsf3
6   __addvsi3
7   __ashlsi3
8   __ashrsi3
9   __divdf3
10   __divsf3
11   __divsi3
12   __divtf3
13   __eqdf2
14   __eqsf2
15   __extendsfdf2
16   __fixdfsi
17   __fixsfsi
18   __floatsidf
19   __floatsisf
20   __gedf2
21   __gesf2
22   __gtdf2
23   __gtsf2
24   __ledf2
25   __lesf2
26   __lshrsi3
27   __ltdf2
28   __ltsf2
29   __modsi3
30   __muldf3
31   __mulsf3
32   __mulsi3
33   __mulvsi3
34   __nedf2
35   __negdf2
36   __negsf2
37   __negvsi2
38   __nesf2
39   __subdf3
40   __subsf3
41   __subvsi3
42   __truncdfsf2
43   __udivsi3
44   __umodsi3
45
46   # libgcc2 DImode arithmetic (for 32-bit targets).
47   __absvdi2
48   __addvdi3
49   __ashldi3
50   __ashrdi3
51   __cmpdi2
52   __divdi3
53   __ffsdi2
54   __fixdfdi
55   __fixsfdi
56   __fixunssfsi
57   __fixunsdfdi
58   __fixunssfdi
59   __fixunsdfsi
60   __floatdidf
61   __floatdisf
62   __lshrdi3
63   __moddi3
64   __muldi3
65   __mulvdi3
66   __negdi2
67   __negvdi2
68   __subvdi3
69   __ucmpdi2
70   __udivdi3
71   __udivmoddi4
72   __umoddi3
73
74   # libgcc2 TImode arithmetic (for 64-bit targets).
75   __ashlti3
76   __ashrti3
77   __cmpti2
78   __divti3
79   __ffsti2
80   __fixdfti
81   __fixsfti
82   __lshrti3
83   __modti3
84   __multi3
85   __negti2
86   __ucmpti2
87   __udivmodti4
88   __udivti3
89   __umodti3
90   __fixunsdfti
91   __fixunssfti
92   __floattidf
93   __floattisf
94   __fixtfti
95   __fixunstfti
96   __floattitf
97
98   # Basic block profile symbols.
99   # ??? Some of these are for `-a', which ought to die.
100   __bb
101   __bb_exit_func
102   __bb_fork_func
103   __bb_init_func
104   __bb_init_trace_func
105   __bb_trace_func
106   __bb_trace_ret
107
108   # ??? Symbols that perhaps unused should be nuked.
109   __clear_cache
110   __eprintf
111   __gcc_bcmp
112
113   # EH symbols
114   _Unwind_DeleteException
115   _Unwind_ForcedUnwind
116   _Unwind_GetGR
117   _Unwind_GetIP
118   _Unwind_GetLanguageSpecificData
119   _Unwind_GetRegionStart
120   _Unwind_RaiseException
121   _Unwind_Resume
122   _Unwind_SetGR
123   _Unwind_SetIP
124   __deregister_frame
125   __deregister_frame_info
126   __register_frame
127   __register_frame_info
128   __register_frame_info_table
129   __register_frame_table
130
131   # SjLj EH symbols
132   _Unwind_SjLj_Register
133   _Unwind_SjLj_Unregister
134   _Unwind_SjLj_RaiseException
135   _Unwind_SjLj_ForcedUnwind
136   _Unwind_SjLj_Resume
137 }