From owner-svn-src-all@FreeBSD.ORG Tue Jan 25 23:02:39 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40E121065670; Tue, 25 Jan 2011 23:02:39 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout026.mac.com (asmtpout026.mac.com [17.148.16.101]) by mx1.freebsd.org (Postfix) with ESMTP id 24DBF8FC0A; Tue, 25 Jan 2011 23:02:38 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from sa-nc-common2-70.static.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp026.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LFL00CKBMJ4YV70@asmtp026.mac.com>; Tue, 25 Jan 2011 14:01:54 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2011-01-25_08:2011-01-25, 2011-01-25, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=2 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1101250168 From: Marcel Moolenaar In-reply-to: <201101252112.p0PLCVDs050918@svn.freebsd.org> Date: Tue, 25 Jan 2011 14:01:52 -0800 Message-id: References: <201101252112.p0PLCVDs050918@svn.freebsd.org> To: Konstantin Belousov X-Mailer: Apple Mail (2.1082) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r217851 - in head/libexec/rtld-elf: . amd64 arm i386 ia64 mips powerpc powerpc64 sparc64 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2011 23:02:39 -0000 On Jan 25, 2011, at 1:12 PM, Konstantin Belousov wrote: > Author: kib > Date: Tue Jan 25 21:12:31 2011 > New Revision: 217851 > URL: http://svn.freebsd.org/changeset/base/217851 > > Log: > When loading dso without PT_GNU_STACK phdr, only call > __pthread_map_stacks_exec() on architectures that allow executable > stacks. Thanks for all the fixes! -- Marcel Moolenaar xcllnt@mac.com