[PATCH V2][wwwdocs] Document GNU-stack support added to GCC 10 for MIPS

Dragan Mladjenovic dragan.mladjenovic@rt-rk.com
Sun Mar 29 20:33:41 GMT 2020


diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index b5cbcebf..1e1eaf43 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -692,7 +692,17 @@ a work-in-progress.</p>
 </ul>
 
 
-<!-- <h3 id="mips">MIPS</h3> -->
+ <h3 id="mips">MIPS</h3>
+ <ul>
+    <li>The <code>mips*-*-linux*</code> targets now mark object files with
+      appropriate GNU-stack note, facilitating use of non-executable stack
+      hardening on GNU/Linux.
+      The soft-float targets have this feature enabled by default, while
+      for hard-float targets it is required for GCC to be configured with
+      <code>--with-glibc-version=2.31</code>
+      against glibc 2.31 or later.
+   </li>
+ </ul>
 
 <!-- <h3 id="mep">MeP</h3> -->
 
-- 
2.17.1



More information about the Gcc-patches mailing list