Re: [PATCH][wwwdocs][AArch64/arm] Mention Neoverse N1 and Neoverse E1 support for GCC 9

2019-02-26 Thread Gerald Pfeifer
On Mon, 25 Feb 2019, Kyrill Tkachov wrote:
> Here's a wwwdocs patch mentioning the recently-added support for the Arm 
> Neoverse N1 and Neoverse E1 processors. Checked the output on Firefox.
> 
> Ok to commit (from an aarch64 perspective)?

Looks good to me, just...

> +Support has been added for the Arm Neoverse E1 processor 
> (-mcpu=neoverse-e1)

...break this long line and add a full stop at the end.

Thanks,
Gerald


[PATCH][wwwdocs][AArch64/arm] Mention Neoverse N1 and Neoverse E1 support for GCC 9

2019-02-25 Thread Kyrill Tkachov

Hi all,

Here's a wwwdocs patch mentioning the recently-added support for the Arm 
Neoverse N1 and Neoverse E1 processors.

Checked the output on Firefox.

Ok to commit (from an aarch64 perspective)?

Thanks,
Kyrill

Index: htdocs/gcc-9/changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.43
diff -U 3 -r1.43 changes.html
--- htdocs/gcc-9/changes.html	21 Feb 2019 10:32:55 -	1.43
+++ htdocs/gcc-9/changes.html	22 Feb 2019 09:04:53 -
@@ -267,6 +267,7 @@
 
 	Arm Cortex-A76 (cortex-a76).
 	Arm Cortex-A55/Cortex-A76 DynamIQ big.LITTLE (cortex-a76.cortex-a55).
+	Arm Neoverse N1 (neoverse-n1).
 
 The GCC identifiers can be used
 as arguments to the -mcpu or -mtune options,
@@ -288,6 +289,10 @@
 AArch64 specific
 
   
+Support has been added for the Arm Neoverse E1 processor (-mcpu=neoverse-e1)
+  
+
+  
 The AArch64 port now has support for stack clash protection using the
 https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html#index-fstack-protector;>-fstack-clash-protection option.  The probing interval/guard
 size can be set by using --param stack-clash-protection-guard-size=12|16.