comparison libgcc/config/i386/libgcc-sol2.ver @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
1 # Copyright (C) 2010 Free Software Foundation, Inc.
2 #
3 # This file is part of GCC.
4 #
5 # GCC is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3, or (at your option)
8 # any later version.
9 #
10 # GCC is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with GCC; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>.
18
19 # 128 bit long double support was introduced with GCC 4.5.0 for Solaris 2.
20 # These lines make the symbols to get a @@GCC_4.5.0.
21
22 %exclude {
23 __addtf3
24 __copysigntf3
25 __divtc3
26 __divtf3
27 __eqtf2
28 __extenddftf2
29 __extendsftf2
30 __extendxftf2
31 __fabstf2
32 __fixtfdi
33 __fixtfsi
34 __fixtfti
35 __fixunstfdi
36 __fixunstfsi
37 __fixunstfti
38 __floatditf
39 __floatsitf
40 __floattitf
41 __floatunditf
42 __floatunsitf
43 __floatuntitf
44 __getf2
45 __gttf2
46 __letf2
47 __lttf2
48 __multc3
49 __multf3
50 __negtf2
51 __netf2
52 __powitf2
53 __subtf3
54 __trunctfdf2
55 __trunctfsf2
56 __trunctfxf2
57 __unordtf2
58 }
59
60 GCC_4.5.0 {
61 __addtf3
62 __copysigntf3
63 __divtc3
64 __divtf3
65 __eqtf2
66 __extenddftf2
67 __extendsftf2
68 __extendxftf2
69 __fabstf2
70 __fixtfdi
71 __fixtfsi
72 __fixtfti
73 __fixunstfdi
74 __fixunstfsi
75 __fixunstfti
76 __floatditf
77 __floatsitf
78 __floattitf
79 __floatunditf
80 __floatunsitf
81 __floatuntitf
82 __getf2
83 __gttf2
84 __letf2
85 __lttf2
86 __multc3
87 __multf3
88 __negtf2
89 __netf2
90 __powitf2
91 __subtf3
92 __trunctfdf2
93 __trunctfsf2
94 __trunctfxf2
95 __unordtf2
96 }