CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/12/06 16:36:12
Modified files:
libexec/ld.so : boot.c
libexec/ld.so/alpha: archdep.h
libexec/ld.so/amd64: archdep.h
libexec/ld.so/arm: archdep.h
libexec/ld.so/hppa: archdep.h
libexec/ld.so/i386: archdep.h
libexec/ld.so/m88k: archdep.h
libexec/ld.so/mips64: archdep.h
libexec/ld.so/powerpc: archdep.h
libexec/ld.so/sh: archdep.h
libexec/ld.so/sparc: archdep.h
libexec/ld.so/sparc64: archdep.h
lib/csu : boot.h
Log message:
Simplify the relocation code for the ld.so bootstrap and static pie: track
just the dynamic tags are needed instead of reusing the generic elf_object_t
structure.
testing and feedback from miod@
ok kettenis@