summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2012-07-17 21:26:57 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2012-07-17 21:26:57 +0000
commita6ce518915dc32ebaf8edf54cdb05d53cc4e1554 (patch)
tree8c4ecedcf19bcf31e91c071af01421aa03802539 /gnu
parentaa604d02f15b0e1949a264cbcf1481deaf25022d (diff)
martynas added support for the 'long double' math functions to libm at
c2k11, so libstdc++-v3 should make use of them. Major version bump for good measure, and sync libstdc++'s shlib_version with libstdc++-v3's. Issue pointed out by Roberto Bagnara on bugs@ ok deraadt
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libstdc++-v3/config.h38
-rw-r--r--gnu/lib/libstdc++-v3/shlib_version2
-rw-r--r--gnu/lib/libstdc++/shlib_version2
3 files changed, 21 insertions, 21 deletions
diff --git a/gnu/lib/libstdc++-v3/config.h b/gnu/lib/libstdc++-v3/config.h
index 4778e33410f..7ec10981b09 100644
--- a/gnu/lib/libstdc++-v3/config.h
+++ b/gnu/lib/libstdc++-v3/config.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: config.h,v 1.3 2011/10/16 13:24:53 stsp Exp $ */
+/* $OpenBSD: config.h,v 1.4 2012/07/17 21:26:56 matthew Exp $ */
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
@@ -6,13 +6,13 @@
#define HAVE_ACOSF 1
/* Define to 1 if you have the `acosl' function. */
-/* #undef HAVE_ACOSL */
+#define HAVE_ACOSL 1
/* Define to 1 if you have the `asinf' function. */
#define HAVE_ASINF 1
/* Define to 1 if you have the `asinl' function. */
-/* #undef HAVE_ASINL */
+#define HAVE_ASINL 1
/* Define to 1 if you have the `atan2f' function. */
#define HAVE_ATAN2F 1
@@ -24,13 +24,13 @@
#define HAVE_ATANF 1
/* Define to 1 if you have the `atanl' function. */
-/* #undef HAVE_ATANL */
+#define HAVE_ATANL 1
/* Define to 1 if you have the `ceilf' function. */
#define HAVE_CEILF 1
/* Define to 1 if you have the `ceill' function. */
-/* #undef HAVE_CEILL */
+#define HAVE_CEILL 1
/* Define to 1 if you have the <complex.h> header file. */
#define HAVE_COMPLEX_H 1
@@ -51,10 +51,10 @@
#define HAVE_COSHF 1
/* Define to 1 if you have the `coshl' function. */
-/* #undef HAVE_COSHL */
+#define HAVE_COSHL 1
/* Define to 1 if you have the `cosl' function. */
-/* #undef HAVE_COSL */
+#define HAVE_COSL 1
/* Define to 1 if you have the <endian.h> header file. */
/* #undef HAVE_ENDIAN_H */
@@ -63,7 +63,7 @@
#define HAVE_EXPF 1
/* Define to 1 if you have the `expl' function. */
-/* #undef HAVE_EXPL */
+#define HAVE_EXPL 1
/* Define to 1 if you have the `fabsf' function. */
#define HAVE_FABSF 1
@@ -90,13 +90,13 @@
#define HAVE_FLOORF 1
/* Define to 1 if you have the `floorl' function. */
-/* #undef HAVE_FLOORL */
+#define HAVE_FLOORL 1
/* Define to 1 if you have the `fmodf' function. */
#define HAVE_FMODF 1
/* Define to 1 if you have the `fmodl' function. */
-/* #undef HAVE_FMODL */
+#define HAVE_FMODL 1
/* Define to 1 if you have the `fpclass' function. */
/* #undef HAVE_FPCLASS */
@@ -130,7 +130,7 @@
#define HAVE_HYPOTF 1
/* Define to 1 if you have the `hypotl' function. */
-/* #undef HAVE_HYPOTL */
+#define HAVE_HYPOTL 1
/* Define to 1 if you have the `iconv' function. */
/* #undef HAVE_ICONV */
@@ -208,13 +208,13 @@
#define HAVE_LOG10F 1
/* Define to 1 if you have the `log10l' function. */
-/* #undef HAVE_LOG10L */
+#define HAVE_LOG10L 1
/* Define to 1 if you have the `logf' function. */
#define HAVE_LOGF 1
/* Define to 1 if you have the `logl' function. */
-/* #undef HAVE_LOGL */
+#define HAVE_LOGL 1
/* Define to 1 if you have the <machine/endian.h> header file. */
#define HAVE_MACHINE_ENDIAN_H 1
@@ -238,7 +238,7 @@
#define HAVE_MODFF 1
/* Define to 1 if you have the `modfl' function. */
-/* #undef HAVE_MODFL */
+#define HAVE_MODFL 1
/* Define to 1 if you have the <nan.h> header file. */
/* #undef HAVE_NAN_H */
@@ -253,7 +253,7 @@
#define HAVE_POWF 1
/* Define to 1 if you have the `powl' function. */
-/* #undef HAVE_POWL */
+#define HAVE_POWL 1
/* Define to 1 if you have the `qfpclass' function. */
/* #undef HAVE_QFPCLASS */
@@ -280,10 +280,10 @@
#define HAVE_SINHF 1
/* Define to 1 if you have the `sinhl' function. */
-/* #undef HAVE_SINHL */
+#define HAVE_SINHL 1
/* Define to 1 if you have the `sinl' function. */
-/* #undef HAVE_SINL */
+#define HAVE_SINL 1
/* Define to 1 if you have the `sqrtf' function. */
#define HAVE_SQRTF 1
@@ -370,10 +370,10 @@
#define HAVE_TANHF 1
/* Define to 1 if you have the `tanhl' function. */
-/* #undef HAVE_TANHL */
+#define HAVE_TANHL 1
/* Define to 1 if you have the `tanl' function. */
-/* #undef HAVE_TANL */
+#define HAVE_TANL 1
/* Define to 1 if the target supports thread-local storage. */
/* #undef HAVE_TLS */
diff --git a/gnu/lib/libstdc++-v3/shlib_version b/gnu/lib/libstdc++-v3/shlib_version
index e8358f209e2..327b059ab8e 100644
--- a/gnu/lib/libstdc++-v3/shlib_version
+++ b/gnu/lib/libstdc++-v3/shlib_version
@@ -1,2 +1,2 @@
-major=54
+major=55
minor=0
diff --git a/gnu/lib/libstdc++/shlib_version b/gnu/lib/libstdc++/shlib_version
index cee16a5a3fd..327b059ab8e 100644
--- a/gnu/lib/libstdc++/shlib_version
+++ b/gnu/lib/libstdc++/shlib_version
@@ -1,2 +1,2 @@
-major=53
+major=55
minor=0