]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r345703:
authorkib <kib@FreeBSD.org>
Fri, 12 Apr 2019 15:15:27 +0000 (15:15 +0000)
committerkib <kib@FreeBSD.org>
Fri, 12 Apr 2019 15:15:27 +0000 (15:15 +0000)
commit53f3d8959390a424454ad681927004f85e762b68
treee042da39c5977ef5a606fc87c7acf2427f1a6291
parentcc0c9cbc7eaea0b720f9fbb264026a1347a6ef27
MFC r345703:
Fix initial exec TLS mode for dynamically loaded shared objects.
27 files changed:
lib/libc/aarch64/static_tls.h [new file with mode: 0644]
lib/libc/amd64/static_tls.h [new file with mode: 0644]
lib/libc/arm/static_tls.h [new file with mode: 0644]
lib/libc/gen/Symbol.map
lib/libc/gen/elf_utils.c
lib/libc/i386/static_tls.h [new file with mode: 0644]
lib/libc/include/libc_private.h
lib/libc/mips/static_tls.h [new file with mode: 0644]
lib/libc/powerpc/static_tls.h [new file with mode: 0644]
lib/libc/powerpc64/static_tls.h [new file with mode: 0644]
lib/libc/riscv/static_tls.h [new file with mode: 0644]
lib/libc/sparc64/static_tls.h [new file with mode: 0644]
lib/libc/sys/interposing_table.c
lib/libthr/Makefile
lib/libthr/arch/aarch64/include/pthread_tls.h [new file with mode: 0644]
lib/libthr/arch/amd64/include/pthread_tls.h [new file with mode: 0644]
lib/libthr/arch/arm/include/pthread_tls.h [new file with mode: 0644]
lib/libthr/arch/i386/include/pthread_tls.h [new file with mode: 0644]
lib/libthr/arch/mips/include/pthread_tls.h [new file with mode: 0644]
lib/libthr/arch/powerpc/include/pthread_tls.h [new file with mode: 0644]
lib/libthr/arch/riscv/include/pthread_tls.h [new file with mode: 0644]
lib/libthr/arch/sparc64/include/pthread_tls.h [new file with mode: 0644]
lib/libthr/pthread.map
lib/libthr/thread/thr_list.c
lib/libthr/thread/thr_private.h
libexec/rtld-elf/rtld.c
libexec/rtld-elf/rtld.h