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.
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>
Is this patch OK?
Best regards,
jasonwucj