Date: Fri, 27 Aug 2004 01:06:57 +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_amd64.c ef_i386.c Message-ID: <200408270106.i7R16vCL036395@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2004-08-27 01:06:57 UTC
FreeBSD src repository
Added files:
usr.sbin/kldxref ef_amd64.c ef_i386.c
Log:
Add MD relocation support for amd64 and i386 platforms. The no-op
relocation is not sufficient for ELF relocatable object format
modules, since accessing the module metadata involves following
pointers between different ELF sections.
This allows kldxref to correctly build linker.hints on the amd64
platform.
Revision Changes Path
1.1 +114 -0 src/usr.sbin/kldxref/ef_amd64.c (new)
1.1 +93 -0 src/usr.sbin/kldxref/ef_i386.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408270106.i7R16vCL036395>
