diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/m68k/coldfire/nofpu/math_private.h | 3 | ||||
-rw-r--r-- | sysdeps/microblaze/math_private.h | 3 | ||||
-rw-r--r-- | sysdeps/nios2/math_private.h | 3 | ||||
-rw-r--r-- | sysdeps/tile/math_private.h | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/m68k/coldfire/nofpu/math_private.h b/sysdeps/m68k/coldfire/nofpu/math_private.h index 951f026eac..0694de971a 100644 --- a/sysdeps/m68k/coldfire/nofpu/math_private.h +++ b/sysdeps/m68k/coldfire/nofpu/math_private.h @@ -32,10 +32,7 @@ The overrides for libc_ functions must happen before we include the generic math_private.h. */ -#define libc_fesetround(rnd) ({ 0; }) -#define libc_fetestexcept(exc) ({ 0; }) #define libc_feholdexcept_setround(env, exc) ({ (void) (env); 0; }) -#define libc_feupdateenv_test(env, exc) ({ (void) (env); 0; }) /* Enable __finitel, __isinfl, and __isnanl for binary compatibility when built without long double support. */ diff --git a/sysdeps/microblaze/math_private.h b/sysdeps/microblaze/math_private.h index 1a2c521c07..1d70d05b81 100644 --- a/sysdeps/microblaze/math_private.h +++ b/sysdeps/microblaze/math_private.h @@ -19,10 +19,7 @@ The overrides for libc_ functions must happen before we include the generic math_private.h. */ -#define libc_fesetround(rnd) ({ 0; }) -#define libc_fetestexcept(exc) ({ 0; }) #define libc_feholdexcept_setround(env, exc) ({ (void) (env); 0; }) -#define libc_feupdateenv_test(env, exc) ({ (void) (env); 0; }) /* Enable __finitel, __isinfl, and __isnanl for binary compatibility when built without long double support. */ diff --git a/sysdeps/nios2/math_private.h b/sysdeps/nios2/math_private.h index 25140416a8..9c734fab58 100644 --- a/sysdeps/nios2/math_private.h +++ b/sysdeps/nios2/math_private.h @@ -18,10 +18,7 @@ The overrides for libc_ functions must happen before we include the generic math_private.h. */ -#define libc_fesetround(rnd) ({ 0; }) -#define libc_fetestexcept(exc) ({ 0; }) #define libc_feholdexcept_setround(env, exc) ({ (void) (env); 0; }) -#define libc_feupdateenv_test(env, exc) ({ (void) (env); 0; }) /* Enable __finitel, __isinfl, and __isnanl for binary compatibility when built without long double support. */ diff --git a/sysdeps/tile/math_private.h b/sysdeps/tile/math_private.h index 32b549ff4e..09c720469e 100644 --- a/sysdeps/tile/math_private.h +++ b/sysdeps/tile/math_private.h @@ -17,10 +17,7 @@ The overrides for libc_ functions must happen before we include the generic math_private.h. */ -#define libc_fesetround(rnd) ({ 0; }) -#define libc_fetestexcept(exc) ({ 0; }) #define libc_feholdexcept_setround(env, exc) ({ (void) (env); 0; }) -#define libc_feupdateenv_test(env, exc) ({ (void) (env); 0; }) #include_next <math_private.h> |