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