CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/12/24 07:04:09
Modified files: lib/csu : boot.h libexec/ld.so/i386: archdep.h Log message: Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL value to determine if DT_JMPREL relocations are REL or RELA and conditionally perform DT_JMPREL in either REL or RELA as needed (idea from kettenis@). Remove unneeded i386 RELA implementation. i386 static pie working now. okay kettenis@