This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9cc9f8e11e math: Fix acosf when building with gcc <= 11 new 7a3e2e877a Move <thread_pointer.h> to kernel-independent sysdeps directories new 9b71570c46 x86: Add missing #include <features.h> to <thread_pointer.h> new d1da011118 elf: Always define TLS_TP_OFFSET
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: elf/Makefile | 1 + elf/tst-tls_tp_offset.c | 57 ++++++++++++++++++++++++++ sysdeps/csky/{nptl => }/thread_pointer.h | 0 sysdeps/generic/dl-tls.h | 3 ++ sysdeps/{nptl => generic}/thread_pointer.h | 0 sysdeps/hppa/{nptl => }/thread_pointer.h | 0 sysdeps/i386/dl-tls.h | 3 ++ sysdeps/loongarch/{nptl => }/thread_pointer.h | 0 sysdeps/m68k/{nptl => }/thread_pointer.h | 0 sysdeps/microblaze/{nptl => }/thread_pointer.h | 0 sysdeps/or1k/{nptl => }/thread_pointer.h | 0 sysdeps/powerpc/{nptl => }/thread_pointer.h | 0 sysdeps/riscv/{nptl => }/thread_pointer.h | 0 sysdeps/s390/dl-tls.h | 3 ++ sysdeps/sparc/{nptl => }/thread_pointer.h | 0 sysdeps/x86/{nptl => }/thread_pointer.h | 2 + sysdeps/x86_64/x32/dl-tls.h | 3 ++ 17 files changed, 72 insertions(+) create mode 100644 elf/tst-tls_tp_offset.c rename sysdeps/csky/{nptl => }/thread_pointer.h (100%) rename sysdeps/{nptl => generic}/thread_pointer.h (100%) rename sysdeps/hppa/{nptl => }/thread_pointer.h (100%) rename sysdeps/loongarch/{nptl => }/thread_pointer.h (100%) rename sysdeps/m68k/{nptl => }/thread_pointer.h (100%) rename sysdeps/microblaze/{nptl => }/thread_pointer.h (100%) rename sysdeps/or1k/{nptl => }/thread_pointer.h (100%) rename sysdeps/powerpc/{nptl => }/thread_pointer.h (100%) rename sysdeps/riscv/{nptl => }/thread_pointer.h (100%) rename sysdeps/sparc/{nptl => }/thread_pointer.h (100%) rename sysdeps/x86/{nptl => }/thread_pointer.h (98%)