This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 40d055a2dd powerpc: Update libm-test-ulps new 851f32cf7b ld.so: Implement the --list-diagnostics option
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: NEWS | 4 + elf/Makefile | 5 +- nptl/elision-trylock.c => elf/dl-diagnostics-cpu.c | 9 +- .../dl-diagnostics-kernel.c | 9 +- elf/dl-diagnostics.c | 265 +++++++++++++++++++++ elf/dl-diagnostics.h | 46 ++++ elf/dl-main.h | 5 +- elf/dl-usage.c | 1 + elf/rtld.c | 18 +- sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c | 77 ++++++ 10 files changed, 429 insertions(+), 10 deletions(-) copy nptl/elision-trylock.c => elf/dl-diagnostics-cpu.c (86%) copy nptl/elision-trylock.c => elf/dl-diagnostics-kernel.c (86%) create mode 100644 elf/dl-diagnostics.c create mode 100644 elf/dl-diagnostics.h create mode 100644 sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c