musl/arch
Rich Felker 94cf991bf4 fix powerpc dynamic linker thread-pointer-relative relocations
processing of R_PPC_TPREL32 was ignoring the addend provided by the
RELA-style relocation and instead using the inline value as the
addend. this presumably broke dynamic-linked access to initial TLS in
cases where the addend was nonzero.
2014-06-17 14:32:43 -04:00
..
arm dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
i386 dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
microblaze dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
mips dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
powerpc fix powerpc dynamic linker thread-pointer-relative relocations 2014-06-17 14:32:43 -04:00
sh multiple fixes to sh (superh) dynamic linker relocations 2014-06-17 13:56:54 -04:00
x32 dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
x86_64 dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00