mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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:
committed by
Zbigniew Jędrzejewski-Szmek
parent
600bbac35f
commit
e65455fead
@@ -214,6 +214,7 @@ IGNORE_SECTIONS = [
|
||||
".eh_frame_hdr",
|
||||
".ARM.exidx",
|
||||
".relro_padding",
|
||||
".sframe",
|
||||
]
|
||||
|
||||
IGNORE_SECTION_TYPES = [
|
||||
|
||||
Reference in New Issue
Block a user