This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 21244c70c2 sys/cdefs.h: Do not require C++ compilers to define __STDC__ new b57ab258c1 Linux: Introduce __brk_call for invoking the brk system call new f787e138aa csu: Implement and use _dl_early_allocate during static startup
The 2 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: csu/libc-tls.c | 11 ++- elf/Makefile | 19 +++++ elf/{tst-audit24dmod1.c => dl-early_allocate.c} | 23 +++--- ...nmod3.c => tst-tls-allocation-failure-static.c} | 12 +++- scripts/tst-elf-edit.py | 34 +++++++-- sysdeps/generic/ldsodefs.h | 5 ++ sysdeps/unix/sysv/linux/alpha/brk.c | 38 ---------- .../sysv/linux/alpha/brk_call.h} | 17 +++-- sysdeps/unix/sysv/linux/brk.c | 3 +- .../sysv/linux/brk_call.h} | 14 ++-- sysdeps/unix/sysv/linux/dl-early_allocate.c | 82 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/sparc/brk.c | 58 --------------- .../sysv/linux/{or1k/sysdep.c => sparc/brk_call.h} | 29 ++++---- 13 files changed, 196 insertions(+), 149 deletions(-) copy elf/{tst-audit24dmod1.c => dl-early_allocate.c} (74%) copy elf/{tst-p_alignmod3.c => tst-tls-allocation-failure-static.c} (63%) delete mode 100644 sysdeps/unix/sysv/linux/alpha/brk.c copy sysdeps/{or1k/jmpbuf-offsets.h => unix/sysv/linux/alpha/brk_call.h} (72%) copy sysdeps/{or1k/jmpbuf-offsets.h => unix/sysv/linux/brk_call.h} (76%) create mode 100644 sysdeps/unix/sysv/linux/dl-early_allocate.c delete mode 100644 sysdeps/unix/sysv/linux/sparc/brk.c copy sysdeps/unix/sysv/linux/{or1k/sysdep.c => sparc/brk_call.h} (67%)