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
Ian Dowse
iedowse at FreeBSD.org
Sat Aug 28 12:31:10 PDT 2004
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
More information about the cvs-src
mailing list