[wwwdocs] gcc-13: riscv: Document the Zawrs support

Message ID 20221102145904.2958916-1-christoph.muellner@vrull.eu
State New
Headers
Series [wwwdocs] gcc-13: riscv: Document the Zawrs support |

Commit Message

Christoph Müllner Nov. 2, 2022, 2:59 p.m. UTC
  From: Christoph Müllner <christoph.muellner@vrull.eu>

This patch documents the new RISC-V Zawrs support.

Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
---
 htdocs/gcc-13/changes.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
  

Comments

Kito Cheng Nov. 2, 2022, 4:11 p.m. UTC | #1
LGTM, thanks!

On Wed, Nov 2, 2022 at 7:59 AM Christoph Muellner
<christoph.muellner@vrull.eu> wrote:
>
> From: Christoph Müllner <christoph.muellner@vrull.eu>
>
> This patch documents the new RISC-V Zawrs support.
>
> Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
> ---
>  htdocs/gcc-13/changes.html | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
> index 7c6bfa6e..5e6e054b 100644
> --- a/htdocs/gcc-13/changes.html
> +++ b/htdocs/gcc-13/changes.html
> @@ -261,7 +261,10 @@ a work-in-progress.</p>
>
>  <!-- <h3 id="s390">S/390, System z, IBM z Systems</h3> -->
>
> -<!-- <h3 id="riscv">RISC-V</h3> -->
> +<h3 id="riscv">RISC-V</h3>
> +<ul>
> +    <li>New ISA extension support for zawrs.</li>
> +</ul>
>
>  <!-- <h3 id="rx">RX</h3> -->
>
> --
> 2.38.1
>
  
Philipp Tomsich Nov. 2, 2022, 6:58 p.m. UTC | #2
Applied to gcc-wwwdocs/master. Thanks!
Philipp.

On Wed, 2 Nov 2022 at 17:12, Kito Cheng <kito.cheng@sifive.com> wrote:
>
> LGTM, thanks!
>
> On Wed, Nov 2, 2022 at 7:59 AM Christoph Muellner
> <christoph.muellner@vrull.eu> wrote:
> >
> > From: Christoph Müllner <christoph.muellner@vrull.eu>
> >
> > This patch documents the new RISC-V Zawrs support.
> >
> > Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
> > ---
> >  htdocs/gcc-13/changes.html | 5 ++++-
> >  1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
> > index 7c6bfa6e..5e6e054b 100644
> > --- a/htdocs/gcc-13/changes.html
> > +++ b/htdocs/gcc-13/changes.html
> > @@ -261,7 +261,10 @@ a work-in-progress.</p>
> >
> >  <!-- <h3 id="s390">S/390, System z, IBM z Systems</h3> -->
> >
> > -<!-- <h3 id="riscv">RISC-V</h3> -->
> > +<h3 id="riscv">RISC-V</h3>
> > +<ul>
> > +    <li>New ISA extension support for zawrs.</li>
> > +</ul>
> >
> >  <!-- <h3 id="rx">RX</h3> -->
> >
> > --
> > 2.38.1
> >
  

Patch

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 7c6bfa6e..5e6e054b 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -261,7 +261,10 @@  a work-in-progress.</p>
 
 <!-- <h3 id="s390">S/390, System z, IBM z Systems</h3> -->
 
-<!-- <h3 id="riscv">RISC-V</h3> -->
+<h3 id="riscv">RISC-V</h3>
+<ul>
+    <li>New ISA extension support for zawrs.</li>
+</ul>
 
 <!-- <h3 id="rx">RX</h3> -->