From owner-svn-src-all@freebsd.org Fri Feb 10 00:24:40 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84641CD76E3 for ; Fri, 10 Feb 2017 00:24:40 +0000 (UTC) (envelope-from joerg@bec.de) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5444113C0 for ; Fri, 10 Feb 2017 00:24:39 +0000 (UTC) (envelope-from joerg@bec.de) Received: from britannica.bec.de (p200300D2ABCA8F004639C4FFFE599710.dip0.t-ipconnect.de [IPv6:2003:d2:abca:8f00:4639:c4ff:fe59:9710]) (Authenticated sender: joerg@bec.de) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id B5C7F172093 for ; Fri, 10 Feb 2017 01:24:36 +0100 (CET) Date: Fri, 10 Feb 2017 01:24:35 +0100 From: Joerg Sonnenberger To: svn-src-all@freebsd.org Subject: Re: svn commit: r313494 - head/libexec/rtld-elf Message-ID: <20170210002435.GA18625@britannica.bec.de> References: <201702092333.v19NX6Ll026723@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201702092333.v19NX6Ll026723@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 10 Feb 2017 00:24:40 -0000 On Thu, Feb 09, 2017 at 11:33:06PM +0000, Konstantin Belousov wrote: > Protected symbol reference in GOT of the defining object must be > resolved to itself, same as -Bsymbolic globally. This doesn't make sense to me. Why do they remain in the DSO, they should have been resolved the linker already? Joerg