From owner-svn-src-all@FreeBSD.ORG Sun Mar 15 15:18:11 2009 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 695D1106566C; Sun, 15 Mar 2009 15:18:11 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 1EB2F8FC0A; Sun, 15 Mar 2009 15:18:10 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (pD9E2C9D9.dip.t-dialin.net [217.226.201.217]) by redbull.bpaserver.net (Postfix) with ESMTP id 01BD62E0AA; Sun, 15 Mar 2009 16:18:06 +0100 (CET) Received: from unknown (IO.Leidinger.net [192.168.2.103]) by outgoing.leidinger.net (Postfix) with ESMTP id AA823C29AC; Sun, 15 Mar 2009 16:18:02 +0100 (CET) Date: Sun, 15 Mar 2009 16:18:02 +0100 From: Alexander Leidinger To: Dmitry Chagin Message-ID: <20090315161802.000034d2@unknown> In-Reply-To: <200903131640.n2DGep8f068001@svn.freebsd.org> References: <200903131640.n2DGep8f068001@svn.freebsd.org> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.10.13; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 01BD62E0AA.069E4 X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, ORDB-RBL, SpamAssassin (not cached, score=-14.823, required 6, BAYES_00 -15.00, RDNS_DYNAMIC 0.10, TW_SV 0.08) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r189771 - in head/sys: amd64/amd64 amd64/linux32 arm/arm compat/ia32 compat/svr4 i386/i386 i386/linux ia64/ia64 kern mips/mips powerpc/powerpc sparc64/sparc64 sys 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: Sun, 15 Mar 2009 15:18:11 -0000 On Fri, 13 Mar 2009 16:40:51 +0000 (UTC) Dmitry Chagin wrote: > New Revision: 189771 > Log: > Implement new way of branding ELF binaries by looking to a > ".note.ABI-tag" section. Does this mean we do not need brandelf for the linuxulator anymore (do static linux programs contain this field with a correct value)? If yes: - Please document it least in the doc repository in "en_US.ISO8859-1/books/porters-handbook/book.sgml" (version 800071 should be close enough, so just adding a little note there is enough). This way we can take this into account for the linux stuff in the ports collection. - I don't know if this should be mentioned in the brandelf man-page too in this case. At least the evaluation order should be mentioned there, I think. Bye, Alexander.