aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/quadmath_weak.h
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-16 16:40:05 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-16 16:40:05 +0000
commitbcaa791fa18f28ae60c3bb1adc2594749123a026 (patch)
tree47caa0844b550a6a644474e56c878200e48d276a /libquadmath/quadmath_weak.h
parentd6be86c12ceb7d1894bea6f7f278b78962cd8790 (diff)
PR fortran/46402
* quadmath.map (QUADMATH_1.0): Add fmaq. * configure.ac: Check for fenv.h, feholdexcept, fesetround, feupdateenv, fesetenv and fetestexcept. * configure: Regenerated. * config.h.in: Regenerated. * quadmath.h (fmaq): New prototype. * quadmath_weak.h (fmaq): Add. * Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c. * Makefile.in: Regenerated. * quadmath-imp.h: Include config.h. * math/expq.c: Include fenv.h. (USE_FENV_H): Define if libm support for fe* is there. (expq): Add fesetround etc. support if USE_FENV_H is defined. * math/fmaq.c: New file. * libquadmath.texi (fmaq): Add. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168852 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libquadmath/quadmath_weak.h')
-rw-r--r--libquadmath/quadmath_weak.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libquadmath/quadmath_weak.h b/libquadmath/quadmath_weak.h
index a14014e1018..05b04389376 100644
--- a/libquadmath/quadmath_weak.h
+++ b/libquadmath/quadmath_weak.h
@@ -55,6 +55,7 @@ __qmath3 (expm1q)
__qmath3 (fabsq)
__qmath3 (finiteq)
__qmath3 (floorq)
+__qmath3 (fmaq)
__qmath3 (fmodq)
__qmath3 (frexpq)
__qmath3 (hypotq)