CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2021/11/13 17:45:38
Modified files: lib/csu : Makefile boot.h crt0.c Added files: lib/csu/hppa : boot_md.h lib/csu/mips64 : boot_md.h Log message: 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@