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]

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



On 14/11/14 15:31, Gerald Pfeifer wrote:
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.

Makes sense. Here are the changes for the 4.9 and 4.8 changes.html pages.

Ok?

Thanks,
Kyrill


Gerald

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 15:37:33 -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> Starting with GCC 4.8.4 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>
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 15:37:19 -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> Starting with GCC 4.9.2 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]