aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/quadmath_weak.h
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2015-08-09 08:46:52 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2015-08-09 08:46:52 +0000
commit03c02a42c59949e6ae0fdb0892fb3e751932d17b (patch)
tree23d737a6cb4a3fa57fd2bff054bbf1a74bee923e /libquadmath/quadmath_weak.h
parente7b724da79a8b0ef274c65ac9bdb58b55ad7eea3 (diff)
downloadgcc-03c02a42c59949e6ae0fdb0892fb3e751932d17b.zip
gcc-03c02a42c59949e6ae0fdb0892fb3e751932d17b.tar.gz
gcc-03c02a42c59949e6ae0fdb0892fb3e751932d17b.tar.bz2
Makefile.am (libquadmath_la_SOURCES): Add math/logbq.c.
* Makefile.am (libquadmath_la_SOURCES): Add math/logbq.c. * Makefile.in: Regenerate. * libquadmath.texi: Document logbq. * quadmath.h: Add logbq prototype. * quadmath.map: Add logbq. * quadmath_weak.h: Add logbq prototype. * math/logbq.c: New file From-SVN: r226748
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 986079a..db5d529 100644
--- a/libquadmath/quadmath_weak.h
+++ b/libquadmath/quadmath_weak.h
@@ -72,6 +72,7 @@ __qmath3 (ldexpq)
__qmath3 (lgammaq)
__qmath3 (llrintq)
__qmath3 (llroundq)
+__qmath3 (logbq)
__qmath3 (logq)
__qmath3 (log10q)
__qmath3 (log1pq)