[PATCH v1 4/7] Add aarch64-specific SEH commands
Jan Beulich
jbeulich@suse.com
Wed Apr 9 14:17:46 GMT 2025
On 09.04.2025 16:08, Evgeny Karpov wrote:
> Implementation for aarch64 contains SEH commands that are not present for
> x64 architecture, such as .seh_startepilogue/.seh_endepilogue,
> .seh_save_reg*, .seh_save_freg*, and others.
>
> gas/ChangeLog:
>
> * config/obj-coff-seh.c (obj_coff_seh_startepilogue): New.
> (obj_coff_seh_endepilogue): New.
> (obj_coff_seh_endfunclet): New.
> (obj_coff_seh_save_reg): New.
> ---
> gas/config/obj-coff-seh.c | 134 ++++++++++++++++++++++++++++++++++++++
> 1 file changed, 134 insertions(+)
This adds a number of static functions with no caller. Aiui that'll break
the build, until whatever subsequent patch introduces uses of these
functions.
Jan
More information about the Binutils
mailing list