]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Implement ld.so --version
authorFlorian Weimer <fweimer@redhat.com>
Thu, 8 Oct 2020 13:33:00 +0000 (15:33 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 8 Oct 2020 13:33:00 +0000 (15:33 +0200)
commit542923d949e8b2480e48bd85fea13cf5d00d30b7
tree1b53929678625fd6e434b414b3680b65a845740c
parentaddff78f1f6729408a88d7452b16b8f5ee7e6878
elf: Implement ld.so --version

This prints out version information for the dynamic loader and
exits immediately, without further command line processing
(which seems to match what some GNU tools do).

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
elf/dl-main.h
elf/dl-usage.c
elf/rtld.c