Split out the hppa and mips64 versions of boot.h similar to how I
authorguenther <guenther@openbsd.org>
Sun, 14 Nov 2021 00:45:38 +0000 (00:45 +0000)
committerguenther <guenther@openbsd.org>
Sun, 14 Nov 2021 00:45:38 +0000 (00:45 +0000)
commitc911477e01140e5d8b3116e56322412ea1f164aa
tree97cece48dae3a85e31dc175cbfdcea2c5321f4cf
parent275f8d8df066375c808e29adeab6f7563533e6b6
Split out the hppa and mips64 versions of boot.h similar to how I
split ld.so/boot.c in 2019:
 * delete extraneous #includes
 * delete jmprel handling on non-hppa
 * delete RELOC_GOT() and DT_PROC bits on non-mips64

ok visa@
lib/csu/Makefile
lib/csu/boot.h
lib/csu/crt0.c
lib/csu/hppa/boot_md.h [new file with mode: 0644]
lib/csu/mips64/boot_md.h [new file with mode: 0644]