aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/quadmath.map
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.map
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.map')
-rw-r--r--libquadmath/quadmath.map5
1 files changed, 5 insertions, 0 deletions
diff --git a/libquadmath/quadmath.map b/libquadmath/quadmath.map
index 2d20280..fe816e3 100644
--- a/libquadmath/quadmath.map
+++ b/libquadmath/quadmath.map
@@ -96,3 +96,8 @@ QUADMATH_1.0 {
local:
*;
};
+
+QUADMATH_1.1 {
+ global:
+ logbq;
+} QUADMATH_1.0;