Comments
Patch
@@ -617,6 +617,7 @@
<h2 id="targets">New Targets and Target Specific Improvements</h2>
<h3 id="arm">ARM</h3>
+ <ul>
<li>GCC now supports the Cortex-M4 processor implementing
the v7-em version of the architecture using the option
<code>-mcpu=cortex-m4</code>.</li>
@@ -646,10 +647,10 @@
respective names as parameters to the <code>-mcpu=</code>
option.</li>
- <li> Basic support was added for Cortex-A15 and is available through
+ <li>Basic support was added for Cortex-A15 and is available through
<code>-mcpu=cortex-a15</code>.</li>
- <li> GCC for AAPCS configurations now more closely adheres to the AAPCS
+ <li>GCC for AAPCS configurations now more closely adheres to the AAPCS
specification by enabling <code>-fstrict-volatile-bitfields</code> by
default.</li>
</ul>