public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] RISC-V: Fix wrong including file in s_isinf.c
@ 2020-10-29  8:39 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2020-10-29  8:39 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ff2c8fcfc7114391b070997a67199c009fe19d46

commit ff2c8fcfc7114391b070997a67199c009fe19d46
Author: Kito Cheng <kito.cheng@sifive.com>
Date:   Wed Oct 28 23:41:27 2020 +0800

    RISC-V: Fix wrong including file in s_isinf.c

Diff:
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-29  8:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29  8:39 [newlib-cygwin] RISC-V: Fix wrong including file in s_isinf.c 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).