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>