]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove remnant of arm's ELF trampoline
authormhorne <mhorne@FreeBSD.org>
Sun, 31 May 2020 14:43:04 +0000 (14:43 +0000)
committermhorne <mhorne@FreeBSD.org>
Sun, 31 May 2020 14:43:04 +0000 (14:43 +0000)
commita9d9f7629ebb2711b537b783c160fdfdcc399eca
tree9f3d012f8f3cd16db504cd4f26f4fc957f14ec3b
parentf0c25ded2be1e66a8e305f05349cf7e071a2aefc
Remove remnant of arm's ELF trampoline

The trampoline code used for loading gzipped a.out kernels on arm was
removed in r350436. A portion of this code allowed for DDB to find the
symbol tables when booting without loader(8), and some of this was
untouched in the removal. Remove it now.

Differential Revision: https://reviews.freebsd.org/D24950
sys/arm/arm/machdep_boot.c
sys/arm/include/elf.h
sys/arm64/arm64/machdep_boot.c
sys/riscv/riscv/machdep.c