[PATCH v7 3/3] aarch64: Implement Structured Exception Handling (SEH) on AArch64

Martin Storsjö martin@martin.st
Thu Apr 16 11:37:45 GMT 2026


On Thu, 16 Apr 2026, Alice Carlotti wrote:

> On Thu, Apr 16, 2026 at 03:38:49AM +0100, Alice Carlotti wrote:
>> On Thu, Mar 19, 2026 at 12:16:38PM +0100, Evgeny Karpov wrote:
>>
>> - Epilogue/epilog and prologue/prolog in various names.  We should be
>>   consistent with Microsoft's description, so remove the "ue"s.
>
> Actually, I've changed my thoughts on this - we should be consistent with the
> existing Binutils usage (and the GCC coding convention matches this).  So add
> the "ue"s wherever they are missing.

This sounds reasonable to me.

In particular, for the assembler directives (.seh_endprologue, 
.seh_startepilogue, .seh_endepilogue), we need to stick to the current 
spelling for compatibility with the existing corresponding directives in 
LLVM (which were modelled after the preexisting ones for x86_64 as defined 
by binutils).

// Martin



More information about the Binutils mailing list