diff mbox series

[wwwdocs] Update GCC 8 release notes for NDS32 port

Message ID 6dc52a48-4c75-b331-7b49-a128b0113320@gmail.com
State New
Headers show
Series [wwwdocs] Update GCC 8 release notes for NDS32 port | expand

Commit Message

Chung-Ju Wu Jan. 23, 2018, 8:13 a.m. UTC
Hi, Gerald,

In previous patch we add new options for NDS32 port:
   https://gcc.gnu.org/ml/gcc-patches/2018-01/msg01397.html

So I think I need to update GCC 8 release notes as well.




Is this patch OK?


Best regards,
jasonwucj

Comments

Gerald Pfeifer Jan. 23, 2018, 2:39 p.m. UTC | #1
On Tue, 23 Jan 2018, Chung-Ju Wu wrote:
> In previous patch we add new options for NDS32 port:
>   https://gcc.gnu.org/ml/gcc-patches/2018-01/msg01397.html
> 
> So I think I need to update GCC 8 release notes as well.

Yes, please. :-)

> +    New command-line options <code>-mext-perf -mext-perf2 -mext-string</code>

Can you write this as

  "...<code>-mext-perf</code>, <code>-mext-perf2</code>, and
  <code>-mext-string</code>..."

please?

Approved with that change.

Gerald
Chung-Ju Wu Jan. 26, 2018, 4:36 a.m. UTC | #2
Gerald Pfeifer on 2018/1/23 22:39 wrote:
> On Tue, 23 Jan 2018, Chung-Ju Wu wrote:
>> +    New command-line options <code>-mext-perf -mext-perf2 -mext-string</code>
> 
> Can you write this as
> 
>    "...<code>-mext-perf</code>, <code>-mext-perf2</code>, and
>    <code>-mext-string</code>..."
> 
> please?
> 
> Approved with that change.
> 

Thank you for the review. :)

I made the change and committed it as revision 1.33 of htdosc/gcc-8/changes.html.


Best regards,
jasonwucj


> Gerald
>
diff mbox series

Patch

Index: htdocs/gcc-8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
retrieving revision 1.30
diff -u -r1.30 changes.html
--- htdocs/gcc-8/changes.html	21 Jan 2018 20:01:31 -0000	1.30
+++ htdocs/gcc-8/changes.html	22 Jan 2018 06:28:56 -0000
@@ -348,7 +348,13 @@ 
  
  <!-- <h3 id="msp430">MSP430</h3> -->
  
-<!-- <h3 id="nds32">NDS32</h3> -->
+<h3 id="nds32">NDS32</h3>
+<ul>
+  <li>
+    New command-line options <code>-mext-perf -mext-perf2 -mext-string</code>
+    have been added for performance extension instructions.
+  </li>
+</ul>
  
  <h3 id="nios2">Nios II</h3>
  <ul>