Date: Sat, 28 Aug 2004 19:31:10 +0000 (UTC) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kldxref ef.c ef.h ef_amd64.c ef_i386.c ef_nop.c ef_obj.c ef_sparc64.c Message-ID: <200408281931.i7SJVAtL017973@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2004-08-28 19:31:10 UTC FreeBSD src repository Modified files: usr.sbin/kldxref ef.c ef.h ef_amd64.c ef_i386.c ef_nop.c ef_obj.c ef_sparc64.c Log: Explicitly pass in the relocation base and data offset into ef_reloc() rather than relying on a trick that happens to work for the current relocation schemes. Also add some comments and improve variable naming. Revision Changes Path 1.8 +2 -2 src/usr.sbin/kldxref/ef.c 1.5 +2 -2 src/usr.sbin/kldxref/ef.h 1.2 +13 -10 src/usr.sbin/kldxref/ef_amd64.c 1.2 +13 -10 src/usr.sbin/kldxref/ef_i386.c 1.3 +2 -2 src/usr.sbin/kldxref/ef_nop.c 1.3 +10 -7 src/usr.sbin/kldxref/ef_obj.c 1.3 +12 -10 src/usr.sbin/kldxref/ef_sparc64.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408281931.i7SJVAtL017973>