This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Hi all,

Considering that the erratum workaround option was backported to 4.9, 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.9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.81
diff -U 3 -r1.81 changes.html
--- htdocs/gcc-4.9/changes.html	30 Oct 2014 08:18:36 -0000	1.81
+++ htdocs/gcc-4.9/changes.html	14 Nov 2014 10:52:25 -0000
@@ -507,6 +507,12 @@
      <li> A number of structural changes have been made to both the ARM
        and AArch64 backends to facilitate improved code-generation.
      </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="arc">ARC</h3>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]