summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/libgcc-std.ver
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2007-05-19 01:19:51 +0000
committerkan <kan@FreeBSD.org>2007-05-19 01:19:51 +0000
commit1f9ea4d0a40cca64d60cf4dab152349da7b9dddf (patch)
tree0cb530c9c38af219e6dda2994c078b6b2b9ad853 /contrib/gcc/libgcc-std.ver
parent4895159b2b4f648051c1f139faa7b6dc50c2bfcb (diff)
downloadFreeBSD-src-1f9ea4d0a40cca64d60cf4dab152349da7b9dddf.zip
FreeBSD-src-1f9ea4d0a40cca64d60cf4dab152349da7b9dddf.tar.gz
GCC 4.2.0 release.
Diffstat (limited to 'contrib/gcc/libgcc-std.ver')
-rw-r--r--contrib/gcc/libgcc-std.ver42
1 files changed, 41 insertions, 1 deletions
diff --git a/contrib/gcc/libgcc-std.ver b/contrib/gcc/libgcc-std.ver
index 4f57e54..f8e9e52 100644
--- a/contrib/gcc/libgcc-std.ver
+++ b/contrib/gcc/libgcc-std.ver
@@ -194,7 +194,6 @@ GCC_3.3.1 {
%inherit GCC_3.3.2 GCC_3.3.1
GCC_3.3.2 {
}
-
%inherit GCC_3.3.4 GCC_3.3.2
GCC_3.3.4 {
__unorddf2
@@ -234,3 +233,44 @@ GCC_3.4.4 {
__negvti2
__subvti3
}
+
+%inherit GCC_4.0.0 GCC_3.4.4
+GCC_4.0.0 {
+ # libgcc2 __builtin_powi helpers.
+ __powisf2
+ __powidf2
+ __powixf2
+ __powitf2
+
+ # c99 compliant complex arithmetic
+ __divsc3
+ __divdc3
+ __divxc3
+ __divtc3
+ __mulsc3
+ __muldc3
+ __mulxc3
+ __multc3
+}
+
+%inherit GCC_4.1.0 GCC_4.0.0
+GCC_4.1.0 {
+}
+
+%inherit GCC_4.2.0 GCC_4.1.0
+GCC_4.2.0 {
+ # unsigned-to-floating conversions
+ __floatunsisf
+ __floatunsidf
+ __floatunsixf
+ __floatunsitf
+ __floatundidf
+ __floatundisf
+ __floatundixf
+ __floatunditf
+ __floatuntidf
+ __floatuntisf
+ __floatuntixf
+ __floatuntitf
+ _Unwind_GetIPInfo
+}
OpenPOWER on IntegriCloud