On Wed, 29 Aug 2012, Oleg Endo wrote:
> The new SH option -menable-tas has been renamed to -mtas in rev 190782.
> I have committed the attached patch to reflect this in the changes.html
> for 4.8.

Thanks for thinking of this.  In line with changes Sandra made
recently, I replaced future tense as follows (which also wraps
some long lines).

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.25
diff -u -3 -p -r1.25 changes.html
--- changes.html        2 Sep 2012 14:36:54 -0000       1.25
+++ changes.html        2 Sep 2012 15:54:45 -0000
@@ -232,9 +232,9 @@ by this change.</p>
       <li>Minor improvements to code generated for software atomic sequences
       that are enabled by <code>-msoft-atomic</code>.</li>
 
-      <li>A new option <code>-mtas</code> will make the compiler generate the
-      <code>tas.b</code> instruction for the <code>__atomic_test_and_set</code>
-      built-in function.</li>
+      <li>A new option <code>-mtas</code> makes the compiler generate
+      the <code>tas.b</code> instruction for the
+      <code>__atomic_test_and_set</code> built-in function.</li>
 
       <li>The SH4A instructions <code>movco.l</code> and
       <code>movli.l</code> are now supported.  They are used to implement some

Reply via email to