diff mbox series

[v2,01/12] Documentation for the 32 bit RISC-V port

Message ID e54ed86b93b4f1973fd6f6163777e5382517a845.1531801545.git.zong@andestech.com
State New
Headers show
Series RISC-V glibc port for the 32 bit | expand

Commit Message

Zong Li July 17, 2018, 5:07 a.m. UTC
Add the small documentation entries about the 32 bit RISC-V port.
---
 NEWS   | 3 +++
 README | 1 +
 2 files changed, 4 insertions(+)

Comments

Joseph Myers July 17, 2018, 10:13 p.m. UTC | #1
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).
Zong Li July 18, 2018, 5:25 a.m. UTC | #2
Joseph Myers <joseph@codesourcery.com> 於 2018年7月18日 週三 上午6:13寫道:
>
> 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).

Sorry about that, I didn't notice the section. I will add it to
section 2.28 or 2.29.
(I hope this can be done in section 2.28).

> --
> Joseph S. Myers
> joseph@codesourcery.com
diff mbox series

Patch

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
diff --git a/README b/README
index 27a9fd4..6183376 100644
--- a/README
+++ b/README
@@ -37,6 +37,7 @@  The GNU C Library supports these configurations for using Linux kernels:
 	powerpc64*-*-linux-gnu	Big-endian and little-endian.
 	s390-*-linux-gnu
 	s390x-*-linux-gnu
+	riscv32-*-linux-gnu
 	riscv64-*-linux-gnu
 	sh[34]-*-linux-gnu
 	sparc*-*-linux-gnu