CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/09/08 12:56:58
Modified files: libexec/ld.so/arm: archdep.h lib/csu/arm : md_init.h Log message: Implement self-relocation for -static -pie on arm. Also removes some unecessary code from the normal startup code and do some general cleanup to make the code more readable. ok guenther@, jsg@