aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorEshan dhawan via Newlib <newlib@sourceware.org>2020-07-04 04:11:06 +0530
committerCorinna Vinschen <corinna@vinschen.de>2020-07-06 13:18:28 +0200
commit104caeb7b1dcd1377dfcfc267c95e1159cf83ef6 (patch)
treeb3dab88f0a1a84bcc32715eef328fb2283026f72 /newlib
parentbb96bd03b0b9be5ed63127771687ac4877092ef8 (diff)
downloadnewlib-104caeb7b1dcd1377dfcfc267c95e1159cf83ef6.zip
newlib-104caeb7b1dcd1377dfcfc267c95e1159cf83ef6.tar.gz
newlib-104caeb7b1dcd1377dfcfc267c95e1159cf83ef6.tar.bz2
Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm
Signed-off-by: Eshan dhawan <eshandhawan51@gmail.com>
Diffstat (limited to 'newlib')
-rw-r--r--newlib/libc/machine/arm/sys/fenv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/arm/sys/fenv.h b/newlib/libc/machine/arm/sys/fenv.h
index af74c5f..740995a1 100644
--- a/newlib/libc/machine/arm/sys/fenv.h
+++ b/newlib/libc/machine/arm/sys/fenv.h
@@ -94,7 +94,7 @@ extern const fenv_t *_fe_dfl_env;
#define _ENABLE_MASK (FE_ALL_EXCEPT << _FPUSW_SHIFT)
#endif
-#ifndef __ARM_PCS_VFP
+
int feclearexcept(int excepts);
int fegetexceptflag(fexcept_t *flagp, int excepts);
@@ -113,7 +113,7 @@ int fedisableexcept(int __mask);
int fegetexcept(void);
#endif /* __BSD_VISIBLE */
-#endif /* __ARM_PCS_VFP */
+
#ifdef __cplusplus
}