public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm
@ 2020-07-03 22:41 Eshan dhawan
  2020-07-06  9:06 ` Szabolcs Nagy
  2020-07-06 11:19 ` Corinna Vinschen
  0 siblings, 2 replies; 3+ messages in thread
From: Eshan dhawan @ 2020-07-03 22:41 UTC (permalink / raw)
  To: newlib

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm
  2020-07-03 22:41 [PATCH] Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm Eshan dhawan
@ 2020-07-06  9:06 ` Szabolcs Nagy
  2020-07-06 11:19 ` Corinna Vinschen
  1 sibling, 0 replies; 3+ messages in thread
From: Szabolcs Nagy @ 2020-07-06  9:06 UTC (permalink / raw)
  To: Eshan dhawan; +Cc: newlib

The 07/04/2020 04:11, Eshan dhawan via Newlib wrote:
> 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
>  }

thanks this fixes the build issue i see.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm
  2020-07-03 22:41 [PATCH] Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm Eshan dhawan
  2020-07-06  9:06 ` Szabolcs Nagy
@ 2020-07-06 11:19 ` Corinna Vinschen
  1 sibling, 0 replies; 3+ messages in thread
From: Corinna Vinschen @ 2020-07-06 11:19 UTC (permalink / raw)
  To: newlib

On Jul  4 04:11, Eshan dhawan via Newlib wrote:
> 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

Pushed


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-06 11:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 22:41 [PATCH] Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm Eshan dhawan
2020-07-06  9:06 ` Szabolcs Nagy
2020-07-06 11:19 ` Corinna Vinschen

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).