]> git.ipfire.org Git - thirdparty/systemd.git/commit
elf2efi: ignore .sframe
authorSam James <sam@gentoo.org>
Wed, 16 Jul 2025 10:05:11 +0000 (11:05 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 16 Jul 2025 12:57:30 +0000 (14:57 +0200)
commite65455feade65c798fd1742220768eba7f81755b
treee01ed76c0c44bcad5dbc172982ca0790fd1d6b48
parent600bbac35febd2f761cef190dc539816c0adb9ff
elf2efi: ignore .sframe

SFrames are a new format for stack unwinding information. Ignore it if
preset as is done for .eh_frame.
tools/elf2efi.py