about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2016-03-15 00:00:07 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2016-03-15 00:03:03 +0100
commit2beb1010e4cc7083f8e253db8af615476c9959fd (patch)
treeca5868d971f0ac235135eeb156b5a269dfecf020
parent981569c74cbb6bafa2ddcefa6dd9dbdc938ff1c8 (diff)
downloadglibc-2beb1010e4cc7083f8e253db8af615476c9959fd.tar.gz
glibc-2beb1010e4cc7083f8e253db8af615476c9959fd.tar.xz
glibc-2beb1010e4cc7083f8e253db8af615476c9959fd.zip
Fix compilation of test-signgam-* tests
-rw-r--r--ChangeLog6
-rw-r--r--math/test-signgam-finite-c99.c1
-rw-r--r--math/test-signgam-main.c1
3 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41335b99ea..3b6ee82386 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 e90517ffbd..2f566961ec 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 7058aa68ff..5e65375397 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