libgcc-std.ver (GCC_3.0): Add __terminate_func_set to list of EH symbols.
[gcc.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 __fixunsdfdi
57 __fixunssfdi
58 __floatdidf
59 __floatdisf
60 __lshrdi3
61 __moddi3
62 __muldi3
63 __mulvdi3
64 __negdi2
65 __negvdi2
66 __subvdi3
67 __ucmpdi2
68 __udivdi3
69 __udivmoddi4
70 __umoddi3
71
72 # libgcc2 TImode arithmetic (for 64-bit targets).
73 __ashlti3
74 __ashrti3
75 __cmpti2
76 __divti3
77 __ffsti2
78 __fixdfti
79 __fixsfti
80 __lshrti3
81 __modti3
82 __multi3
83 __negti2
84 __ucmpti2
85 __udivmodti4
86 __udivti3
87 __umodti3
88 __fixunsdfti
89 __fixunssfti
90 __floattidf
91 __floattisf
92 __fixtfti
93 __fixunstfti
94 __floattitf
95
96 # Basic block profile symbols.
97 # ??? Some of these are for `-a', which ought to die.
98 __bb
99 __bb_exit_func
100 __bb_fork_func
101 __bb_init_func
102 __bb_init_trace_func
103 __bb_trace_func
104 __bb_trace_ret
105
106 # ??? Symbols that perhaps unused should be nuked.
107 __builtin_saveregs
108 __clear_cache
109 __dummy
110 __empty
111 __eprintf
112 __gcc_bcmp
113
114 # EH symbols
115 __default_terminate
116 __deregister_frame
117 __deregister_frame_info
118 __eh_alloc
119 __eh_free
120 __eh_rtime_match
121 __frame_state_for
122 __get_dynamic_handler_chain
123 __get_eh_context
124 __get_eh_info
125 __get_eh_table_language
126 __get_eh_table_version
127 __register_frame
128 __register_frame_info
129 __register_frame_info_table
130 __register_frame_table
131 __rethrow
132 __sjpopnthrow
133 __sjthrow
134 __terminate
135 __terminate_set_func
136 __throw
137 __throw_type_match
138 __unwinding_cleanup
139 }