This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH v2 2/3] Add RISC-V port for libm
- From: Jeff Johnston <jjohnstn at redhat dot com>
- To: Kito Cheng <kito dot cheng at gmail dot com>
- Cc: Newlib <newlib at sourceware dot org>, Andrew Waterman <andrew at sifive dot com>, Palmer Dabbelt <palmer at dabbelt dot com>, patches at groups dot riscv dot org
- Date: Wed, 16 Aug 2017 18:07:27 -0400
- Subject: Re: [PATCH v2 2/3] Add RISC-V port for libm
- Authentication-results: sourceware.org; auth=none
- References: <CA+yXCZBdf6scSx_DLsAjFhySMKLReuBLH5OoXS0V0k8OVt-ivw@mail.gmail.com>
Hi Kito,
The fe_dfl_env.c does not contain a license. Could you please add
one? I have already checked in Patch 1. If you just send the patch
to fe_dfl_env.c, that's fine.
-- Jeff J.
On Mon, Aug 14, 2017 at 6:26 AM, Kito Cheng <kito.cheng@gmail.com> wrote:
> This patch contain all newlib/libm for RISC-V, and mainly contribute by Michael.
>
> And this patch is identical to v1.
>
> Contributor list:
> - Michael Neilly <mneilly@yahoo.com>
> - Kito Cheng <kito.cheng@gmail.com>