public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] riscv/include/fenv.h: Use shared fenv.h.
@ 2019-09-03 14:54 Joel Sherrill
0 siblings, 0 replies; only message in thread
From: Joel Sherrill @ 2019-09-03 14:54 UTC (permalink / raw)
To: newlib-cvs
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c7113713845eaf31cbc44bdf12b2001414c92cbb
commit c7113713845eaf31cbc44bdf12b2001414c92cbb
Author: Joel Sherrill <joel@rtems.org>
Date: Tue Aug 27 07:46:47 2019 -0500
riscv/include/fenv.h: Use shared fenv.h.
libc/include/fenv.h was a direct copy of this file.
Diff:
---
newlib/libc/machine/riscv/include/fenv.h | 42 --------------------------------
1 file changed, 42 deletions(-)
diff --git a/newlib/libc/machine/riscv/include/fenv.h b/newlib/libc/machine/riscv/include/fenv.h
deleted file mode 100644
index 4795cc9..0000000
--- a/newlib/libc/machine/riscv/include/fenv.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/* Copyright (c) 2017 SiFive Inc. All rights reserved.
-
- This copyrighted material is made available to anyone wishing to use,
- modify, copy, or redistribute it subject to the terms and conditions
- of the FreeBSD License. This program is distributed in the hope that
- it will be useful, but WITHOUT ANY WARRANTY expressed or implied,
- including the implied warranties of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. A copy of this license is available at
- http://www.opensource.org/licenses.
-*/
-
-#ifndef _FENV_H
-#define _FENV_H
-
-#include <sys/fenv.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* Exception */
-int feclearexcept(int excepts);
-int fegetexceptflag(fexcept_t *flagp, int excepts);
-int feraiseexcept(int excepts);
-int fesetexceptflag(const fexcept_t *flagp, int excepts);
-int fetestexcept(int excepts);
-
-/* Rounding mode */
-int fegetround(void);
-int fesetround(int rounding_mode);
-
-/* Float environment */
-int fegetenv(fenv_t *envp);
-int feholdexcept(fenv_t *envp);
-int fesetenv(const fenv_t *envp);
-int feupdateenv(const fenv_t *envp);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-09-03 14:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03 14:54 [newlib-cygwin] riscv/include/fenv.h: Use shared fenv.h Joel Sherrill
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).