]> git.ipfire.org Git - thirdparty/glibc.git/commit
ld.so: Implement the --list-diagnostics option
authorFlorian Weimer <fweimer@redhat.com>
Tue, 2 Mar 2021 14:46:42 +0000 (15:46 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 2 Mar 2021 14:46:42 +0000 (15:46 +0100)
commit33dc1dd602aecadf2fc5f322715e6f453dda40b5
tree9aaa6bbf52f6582da51259276ce029a116c36633
parent8d4241b8976273513e72cc1c5f6b1af3e11f0792
ld.so: Implement the --list-diagnostics option

(cherry picked from commit 851f32cf7bf7067f73b991610778915edd57d7b4)
NEWS
elf/Makefile
elf/dl-diagnostics-cpu.c [new file with mode: 0644]
elf/dl-diagnostics-kernel.c [new file with mode: 0644]
elf/dl-diagnostics.c [new file with mode: 0644]
elf/dl-diagnostics.h [new file with mode: 0644]
elf/dl-main.h
elf/dl-usage.c
elf/rtld.c
sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c [new file with mode: 0644]