Re: [PATCH v4 01/23] aarch64: Add -mbranch-protection=gcs option

2024-11-15 Thread Yury Khrustalev
Hi Jonathan, On Thu, Nov 14, 2024 at 08:39:07PM +, Jonathan Wakely wrote: > On 14/11/24 12:36 +, Yury Khrustalev wrote: > > From: Szabolcs Nagy > > > > ... > > > > @@ -28093,7 +28093,7 @@ if test "${enable_standard_branch_protection+set}" > > = set; then : > > enableval=$enable_standa

Re: [PATCH v4 01/23] aarch64: Add -mbranch-protection=gcs option

2024-11-14 Thread Jonathan Wakely
On 14/11/24 12:36 +, Yury Khrustalev wrote: From: Szabolcs Nagy This enables Guarded Control Stack (GCS) compatible code generation. The "standard" branch-protection type enables it, and the default depends on the compiler default. gcc/ChangeLog: * config/aarch64/aarch64-protos.h

[PATCH v4 01/23] aarch64: Add -mbranch-protection=gcs option

2024-11-14 Thread Yury Khrustalev
From: Szabolcs Nagy This enables Guarded Control Stack (GCS) compatible code generation. The "standard" branch-protection type enables it, and the default depends on the compiler default. gcc/ChangeLog: * config/aarch64/aarch64-protos.h (aarch_gcs_enabled): Declare. * config/aa