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

Dragan Mladjenovic dmladjenovic@wavecomp.com
Fri Jan 24 22:23:00 GMT 2020


From: "Dragan Mladjenovic" <dmladjenovic@wavecomp.com>

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index ef27c9b..7736990 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -623,7 +623,14 @@ a work-in-progress.</p>
   </li>
 </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 requires use of glibc 2.31 or later.
+  </li>
+</ul>
 
 <!-- <h3 id="mep">MeP</h3> -->
 
-- 
1.9.1



More information about the Gcc-patches mailing list