remove processing of DT_JMPREL from dynamic linker stage 1 bootstrap
authorRich Felker <dalias@aerifal.cx>
Mon, 25 May 2015 04:25:56 +0000 (00:25 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 25 May 2015 04:25:56 +0000 (00:25 -0400)
commit09db855b35709aa627d7055c57a98e1e471920ab
tree3527b41d7aae80546beae47cccac002447d10439
parent9f26ebded188ed78c3571a4ca1477dd6351bc647
remove processing of DT_JMPREL from dynamic linker stage 1 bootstrap

the DT_JMPREL relocation table necessarily consists entirely of
JMP_SLOT (REL_PLT in internal nomenclature) relocations, which are
symbolic; they cannot be resolved in stage 1, so there is no point in
processing them.
src/ldso/dlstart.c