This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH] riscv/sys/fenv.h: Add missing extern for fe_dfl_env_p
- From: Kito Cheng <kito dot cheng at gmail dot com>
- To: Joel Sherrill <joel at rtems dot org>
- Cc: Newlib <newlib at sourceware dot org>
- Date: Fri, 18 Oct 2019 00:20:26 +0800
- Subject: Re: [PATCH] riscv/sys/fenv.h: Add missing extern for fe_dfl_env_p
- References: <1570636881-25491-1-git-send-email-joel@rtems.org>
Hi Joel:
LGTM, verified with rv64gc and rv32g.
Thanks :)
On Thu, Oct 10, 2019 at 12:01 AM Joel Sherrill <joel@rtems.org> wrote:
> ---
> newlib/libc/machine/riscv/sys/fenv.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/newlib/libc/machine/riscv/sys/fenv.h
> b/newlib/libc/machine/riscv/sys/fenv.h
> index e69978d..6cbd321 100644
> --- a/newlib/libc/machine/riscv/sys/fenv.h
> +++ b/newlib/libc/machine/riscv/sys/fenv.h
> @@ -72,6 +72,8 @@
> typedef size_t fenv_t;
> typedef size_t fexcept_t;
> extern const fenv_t fe_dfl_env;
> +extern const fenv_t *fe_dfl_env_p;
> +
> #define FE_DFL_ENV fe_dfl_env_p
>
> #endif /* _SYS_FENV_H */
> --
> 1.8.3.1
>
>