add arch-generic support for tlsdesc relocations to dynamic linker
authorRich Felker <dalias@aerifal.cx>
Thu, 19 Jun 2014 06:01:06 +0000 (02:01 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 19 Jun 2014 06:01:06 +0000 (02:01 -0400)
commit9d15d5e7533738f3e80f1aeecb4e30f8c9db1670
treeed434d3c3e552d208220d9dfbe0d085c3745d884
parentcef0f289f666b6c963bfd11537a6d80916ff889e
add arch-generic support for tlsdesc relocations to dynamic linker

this code is non-functional without further changes to link up the
arch-specific reloc types for tlsdesc and add asm implementations of
__tlsdesc_static and __tlsdesc_dynamic.
src/ldso/dynlink.c
src/ldso/tlsdesc.c [new file with mode: 0644]