diff mbox

[wwwdocs] Add Cortex-A53 erratum workaround note to AArch64 changes for 4.8

Message ID 54661A75.4000600@arm.com
State New
Headers show

Commit Message

Kyrylo Tkachov Nov. 14, 2014, 3:06 p.m. UTC
Hi all,

Considering that the erratum workaround option was backported to 4.8, I 
assume we'll need an item for that
in the changes.html for that branch?

The text is the same as in the trunk version that I committed recently.

Ok?
Thanks,
Kyrill

Comments

Gerald Pfeifer Nov. 14, 2014, 3:31 p.m. UTC | #1
On Friday 2014-11-14 15:06, Kyrill Tkachov wrote:
> Considering that the erratum workaround option was backported to 4.8, 
> I assume we'll need an item for that in the changes.html for that 
> branch?

Good point.

Yes.  It will be good note note which minor release is the first
with this fix, though.

Gerald
diff mbox

Patch

Index: htdocs/gcc-4.8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.128
diff -U 3 -r1.128 changes.html
--- htdocs/gcc-4.8/changes.html	31 Aug 2014 15:15:57 -0000	1.128
+++ htdocs/gcc-4.8/changes.html	14 Nov 2014 10:56:36 -0000
@@ -464,6 +464,11 @@ 
   <li> The port provides initial support for the Cortex-A53 and the
     Cortex-A57 processors with the command line options
     <code>-mcpu=cortex-a53</code> and <code>-mcpu=cortex-a57</code>.</li>
+  <li> A workaround for the ARM Cortex-A53 erratum 835769 has been
+    added and can be enabled by giving the
+    <code>-mfix-cortex-a53-835769</code> option.
+    Alternatively it can be enabled by default by configuring GCC with the
+    <code>--enable-fix-cortex-a53-835769</code> option.</li>
 </ul>
 
 <h3 id="arm">ARM</h3>