Re: [PATCH v4 3/3] aarch64: add support for AEABI Build Attributes

2025-06-16 Thread Matthieu Longo
On 2025-06-11 16:28, Richard Sandiford wrote: Matthieu Longo writes: GCS (Guarded Control Stack, an Armv9.4-a extension) requires some caution at runtime. The runtime linker needs to reason about the compatibility of a set of relocable object files that might not have been compiled with the sam

Re: [PATCH v4 3/3] aarch64: add support for AEABI Build Attributes

2025-06-11 Thread Richard Sandiford
Matthieu Longo writes: > GCS (Guarded Control Stack, an Armv9.4-a extension) requires some > caution at runtime. The runtime linker needs to reason about the > compatibility of a set of relocable object files that might not > have been compiled with the same compiler. > Up until now, those metadat

[PATCH v4 3/3] aarch64: add support for AEABI Build Attributes

2025-06-04 Thread Matthieu Longo
GCS (Guarded Control Stack, an Armv9.4-a extension) requires some caution at runtime. The runtime linker needs to reason about the compatibility of a set of relocable object files that might not have been compiled with the same compiler. Up until now, those metadata, used for the previously mention