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.16-ports-merge-836-g66ca5a5


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  66ca5a5b9375ddf95334d59fdde15a962f2c19dd (commit)
      from  363313b5be5d4b357b50d322b3ab14a2ae1ccf60 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=66ca5a5b9375ddf95334d59fdde15a962f2c19dd

commit 66ca5a5b9375ddf95334d59fdde15a962f2c19dd
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Dec 5 20:03:45 2012 +0000

    Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c.

diff --git a/ChangeLog b/ChangeLog
index 9cd4867..a577d3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
+
 	* stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
 	10000 as width of padded output.
 
diff --git a/sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c b/sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c
index 4379b68..9631b07 100644
--- a/sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c
+++ b/sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c
@@ -19,6 +19,7 @@
 #include <math.h>
 #include <math_private.h>
 #include <float.h>
+#include <stdlib.h>
 
 /* Calculate X + Y exactly and store the result in *HI + *LO.  It is
    given that |X| >= |Y| and the values are small enough that no

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

Summary of changes:
 ChangeLog                             |    2 ++
 sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c |    1 +
 2 files changed, 3 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]