freebsd-skq/stand/efi/loader/arch
Jessica Clarke f32672272f loader: Ignore the .interp section on RISC-V
Without this we risk having the .interp section be placed earlier in the
file and mess with section offsets; in particular it has been seen to be
placed at the start of the file and cause the PE/COFF header to not be
at address 0. This is the same fix as was done for arm64 in r365578.

Reviewed by:	mhorne, imp
Approved by:	mhorne, imp
Differential Revision:	https://reviews.freebsd.org/D27603
2020-12-14 00:54:05 +00:00
..
amd64 Stop setting PG_U in bootstrap mappings. 2020-04-24 13:53:40 +00:00
arm loader: Avoid -Wpointer-to-int cast warnings for Arm and RISC-V 2020-07-26 18:17:36 +00:00
arm64 Use adrp in the arm64 efi loader 2020-10-13 16:51:05 +00:00
i386 veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
riscv loader: Ignore the .interp section on RISC-V 2020-12-14 00:54:05 +00:00