This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, wwwdoc] Describe the changes of NDS32 port in GCC-5.0.


On Wed, 25 Feb 2015, Chung-Ju Wu wrote:
> Committed as revision 1.82 of htdocs/gcc-5/changes.html with minor 
> adjustment.

Thanks for adding those release notes!  I just applied a number 
of editorial changes on top of the original patch.  Let me know
if there are further changes you'd like to see (or if I misunderstood
some aspect).

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.96
diff -u -r1.96 changes.html
--- changes.html	8 Apr 2015 06:56:07 -0000	1.96
+++ changes.html	8 Apr 2015 07:24:57 -0000
@@ -759,15 +759,15 @@
 
 <h3 id="nds32">NDS32</h3>
   <ul>
-    <li>The variadic function ABI implementation is now compatible to the past
-    Andes toolchains where caller uses registers to pass arguments and callee
-    is in charge of pushing them into stack.</li>
+    <li>The variadic function ABI implementation is now compatible with
+    past Andes toolchains where the caller uses registers to pass arguments
+    and the callee is in charge of pushing them on stack.</li>
     <li>The options <code>-mforce-fp-as-gp</code>, <code>-mforbid-fp-as-gp</code>,
-    and <code>-mex9</code> have been removed since they are not available yet in
-    the nds32 port of GNU binutils package.</li>
-    <li>New option <code>-mcmodel=[small|medium|large]</code> is provided to
-    support varied code model on code generation.  The <code>-mgp-direct</code>
-    option now becomes meaningless and can be discarded.</li>
+    and <code>-mex9</code> have been removed since they are not yet available
+    in the nds32 port of GNU binutils.</li>
+    <li>A new option <code>-mcmodel=[small|medium|large]</code> supports
+    varied code models on code generation.  The <code>-mgp-direct</code>
+    option became meaningless and can be discarded.</li>
   </ul>
 
 <h3 id="sh">SH</h3>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]