This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 4a13b3ef46 stdlib: Fix tst-makecontext2 log when swapcontext fails new 7f02511e5b hurd: Move internal functions to internal header new 4648bfbbde hurd: Stop relying on VM_MAX_ADDRESS new 49aa652db8 Allow glibc to be compiled without EXEC_PAGESIZE new 6afeac1289 hurd: Disable Prefer_MAP_32BIT_EXEC on non-x86_64 for now new b467cfcaee hurd: Use the RETURN_ADDRESS macro new a4273efa21 htl: Respect GL(dl_stack_flags) when allocating stacks new dc1a77269c htl: Implement some support for TLS_DTV_AT_TP
The 7 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/dl-support.c | 6 ++- elf/rtld.c | 2 + htl/pt-create.c | 2 + hurd/hurd/signal.h | 87 ------------------------------------- hurd/hurdsig.c | 8 ++-- libio/libioP.h | 2 +- sysdeps/htl/Versions | 4 ++ sysdeps/htl/dl-thread_gscope_wait.c | 16 ++++++- sysdeps/hurd/include/hurd/signal.h | 78 +++++++++++++++++++++++++++++++++ sysdeps/mach/htl/pt-stack-alloc.c | 9 +++- sysdeps/mach/hurd/dl-sysdep.c | 2 +- sysdeps/mach/hurd/htl/pt-sysdep.c | 9 ++++ sysdeps/mach/hurd/init-first.c | 2 +- sysdeps/mach/hurd/mmap.c | 2 +- 14 files changed, 129 insertions(+), 100 deletions(-)