Date: Thu, 25 Mar 2010 14:31:26 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern imgact_elf.c kern_exec.c src/sys/sys imgact.h Message-ID: <201003251431.o2PEVfgX034491@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2010-03-25 14:31:26 UTC FreeBSD src repository Modified files: sys/kern imgact_elf.c kern_exec.c sys/sys imgact.h Log: SVN rev 205643 on 2010-03-25 14:31:26Z by nwhitehorn Add the ELF relocation base to struct image_params. This will be required to correctly relocate the executable entry point's function descriptor on powerpc64. Revision Changes Path 1.208 +1 -0 src/sys/kern/imgact_elf.c 1.343 +1 -0 src/sys/kern/kern_exec.c 1.46 +1 -0 src/sys/sys/imgact.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003251431.o2PEVfgX034491>