Date: Mon, 4 Oct 2010 16:02:11 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/libexec/rtld-elf/powerpc reloc.c Message-ID: <201010041602.o94G2NDW063988@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2010-10-04 16:02:11 UTC FreeBSD src repository Modified files: libexec/rtld-elf/powerpc reloc.c Log: SVN rev 213406 on 2010-10-04 16:02:11Z by nwhitehorn Fix two subtle problems in PPC32 RTLD. The first is a concurrency issue where long PLT calls in multi-threaded environments could end up with incorrect jmptab values. The second is that, after the addition of extended PLT support, I forgot to update the PLT icache synchronization code to cover the extended PLT instead of just the basic PLT. MFC after: 10 days Revision Changes Path 1.12 +5 -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?201010041602.o94G2NDW063988>