This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 01/12] Documentation for the 32 bit RISC-V port


On Tue, 17 Jul 2018, Zong Li wrote:

> Add the small documentation entries about the 32 bit RISC-V port.
> ---
>  NEWS   | 3 +++
>  README | 1 +
>  2 files changed, 4 insertions(+)
> 
> diff --git a/NEWS b/NEWS
> index 5de2c28..b9ceca3 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -305,6 +305,9 @@ Major new features:
>    requires at least binutils-2.30, gcc-7.3.0, and linux-4.15; and is supported
>    for the following ISA and ABI pairs:
>  
> +    - rv32imac ilp32
> +    - rv32imafdc ilp32
> +    - rv32imafdc ilp32d
>      - rv64imac lp64
>      - rv64imafdc lp64
>      - rv64imafdc lp64d

This is the NEWS section for 2.27.  You're proposing a new feature for 
2.28 so need to update NEWS for 2.28 instead (and actually I think it's 
more appropriate for 2.29, so once 2.29 development has started you would 
be posting patches that add to the new NEWS sections for 2.29 that are 
added after 2.28 is out).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]