mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
elf: Print the full name of the dynamic loader in the ld.so help message
This requires defining a macro for the full path, matching the -Wl,--dynamic-link= arguments used for linking glibc programs, and ldd script. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -76,6 +76,8 @@ setting environment variables (which would be inherited by subprocesses).\n\
|
||||
--argv0 STRING set argv[0] to STRING before running\n\
|
||||
--help display this help and exit\n\
|
||||
--version output version information and exit\n\
|
||||
\n\
|
||||
This program interpreter self-identifies as: " RTLD "\n\
|
||||
",
|
||||
argv0);
|
||||
_exit (EXIT_SUCCESS);
|
||||
|
Reference in New Issue
Block a user