Done 🙂 Thank you for your review,
Claudiu
________________________________
From: Martin Sebor <mse...@gmail.com>
Sent: Tuesday, March 3, 2020 6:47 PM
To: Claudiu Zissulescu <claz...@gmail.com>; gcc-patches@gcc.gnu.org 
<gcc-patches@gcc.gnu.org>
Cc: ger...@pfeifer.com <ger...@pfeifer.com>; l...@redhat.com <l...@redhat.com>; 
Francois Bedard <fbed...@synopsys.com>; Claudiu Zissulescu 
<claz...@synopsys.com>; andrew.burg...@embecosm.com 
<andrew.burg...@embecosm.com>
Subject: Re: [PATCH] [COMMITTED] arc: Add ARC entry for gcc-10/changes.html

On 3/3/20 2:12 AM, Claudiu Zissulescu wrote:
> Add ARC entry for gcc-10/changes.html
>
> ---
>   htdocs/gcc-10/changes.html | 14 +++++++++++++-
>   1 file changed, 13 insertions(+), 1 deletion(-)
>
> diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
> index 53d0ca08..4e27c05b 100644
> --- a/htdocs/gcc-10/changes.html
> +++ b/htdocs/gcc-10/changes.html
> @@ -557,7 +557,19 @@ a work-in-progress.</p>
>     much improved.</li>
>   </ul>
>
> -<!-- <h3 id="arc">ARC</h3> -->
> +<h3 id="arc">ARC</h3>
> +<ul>
> +  <li>The interrupt service routine functions saves all used
                                                  ^^^^^
Just a small typo: they "save".

> +  registers, including extension registers and auxiliary registers
> +  used by Zero Overhead Loops.</li>
> +  <li>Improve code-size by using multiple short instructions instead

Not terribly important but I don't think the hyphen in code size is
called for (it's not used as an adjective).

Martin

> +  of a single long mov or ior instruction when its long immediate
> +  constant is known.</li>
> +  <li>Fix usage of the accumulator register for ARC600.</li>
> +  <li>Fix issues with <code>uncached</code> attribute.</li>
> +  <li>Remove <code>-mq-class</code> option.</li>
> +  <li>Improve 64-bit integer addition and subtraction operations.</li>
> +</ul>
>
>   <h3 id="arm">arm</h3>
>   <ul>
>

Reply via email to