diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2015-08-09 08:46:52 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2015-08-09 08:46:52 +0000 |
commit | 03c02a42c59949e6ae0fdb0892fb3e751932d17b (patch) | |
tree | 23d737a6cb4a3fa57fd2bff054bbf1a74bee923e /libquadmath/ChangeLog | |
parent | e7b724da79a8b0ef274c65ac9bdb58b55ad7eea3 (diff) | |
download | gcc-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/ChangeLog')
-rw-r--r-- | libquadmath/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 2eee6f2..a47355a 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,13 @@ +2015-08-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + + * 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 + 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> * Makefile.in: Regenerated with automake-1.11.6. |