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: [wwwdocs] GCC-7.3 changes: Add note about LEON3FT erratum workaround


Sebastian, thanks for the feedback! I have updated the patch accordingly:

Index: htdocs/gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.98
diff -u -r1.98 changes.html
--- htdocs/gcc-7/changes.html    23 Jan 2018 06:41:52 -0000    1.98
+++ htdocs/gcc-7/changes.html    26 Jan 2018 12:24:49 -0000
@@ -1320,6 +1320,16 @@
 are not listed here).</p>

 <!-- .................................................................. -->
+<h3>Target Specific Changes</h3>
+
+<h4>SPARC</h4>
+  <ul>
+    <li>Work arounds for the four <a href="http://www.gaisler.com/index.php/information/app-tech-notes";> +        LEON3FT errata GRLIB-TN-0010..0013</a> have been added. Relevant errata
+        are activated by the target specific <code>-mfix-ut699</code>,
+        <code>-mfix-ut700</code> and <code>-mfix-gr712rc</code> switches.</li>
+  </ul>
+
 <h3>Operating Systems</h3>

 <h4>RTEMS</h4>


On 2018-01-26 13:09, Daniel Hellstrom wrote:
Hi,

I would like to commit the following comment about LEON3-FT errata now available in GCC-7.3.

Thanks,
Daniel


Index: htdocs/gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.98
diff -u -r1.98 changes.html
--- htdocs/gcc-7/changes.html    23 Jan 2018 06:41:52 -0000 1.98
+++ htdocs/gcc-7/changes.html    26 Jan 2018 12:05:33 -0000
@@ -1327,5 +1327,15 @@
      <li>Support has been added for Epiphany target.</li>
    </ul>

+<h3>Target Specific Changes</h3>
+
+<h4>SPARC</h4>
+  <ul>
+    <li>Work arounds for the four LEON3FT errata
+        GRLIB-TN-0010..0013 have been added. Relevant errata are activated
+    by the target specific <code>-mfix-ut699</code>,
+    <code>-mfix-ut700</code> and <code>-mfix-gr712rc</code> switches.</li>
+  </ul>
+
 </body>
 </html>


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