This patch organizes the target-specific changes section alphabetically
(which it nearly was).
Committed as obvious.
R.
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.93
diff -u -p -r1.93 changes.html
--- changes.html 2 Mar 2012 09:40:55 -0000 1.93
+++ changes.html 2 Mar 2012 09:50:31 -0000
@@ -616,6 +616,19 @@ well.</p></li>
<h2 id="targets">New Targets and Target Specific Improvements</h2>
+<h3 id="arm">ARM</h3>
+ <ul>
+ <li>GCC now supports the Cortex-A7 processor implementing the
+ v7-a version of the architecture using the option
+ <code>-mcpu=cortex-a7</code>.</li>
+ <li>The default vector size in auto-vectorization for NEON is now 128 bits.
+ If vectorization fails thusly, the vectorizer tries again with
+ 64-bit vectors.</li>
+ <li>A new option <code>-mvectorize-with-neon-double</code> was added to
+ allow users to change the vector size to 64 bits.</li>
+
+ </ul>
+
<h3 id="avr">AVR</h3>
<ul>
<li>GCC now supports XMEGA architecture.
@@ -665,19 +678,6 @@ int add_values (const __flash int *p, in
</li>
</ul>
-<h3 id="arm">ARM</h3>
- <ul>
- <li>GCC now supports the Cortex-A7 processor implementing the
- v7-a version of the architecture using the option
- <code>-mcpu=cortex-a7</code>.</li>
- <li>The default vector size in auto-vectorization for NEON is now 128 bits.
- If vectorization fails thusly, the vectorizer tries again with
- 64-bit vectors.</li>
- <li>A new option <code>-mvectorize-with-neon-double</code> was added to
- allow users to change the vector size to 64 bits.</li>
-
- </ul>
-
<h3>C6X</h3>
<ul>
<li>Support has been added for the Texas Instruments C6X family of