public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Eshan dhawan <eshandhawan51@gmail.com>
To: newlib@sourceware.org
Subject: [PATCH] Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm
Date: Sat,  4 Jul 2020 04:11:06 +0530	[thread overview]
Message-ID: <20200703224106.17335-1-eshandhawan51@gmail.com> (raw)

Signed-off-by: Eshan dhawan <eshandhawan51@gmail.com>
---
 newlib/libc/machine/arm/sys/fenv.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/newlib/libc/machine/arm/sys/fenv.h b/newlib/libc/machine/arm/sys/fenv.h
index af74c5f47..740995a1a 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
 }
-- 
2.17.1


             reply	other threads:[~2020-07-03 22:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-03 22:41 Eshan dhawan [this message]
2020-07-06  9:06 ` Szabolcs Nagy
2020-07-06 11:19 ` Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200703224106.17335-1-eshandhawan51@gmail.com \
    --to=eshandhawan51@gmail.com \
    --cc=newlib@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).