]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r345703:
authorKonstantin Belousov <kib@FreeBSD.org>
Fri, 12 Apr 2019 15:12:08 +0000 (15:12 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Fri, 12 Apr 2019 15:12:08 +0000 (15:12 +0000)
commit6bd1b82eb46d8c144649803f59b7f637bacc09b8
tree0b904f8c5a68520bb8548f56f042cd12381e5cfe
parent6e5ec00ed411b545a40dae3a229247e13d2d525b
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