CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/08/23 00:46:17
Modified files: sys/sys : exec_elf.h libexec/ld.so : loader.c resolve.c resolve.h Log message: Implement support for DT_INIT_ARRAY, DT_FINI_ARRAY and DT_PREINIT_ARRAY. Don't skip DT_INIT and DT_FINI for the main executable. This matches what Linux and Solaris do. ok guenther@