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
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>