cvs commit: src/libexec/rtld-elf debug.c rtld.1 rtld.c rtld.h
Matthew N. Dodd
mdodd at FreeBSD.org
Wed Jun 18 20:55:40 PDT 2003
mdodd 2003/06/18 20:55:38 PDT
FreeBSD src repository
Modified files:
libexec/rtld-elf debug.c rtld.1 rtld.c rtld.h
Log:
Provide a mechanism for dumping relocation information.
Setting the LD_DUMP_REL_PRE or LD_DUMP_REL_POST environment variables
cause rtld-elf to output a table of all relocations.
This is useful for debugging.
Revision Changes Path
1.3 +91 -0 src/libexec/rtld-elf/debug.c
1.37 +10 -0 src/libexec/rtld-elf/rtld.1
1.85 +10 -0 src/libexec/rtld-elf/rtld.c
1.31 +5 -0 src/libexec/rtld-elf/rtld.h
More information about the cvs-src
mailing list