]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Ignore the .interp section in the arm64 EFI loader
authorAndrew Turner <andrew@FreeBSD.org>
Thu, 10 Sep 2020 14:13:49 +0000 (14:13 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 08:12:10 +0000 (03:12 -0500)
commit5f9186c384db6886a1079fd0477ce008125ba9e4
tree1511b96cfa1144a48ce4fe8293964751acf363b3
parent40865d8d56f309d918d94ea28cf9ce9a5f35e6a5
Ignore the .interp section in the arm64 EFI loader

When building the loader an unneeded .interp section may be added. Move
this to the unused section region so offsets of used sections don't
change.

Obtained from: CheriBSD
Sponsored by: Innovate UK

(cherry picked from commit 6215ed7c5c0e8cdd536123ec658a081748cfc85c)
stand/efi/loader/arch/arm64/ldscript.arm64