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

2020-03-30 Thread Gerald Pfeifer
On Mon, 30 Mar 2020, Dragan Mladjenovic wrote:
> Thanks. I forgot to mention. I would need someone to commit this for me.

I'll take care.

Gerald


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

2020-03-30 Thread Martin Liška

On 3/30/20 5:49 PM, Dragan Mladjenovic wrote:

I won't be able to access to my sourceware account for some time.


Hi.

Done as 47f1af75a082fe6e4d2bd4b289d982abd749c824.

Martin


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

2020-03-30 Thread Dragan Mladjenovic

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.
  
  
  
-

+ MIPS
+ 
+The mips*-*-linux* 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
+  --with-glibc-version=2.31
+  against glibc 2.31 or later.
+   
+ 

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.




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

2020-03-30 Thread Jeff Law via Gcc-patches
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.
>  
>  
>  
> -
> + MIPS
> + 
> +The mips*-*-linux* 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
> +  --with-glibc-version=2.31
> +  against glibc 2.31 or later.
> +   
> + 
OK
jeff
> 



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

2020-03-29 Thread Dragan Mladjenovic
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.
 
 
 
-
+ MIPS
+ 
+The mips*-*-linux* 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
+  --with-glibc-version=2.31
+  against glibc 2.31 or later.
+   
+ 
 
 
 
-- 
2.17.1