]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove __LIBC_INTERNAL_MATH_INLINES
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 17 Mar 2020 16:58:10 +0000 (13:58 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 19 Mar 2020 14:45:44 +0000 (11:45 -0300)
With m68k mathinline.h removal the flag is not used anymore.

Checked with a m68k-linux-gnu build/check.

math/Makefile
math/test-math-inline.h
math/test-signgam-main.c

index b1739ab416f1d515793cd1b24370a15333712bf9..e17bc50df38159f68c90e0158a73aeae1bc4f6d2 100644 (file)
@@ -643,7 +643,7 @@ include $(o-iterator)
 
 # We don't want the fdlibm code to use the inline math functions,
 # only the fdlibm code.
-math-CPPFLAGS += -D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES
+math-CPPFLAGS += -D__NO_MATH_INLINES
 
 ifneq ($(long-double-fcts),yes)
 # The `double' and `long double' types are the same on this machine.
index 755be44f355d0ca52549bf9c89ae30e3ddb2b389..c522236e3e323370ce1d5fc48c5b2a4c2c35f6e9 100644 (file)
@@ -20,7 +20,6 @@
 #define TEST_ERRNO 0
 #define TEST_EXCEPTIONS 0
 
-#undef __LIBC_INTERNAL_MATH_INLINES
 #ifdef __NO_MATH_INLINES
 # undef __NO_MATH_INLINES
 #endif
index b36e942c9bbe1e286c6d5a7f726e2f5ea0b87140..19ca2bc7afb752371e4eb119ac9b084a07cfb5f3 100644 (file)
@@ -17,7 +17,6 @@
    <https://www.gnu.org/licenses/>.  */
 
 #undef _LIBC
-#undef __LIBC_INTERNAL_MATH_INLINES
 #undef _GNU_SOURCE
 
 #include <math.h>