From owner-svn-src-head@FreeBSD.ORG Mon May 28 19:04:03 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BE701065676; Mon, 28 May 2012 19:04:03 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 096A18FC12; Mon, 28 May 2012 19:04:02 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id q4SJ3tqg047151; Mon, 28 May 2012 21:03:56 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id q4SJ3t5D047150; Mon, 28 May 2012 21:03:55 +0200 (CEST) (envelope-from marius) Date: Mon, 28 May 2012 21:03:55 +0200 From: Marius Strobl To: Konstantin Belousov Message-ID: <20120528190355.GA42283@alchemy.franken.de> References: <201205270527.q4R5Rm44028055@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201205270527.q4R5Rm44028055@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r236137 - head/contrib/gcc/config/i386 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 19:04:03 -0000 On Sun, May 27, 2012 at 05:27:48AM +0000, Konstantin Belousov wrote: > Author: kib > Date: Sun May 27 05:27:47 2012 > New Revision: 236137 > URL: http://svn.freebsd.org/changeset/base/236137 > > Log: > Enable gnu hash generation for dynamic ELF binaries on x86. > As far as I remember from your commit adding GNU hash support to rtld(1), there's nothing left to be done for the other architectures apart from testing, correct? Marius