This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 17fd707f88 nptl: Remove x86_64 cancellation assembly implementations [B [...] new cea56af185 support: Change xgetline to return 0 on EOF new 4c6e0415ef elf: Simplify handling of lists of audit strings new 8f7a75d700 elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]
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: NEWS | 5 +- elf/Makefile | 22 +- elf/rtld.c | 246 +++++++++++---------- .../x86/tst-cet-legacy-4.c => elf/tst-audit14.c | 47 ++-- elf/tst-audit15.c | 50 +++++ elf/tst-audit16.c | 54 +++++ .../unwind-arch.h => elf/tst-auditlogmod-1.c | 17 +- .../unwind-arch.h => elf/tst-auditlogmod-2.c | 17 +- .../unwind-arch.h => elf/tst-auditlogmod-3.c | 17 +- support/support_process_state.c | 2 +- support/xgetline.c | 22 +- support/xstdio.h | 5 +- 12 files changed, 318 insertions(+), 186 deletions(-) copy sysdeps/x86/tst-cet-legacy-4.c => elf/tst-audit14.c (54%) create mode 100644 elf/tst-audit15.c create mode 100644 elf/tst-audit16.c copy sysdeps/generic/unwind-arch.h => elf/tst-auditlogmod-1.c (77%) copy sysdeps/generic/unwind-arch.h => elf/tst-auditlogmod-2.c (77%) copy sysdeps/generic/unwind-arch.h => elf/tst-auditlogmod-3.c (77%)