cvs commit: src/libexec/rtld-elf debug.c rtld.c rtld.h
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Thu Feb 3 15:29:34 PST 2005
joerg 2005/02/03 15:28:24 PST
DragonFly src repository
Modified files:
libexec/rtld-elf debug.c 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.
debug.c, 1.3
rtld.c, 1.85
rtld.h, 1.31
Obtained-from: FreeBSD
Revision Changes Path
1.3 +92 -1 src/libexec/rtld-elf/debug.c
1.9 +10 -0 src/libexec/rtld-elf/rtld.c
1.5 +5 -0 src/libexec/rtld-elf/rtld.h
http://www.dragonflybsd.org/cvsweb/src/libexec/rtld-elf/debug.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/libexec/rtld-elf/rtld.c.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/libexec/rtld-elf/rtld.h.diff?r1=1.4&r2=1.5&f=u
More information about the Commits
mailing list