Date: Tue, 19 Jan 2010 19:59:03 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern imgact_elf.c Message-ID: <201001191959.o0JJxFvJ008228@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-01-19 19:59:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern imgact_elf.c Log: SVN rev 202646 on 2010-01-19 19:59:03Z by kib MFC r198202: If ET_DYN binary has non-zero base address for some reason, honour it and do not relocate the binary to ET_DYN_LOAD_ADDR. Communicate the relocation bias of the mapping for interpeter-less ET_DYN binary. Tested by: Mykola Dzham <i levsha me> Revision Changes Path 1.178.2.14 +20 -5 src/sys/kern/imgact_elf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001191959.o0JJxFvJ008228>