CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2022/01/17 12:45:34
Modified files: libexec/ld.so/mips64: archdep.h boot_md.c Log message: Stop supporting a GOT with only one reserved entry in static PIE and ld.so itself: support for that in dynamic objects was removed in 2010. Inline RELOC_GOT() into boot_md.c and clean up the result like boot.c, snag just the three DT_MIPS_* tags needed, and delete the error case which is verified at build time. ok visa@