This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from f942a732d3 math: Add GLIBC_TEST_LIBM_VERBOSE environment variable support. new 1dbf2bef79 LoongArch: Add support for TLS Descriptors
The 1 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: config.h.in | 3 + elf/elf.h | 2 + sysdeps/loongarch/Makefile | 34 ++- sysdeps/loongarch/configure | 33 +++ sysdeps/loongarch/configure.ac | 16 + sysdeps/loongarch/dl-machine.h | 52 +++- sysdeps/loongarch/dl-tls.h | 9 +- sysdeps/loongarch/dl-tlsdesc.S | 436 ++++++++++++++++++++++++++++ sysdeps/{aarch64 => loongarch}/dl-tlsdesc.h | 29 +- sysdeps/loongarch/linkmap.h | 3 +- sysdeps/loongarch/preconfigure | 1 + sysdeps/loongarch/sys/asm.h | 1 + sysdeps/loongarch/sys/regdef.h | 1 + sysdeps/{aarch64 => loongarch}/tlsdesc.c | 4 +- sysdeps/{aarch64 => loongarch}/tlsdesc.sym | 14 +- sysdeps/loongarch/tst-gnu2-tls2.h | 377 ++++++++++++++++++++++++ 16 files changed, 984 insertions(+), 31 deletions(-) create mode 100644 sysdeps/loongarch/dl-tlsdesc.S copy sysdeps/{aarch64 => loongarch}/dl-tlsdesc.h (71%) copy sysdeps/{aarch64 => loongarch}/tlsdesc.c (91%) copy sysdeps/{aarch64 => loongarch}/tlsdesc.sym (59%) create mode 100644 sysdeps/loongarch/tst-gnu2-tls2.h