This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-855-gdacdc86


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  dacdc867174924621311e79b78d4c887092d1291 (commit)
      from  41f725ff29c00d1ed400d13755d406ad3114fc89 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=dacdc867174924621311e79b78d4c887092d1291

commit dacdc867174924621311e79b78d4c887092d1291
Author: Andreas Schwab <schwab@suse.de>
Date:   Mon Aug 4 10:20:03 2014 +0200

    Fix missing <math_private.h> in ldbl-96 fma

diff --git a/ChangeLog b/ChangeLog
index 8d57bec..290d87d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-08-04  Andreas Schwab  <schwab@suse.de>
+
+	* sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
+
 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
 
 	* stdlib/tst-setcontext.c (test_stack): Fix coding style.
diff --git a/sysdeps/ieee754/ldbl-96/s_fma.c b/sysdeps/ieee754/ldbl-96/s_fma.c
index a27102e..dcdae4d 100644
--- a/sysdeps/ieee754/ldbl-96/s_fma.c
+++ b/sysdeps/ieee754/ldbl-96/s_fma.c
@@ -21,6 +21,7 @@
 #include <math.h>
 #include <fenv.h>
 #include <ieee754.h>
+#include <math_private.h>
 
 /* This implementation uses rounding to odd to avoid problems with
    double rounding.  See a paper by Boldo and Melquiond:

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                       |    4 ++++
 sysdeps/ieee754/ldbl-96/s_fma.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]