[Patch wwwdocs] Update docs with respect to changes for ARM.

Ramana Radhakrishnan ramana.gcc@googlemail.com
Thu Jan 27 20:37:00 GMT 2011


On Thu, Jan 27, 2011 at 11:15 AM, Ramana Radhakrishnan
<ramana.gcc@googlemail.com> wrote:
> On Thu, Jan 27, 2011 at 12:10 AM, Richard Earnshaw <rearnsha@arm.com> wrote:
>> Ok with the various suggested changes.
>
> Thanks - this is what I committed.

Bah - and I broke this by accidentally removing a <ul> unexpectedly
and took the opportunity to remove gratuituous white space changes.
Fixed thusly under the obvious rule.

Fixed now with this.

Ramana

--- gcc-4.6/changes.html	27 Jan 2011 11:14:48 -0000	1.95
+++ gcc-4.6/changes.html	27 Jan 2011 19:47:48 -0000
@@ -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>



>
>
>
> Ramana
>>
>> R.
>>
>>
>>
>> On 26 Jan 2011, at 22:55, "Gerald Pfeifer" <gerald@pfeifer.com> wrote:
>>
>>> On Thu, 20 Jan 2011, Ramana Radhakrishnan wrote:
>>>> I think I've managed to scrub together all the relevant changes for
>>>> ARM for the past year and here's a patch that reflects it.
>>>
>>> Nice job!  Given how specific this is to ARM I'd like to defer the
>>> actual refer to Richard who has done this now. :-)
>>>
>>> From my side, only one most minor note:
>>>
>>> Index: ./htdocs/gcc-4.6/changes.html
>>> ===================================================================
>>> +    <li>Scheduling descriptions for the Cortex-M4, the Neon and
>>> +      the Floating point units of the Cortex-A9 and a pipeline
>>> +      description for the Cortex-A5 have been added.</li>
>>>
>>> "floating point units" (lower case F)?
>>>
>>> If Richard is fine, please apply.
>>>
>>> Thanks,
>>> Gerald
>>>
>>
>>
>



More information about the Gcc-patches mailing list