From 542923d949e8b2480e48bd85fea13cf5d00d30b7 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 8 Oct 2020 15:33:00 +0200 Subject: 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 --- elf/dl-main.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'elf/dl-main.h') diff --git a/elf/dl-main.h b/elf/dl-main.h index ac7249a580..b51256d3b4 100644 --- a/elf/dl-main.h +++ b/elf/dl-main.h @@ -105,6 +105,9 @@ call_init_paths (const struct dl_main_state *state) _Noreturn void _dl_usage (const char *argv0, const char *wrong_option) attribute_hidden; +/* Print ld.so version information and exit. */ +_Noreturn void _dl_version (void) attribute_hidden; + /* Print ld.so --help output and exit. */ _Noreturn void _dl_help (const char *argv0, struct dl_main_state *state) attribute_hidden; -- cgit 1.4.1