? sh_mtas_rename.patch
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.23
@@ -232,9 +232,9 @@
<li>Minor improvements to code generated for software atomic sequences
that are enabled by <code>-msoft-atomic</code>.</li>
- <li>A new option <code>-menable-tas</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> will make 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
@@ -281,9 +281,9 @@
<li>The behavior of the <code>-mieee</code> option has been fixed and the
negative form <code>-mno-ieee</code> has been added to control the IEEE
- conformance of floating point comparisons. By default<code>-mieee</code> is
- now enabled and the option <code>-ffinite-math-only</code> implicitly sets
- <code>-mno-ieee</code>.</li>
+ conformance of floating point comparisons. By default <code>-mieee</code>
+ is now enabled and the option <code>-ffinite-math-only</code> implicitly
+ sets <code>-mno-ieee</code>.</li>
</ul>