This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from fd7ee2e6c5 Add tst-gnu2-tls2mod1 to test-internal-extras new 968b0ca944 Ignore undefined symbols for -mtls-dialect=gnu2 new 64c7e34428 arm: Update _dl_tlsdesc_dynamic to preserve caller-saved reg [...] new 3d53d18fc7 elf: Enable TLS descriptor tests on aarch64
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: config.h.in | 3 + configure | 25 +++++---- configure.ac | 17 +++--- elf/Makefile | 30 +++++----- elf/tst-gnu2-tls2.h | 4 ++ elf/tst-gnu2-tls2mod0.c | 3 +- elf/tst-gnu2-tls2mod1.c | 3 +- elf/tst-gnu2-tls2mod2.c | 3 +- sysdeps/aarch64/preconfigure | 1 + sysdeps/arm/Makefile | 8 +-- sysdeps/arm/configure | 32 +++++++++++ sysdeps/arm/configure.ac | 15 +++++ sysdeps/arm/dl-tlsdesc.S | 70 ++++++++++++++++++++--- sysdeps/arm/tst-gnu2-tls2.h | 128 +++++++++++++++++++++++++++++++++++++++++++ 14 files changed, 292 insertions(+), 50 deletions(-) create mode 100644 sysdeps/arm/tst-gnu2-tls2.h