On 3/30/2020 17:39, Jeff Law wrote:
On Sun, 2020-03-29 at 22:33 +0200, Dragan Mladjenovic wrote:
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>
OK
jeff
Thanks. I forgot to mention. I would need someone to commit this for me.
I won't be able to access to my sourceware account for some time.
Thanks in advance.