This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from a7fe3e805d Fix conditionals on mtrace-based tests (bug 31892) new 018f0fc3b8 elf: Support recursive use of dynamic TLS in interposed malloc
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: elf/Makefile | 26 ++++++ elf/dl-tls.c | 95 ++++++++++++++++++++-- elf/rtld.c | 2 + elf/tst-recursive-tls.c | 60 ++++++++++++++ elf/tst-recursive-tlsmallocmod.c | 64 +++++++++++++++ .../fpu/fegetmode.c => elf/tst-recursive-tlsmodN.c | 15 ++-- sysdeps/generic/ldsodefs.h | 14 ++++ sysdeps/x86_64/dl-tls.c | 5 +- 8 files changed, 263 insertions(+), 18 deletions(-) create mode 100644 elf/tst-recursive-tls.c create mode 100644 elf/tst-recursive-tlsmallocmod.c copy sysdeps/or1k/fpu/fegetmode.c => elf/tst-recursive-tlsmodN.c (77%)