Date: Sun, 15 Jul 2007 22:52:15 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/powerpc reloc.c Message-ID: <200707152252.l6FMqF9B066605@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2007-07-15 22:52:15 UTC FreeBSD src repository Modified files: libexec/rtld-elf/powerpc reloc.c Log: Unbreak the dynamic linker by not creating a cache for rtld-elf itself. It needs mmap(2), which now needs getosreldate(3) and which in turn uses a global variable to cache the result. This cannot be done before linking is done. See also: ../sparc64/reloc.c:1.15 Approved by: re (kensmith) Revision Changes Path 1.8 +6 -2 src/libexec/rtld-elf/powerpc/reloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707152252.l6FMqF9B066605>