[PATCH] i386/fenv.c: Include fenv.c implementation shared with x86_64, not stub

Joel Sherrill joel at rtems.org
Wed Mar 4 18:22:24 UTC 2020


---
 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 at rtems.org>
  */
 
-#include "../../fenv/fenv_stub.c"
+#include "../x86_64/fenv.c"
-- 
1.8.3.1



More information about the devel mailing list