Date: Wed, 2 Jan 2008 20:39:13 +0000 From: John Birrell <jb@what-creek.com> To: John Baldwin <jhb@freebsd.org> Cc: perforce@freebsd.org, "M. Warner Losh" <imp@bsdimp.com> Subject: Re: PERFORCE change 132153 for review Message-ID: <20080102203913.GA44121@what-creek.com> In-Reply-To: <200801021412.09276.jhb@freebsd.org> References: <200712310531.lBV5VvH3092205@repoman.freebsd.org> <20080101.120601.106977236.imp@bsdimp.com> <200801021412.09276.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 02, 2008 at 02:12:08PM -0500, John Baldwin wrote: > amd64 uses the equivalent of a .o for klds whereas other archs > use the equivalent of a .so. Hence link_elf.c (shared object for !amd64) and > link_elf_object.c (handles plain object files). Other platforms could be > switched to using plain objects IIRC, they are just using .so for their > default. So I assume then that the amd64 .o is doesn't need to be relocated on load which was why I needed to find the program header on i386. -- John Birrell
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080102203913.GA44121>