public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix i386 fenv support
@ 2020-03-10 15:03 Joel Sherrill
  2020-03-10 15:03 ` [PATCH] i386/fenv.c: Include fenv.c implementation shared with x86_64, not stub Joel Sherrill
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Sherrill @ 2020-03-10 15:03 UTC (permalink / raw)
  To: newlib

In removing the symbolic links, I accidentally ended up with the
i386 not having an fenv.h implementation. All the files linked to
the stub.

This patch addresses this.

--joel

Joel Sherrill (1):
  i386/fenv.c: Include fenv.c implementation shared with x86_64, not
    stub

 newlib/libm/machine/i386/fenv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.8.3.1


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

* [PATCH] i386/fenv.c: Include fenv.c implementation shared with x86_64, not stub
  2020-03-10 15:03 [PATCH] Fix i386 fenv support Joel Sherrill
@ 2020-03-10 15:03 ` Joel Sherrill
  2020-03-10 15:06   ` Corinna Vinschen
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Sherrill @ 2020-03-10 15:03 UTC (permalink / raw)
  To: newlib

---
 newlib/libm/machine/i386/fenv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newlib/libm/machine/i386/fenv.c b/newlib/libm/machine/i386/fenv.c
index 8cbee77..1a97f56 100644
--- a/newlib/libm/machine/i386/fenv.c
+++ b/newlib/libm/machine/i386/fenv.c
@@ -4,4 +4,4 @@
  * (c) Copyright 2019 Joel Sherrill <joel@rtems.org>
  */
 
-#include "../../fenv/fenv_stub.c"
+#include "../x86_64/fenv.c"
-- 
1.8.3.1


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

* Re: [PATCH] i386/fenv.c: Include fenv.c implementation shared with x86_64, not stub
  2020-03-10 15:03 ` [PATCH] i386/fenv.c: Include fenv.c implementation shared with x86_64, not stub Joel Sherrill
@ 2020-03-10 15:06   ` Corinna Vinschen
  0 siblings, 0 replies; 3+ messages in thread
From: Corinna Vinschen @ 2020-03-10 15:06 UTC (permalink / raw)
  To: Joel Sherrill; +Cc: newlib

[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

On Mar 10 10:03, Joel Sherrill wrote:
> ---
>  newlib/libm/machine/i386/fenv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/newlib/libm/machine/i386/fenv.c b/newlib/libm/machine/i386/fenv.c
> index 8cbee77..1a97f56 100644
> --- a/newlib/libm/machine/i386/fenv.c
> +++ b/newlib/libm/machine/i386/fenv.c
> @@ -4,4 +4,4 @@
>   * (c) Copyright 2019 Joel Sherrill <joel@rtems.org>
>   */
>  
> -#include "../../fenv/fenv_stub.c"
> +#include "../x86_64/fenv.c"
> -- 
> 1.8.3.1

Pushed.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2020-03-10 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 15:03 [PATCH] Fix i386 fenv support Joel Sherrill
2020-03-10 15:03 ` [PATCH] i386/fenv.c: Include fenv.c implementation shared with x86_64, not stub Joel Sherrill
2020-03-10 15:06   ` 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).