Date: Wed, 18 Jun 2003 20:55:38 -0700 (PDT) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf debug.c rtld.1 rtld.c rtld.h Message-ID: <200306190355.h5J3tc0A060501@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306190355.h5J3tc0A060501>