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.23-92-g2beb101


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  2beb1010e4cc7083f8e253db8af615476c9959fd (commit)
      from  981569c74cbb6bafa2ddcefa6dd9dbdc938ff1c8 (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=2beb1010e4cc7083f8e253db8af615476c9959fd

commit 2beb1010e4cc7083f8e253db8af615476c9959fd
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Tue Mar 15 00:00:07 2016 +0100

    Fix compilation of test-signgam-* tests

diff --git a/ChangeLog b/ChangeLog
index 41335b9..3b6ee82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-03-14  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* math/test-signgam-finite-c99.c: Also #undef
+	__LIBC_INTERNAL_MATH_INLINES.
+	* math/test-signgam-main.c: Likewise.
+
 2016-03-14  Joseph Myers  <joseph@codesourcery.com>
 
 	* bits/mman-linux.h [__USE_MISC] (MADV_FREE): New macro.
diff --git a/math/test-signgam-finite-c99.c b/math/test-signgam-finite-c99.c
index e90517f..2f56696 100644
--- a/math/test-signgam-finite-c99.c
+++ b/math/test-signgam-finite-c99.c
@@ -17,6 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #undef _LIBC
+#undef __LIBC_INTERNAL_MATH_INLINES
 #undef _GNU_SOURCE
 #undef _Mlong_double_
 #define _ISOMAC
diff --git a/math/test-signgam-main.c b/math/test-signgam-main.c
index 7058aa6..5e65375 100644
--- a/math/test-signgam-main.c
+++ b/math/test-signgam-main.c
@@ -17,6 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #undef _LIBC
+#undef __LIBC_INTERNAL_MATH_INLINES
 #undef _GNU_SOURCE
 #define _ISOMAC
 

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

Summary of changes:
 ChangeLog                      |    6 ++++++
 math/test-signgam-finite-c99.c |    1 +
 math/test-signgam-main.c       |    1 +
 3 files changed, 8 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]