]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Thu May 2 22:33:14 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
authorRoland McGrath <roland@gnu.org>
Fri, 3 May 1996 16:51:51 +0000 (16:51 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 3 May 1996 16:51:51 +0000 (16:51 +0000)
* sysdeps/m68k/fpu/e_acos.c, sysdeps/m68k/fpu/e_acosf.c,
sysdeps/m68k/fpu/e_fmod.c, sysdeps/m68k/fpu/e_fmodf.c,
sysdeps/m68k/fpu/isinfl.c, sysdeps/m68k/fpu/isnanl.c,
sysdeps/m68k/fpu/s_atan.c, sysdeps/m68k/fpu/s_atanf.c,
sysdeps/m68k/fpu/s_frexp.c, sysdeps/m68k/fpu/s_frexpf.c,
sysdeps/m68k/fpu/s_ilogb.c, sysdeps/m68k/fpu/s_ilogbf.c,
sysdeps/m68k/fpu/s_isinf.c, sysdeps/m68k/fpu/s_isinff.c,
sysdeps/m68k/fpu/s_ldexp.c, sysdeps/m68k/fpu/s_ldexpf.c,
sysdeps/m68k/fpu/s_modf.c, sysdeps/m68k/fpu/s_modff.c: Don't
define __NO_MATH_INLINES, which is already defined on command
line.

18 files changed:
sysdeps/m68k/fpu/e_acos.c
sysdeps/m68k/fpu/e_acosf.c
sysdeps/m68k/fpu/e_fmod.c
sysdeps/m68k/fpu/e_fmodf.c
sysdeps/m68k/fpu/isinfl.c
sysdeps/m68k/fpu/isnanl.c
sysdeps/m68k/fpu/s_atan.c
sysdeps/m68k/fpu/s_atanf.c
sysdeps/m68k/fpu/s_frexp.c
sysdeps/m68k/fpu/s_frexpf.c
sysdeps/m68k/fpu/s_ilogb.c
sysdeps/m68k/fpu/s_ilogbf.c
sysdeps/m68k/fpu/s_isinf.c
sysdeps/m68k/fpu/s_isinff.c
sysdeps/m68k/fpu/s_ldexp.c
sysdeps/m68k/fpu/s_ldexpf.c
sysdeps/m68k/fpu/s_modf.c
sysdeps/m68k/fpu/s_modff.c

index 1a292229970f832ed70a0dcbafce2227a8e82588..34dfc82cff1db47ea61a415e3613482582bc6777 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 #ifndef        FUNC
index 51968156f5479e1dca9045e61b16bece6700b9f4..34da7ee1636a7390f77ea0bb08c7f4a92e84d6dc 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 #ifndef        FUNC
index 310b1c41fa1df52230b08c0211893d522cd3eb91..578fa3ce535161ccae822c7065775e1e785e007c 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 #ifndef FUNC
index 1a74c3611b888f3345abe16ad76ce8aa50112828..b3c3eadddf57a96e51717d6f95e2fb914f46ddbc 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 #ifndef FUNC
index 77fd75918280189c7c9a763c71b558041007e23a..97b5983d0f67484ae37bbf9bab545523de7b3e57 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 int
index 1e58ea4ebd20cd05f833dc2a57a1737f25a45d85..e5e3db2171d1fee02cb730257da861eaaa5189aa 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 int
index f1cc9757b5563fcb60263d6696f87a652efe107f..51916e12ffd9d2f8afb2f558f025f85642930099 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 #ifndef FUNC
index 5d1f337beef332f58a405b54c2006640863afa2d..d26f83875b69e7ce7c5a58a977fc4eb4d357ed4b 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 #ifndef FUNC
index b24af7495654d5f7070400b01c749ffb47eeb350..45c054016d363c14f7ccc297ee31ecf39fabc52c 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 double
index c7cd98a68472f6e099e1a1c6f9e8a987d340c0fc..dd30f6c39cc948f52f6cac0ce6d844fc6c1b5567 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 float
index 2df00a656a03d0472dfb56a7f3fc103a720ad008..4119df968ae279ae8d0b184a4c547de07f532de2 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 int
index 05f1546a96610c7bee6321c39da7f7af2c35143f..8d9a027f224644bcc24840b12095ae26f4482d3f 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 int
index 96745337c9471e6339acdee1cfad0ee08808c5e7..eec07c7d3a5e192d37d3ff89e5e8fae1289c062c 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 #ifndef FUNC
index d9101a9fd99a608903deefcd76b650cf9bd08d1d..8f18db5b088475bba5ee779363a0e1547f162ee1 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 #ifndef FUNC
index ee7662e7d273fe7f2d762faaaef45b7bf10f3efc..67513d4875efc2b35169a0c20e83965d0b208c0d 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 #ifndef FUNC
index a9741732a6c74f67ab157b54c74ccbcc2a5107ad..94abf25ac1ea954ec01e154a0f69e3e7920fc732 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 #ifndef FUNC
index 355df2fb19d103791003fbc950f1fcd9376e7c89..ce70be8168bb2171212dd16b586bf498a51b6dec 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 double
index f56bcb45ef18ce1df3161c948f552ed996521403..04b51d5be19ec3421b8aec7941a1c08cf8593a09 100644 (file)
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <ansidecl.h>
-#define        __NO_MATH_INLINES
 #include <math.h>
 
 float