aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@verizon.net>2005-06-24 23:07:13 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2005-06-24 23:07:13 +0000
commitf02d008e26acc1915ff7bf12e833979704751c43 (patch)
treed1fa28d74fc84b12689da081582a879f4ce50df9 /libgfortran/config.h.in
parent42c5169549014e6f1b8be662d04b6530a4298c95 (diff)
downloadgcc-f02d008e26acc1915ff7bf12e833979704751c43.zip
gcc-f02d008e26acc1915ff7bf12e833979704751c43.tar.gz
gcc-f02d008e26acc1915ff7bf12e833979704751c43.tar.bz2
re PR fortran/21915 ([4.0 only] Would like atanh etc. as intrinsics)
2005-06-24 Jerry DeLisle <jvdelisle@verizon.net> PR libfortran/21915 * Makefile.am: include intrinsics/hyper.c * c99_protos.h: add prototypes for single precision versions of acosh, asinh, and atanh for platforms that do not have these * config.h.in: add #undef for wrappers * configure.ac: add checks for single precision versions * aclocal.m4: generated * Makefile.in: generated * configure: generated From-SVN: r101302
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index 70700bb..1b58cc8 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -6,15 +6,24 @@
/* libm includes acosf */
#undef HAVE_ACOSF
+/* libm includes acoshf */
+#undef HAVE_ACOSHF
+
/* libm includes asinf */
#undef HAVE_ASINF
+/* libm includes asinhf */
+#undef HAVE_ASINHF
+
/* libm includes atan2f */
#undef HAVE_ATAN2F
/* libm includes atanf */
#undef HAVE_ATANF
+/* libm includes atanhf */
+#undef HAVE_ATANHF
+
/* Define to 1 if the target supports __attribute__((alias(...))). */
#undef HAVE_ATTRIBUTE_ALIAS