From owner-cvs-src-old@FreeBSD.ORG Thu Oct 14 13:56:44 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB42A10656A3 for ; Thu, 14 Oct 2010 13:56:44 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C81128FC15 for ; Thu, 14 Oct 2010 13:56:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9EDuiYf068242 for ; Thu, 14 Oct 2010 13:56:44 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9EDuibo068241 for cvs-src-old@freebsd.org; Thu, 14 Oct 2010 13:56:44 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010141356.o9EDuibo068241@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Thu, 14 Oct 2010 13:56:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/libexec/rtld-elf/powerpc reloc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2010 13:56:44 -0000 nwhitehorn 2010-10-14 13:56:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) libexec/rtld-elf/powerpc reloc.c Log: SVN rev 213833 on 2010-10-14 13:56:26Z by nwhitehorn MFC r213406: 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. Revision Changes Path 1.9.2.3 +5 -2 src/libexec/rtld-elf/powerpc/reloc.c