elf2efi: ignore .sframe

SFrames are a new format for stack unwinding information. Ignore it if
preset as is done for .eh_frame.
This commit is contained in:
Sam James
2025-07-16 11:05:11 +01:00
committed by Zbigniew Jędrzejewski-Szmek
parent 600bbac35f
commit e65455fead

View File

@@ -214,6 +214,7 @@ IGNORE_SECTIONS = [
".eh_frame_hdr",
".ARM.exidx",
".relro_padding",
".sframe",
]
IGNORE_SECTION_TYPES = [