LD_DEBUG=help message
Andreas Jaeger
aj@oss.sgi.com
Mon Apr 17 16:39:00 GMT 2000
I'd like to have statistics displayed. Here's a patch.
Ok, to commit?
Andreas
2000-04-17 Andreas Jaeger <aj@suse.de>
* elf/rtld.c (process_dl_debug): Mention statistics in help
message.
============================================================
Index: elf/rtld.c
--- elf/rtld.c 2000/04/17 15:05:44 1.162
+++ elf/rtld.c 2000/04/17 23:38:53
@@ -1180,13 +1180,14 @@
_dl_sysdep_message ("\
Valid options for the LD_DEBUG environment variable are:\n\
\n\
- bindings display information about symbol binding\n\
- files display processing of files and libraries\n\
- help display this help message and exit\n\
- libs display library search paths\n\
- reloc display relocation processing\n\
- symbols display symbol table processing\n\
- versions display version dependencies\n\
+ bindings display information about symbol binding\n\
+ files display processing of files and libraries\n\
+ help display this help message and exit\n\
+ libs display library search paths\n\
+ reloc display relocation processing\n\
+ statistics display relocation statistics\n\
+ symbols display symbol table processing\n\
+ versions display version dependencies\n\
\n\
To direct the debugging output into a file instead of standard output\n\
a filename can be specified using the LD_DEBUG_OUTPUT environment variable.\n",
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.rhein-neckar.de
currently: aj@oss.sgi.com
More information about the Libc-hacker
mailing list