Module Name: src Committed By: maxv Date: Tue May 5 19:26:47 UTC 2020
Modified Files: src/sys/arch/amd64/stand/prekern: elf.c prekern.h Log Message: Gather the section filtering in a single function, and add a sanity check when relocating, to make sure the section we're accessing is mappable. Currently this check fails, because of the Xen section, which has RELAs but is an unmappable unallocated note. Also improve the prekern ASSERTs while here. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/amd64/stand/prekern/elf.c cvs rdiff -u -r1.20 -r1.21 src/sys/arch/amd64/stand/prekern/prekern.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.