[PATCH 2/2] RISC-V: Fix wrong including file in s_isinf.c

Kito Cheng kito.cheng@sifive.com
Wed Oct 28 15:41:27 GMT 2020


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

diff --git a/newlib/libm/machine/riscv/s_isinf.c b/newlib/libm/machine/riscv/s_isinf.c
index 3c82ee268..3d6d685a3 100644
--- a/newlib/libm/machine/riscv/s_isinf.c
+++ b/newlib/libm/machine/riscv/s_isinf.c
@@ -48,5 +48,5 @@ isinf (double x)
 	return (fclass & FCLASS_INF);
 }
 #else
-#include "../../common/sf_isinf.c"
+#include "../../common/s_isinf.c"
 #endif
-- 
2.28.0



More information about the Newlib mailing list