From owner-svn-src-head@FreeBSD.ORG Wed Mar 18 15:59:57 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 795BEDCB; Wed, 18 Mar 2015 15:59:57 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FB9FECF; Wed, 18 Mar 2015 15:59:57 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-54-116-245.nwrknj.fios.verizon.net [173.54.116.245]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 9F2F5B95B; Wed, 18 Mar 2015 11:59:55 -0400 (EDT) From: John Baldwin To: Konstantin Belousov Subject: Re: svn commit: r280220 - head/usr.bin/ldd Date: Wed, 18 Mar 2015 11:24:05 -0400 Message-ID: <10082987.nfhPBgOc2O@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <20150318150425.GV2379@kib.kiev.ua> References: <201503181359.t2IDx5MO086217@svn.freebsd.org> <2184487.KWP1t96Knu@ralph.baldwin.cx> <20150318150425.GV2379@kib.kiev.ua> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 18 Mar 2015 11:59:55 -0400 (EDT) Cc: Andrew Turner , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 18 Mar 2015 15:59:57 -0000 On Wednesday, March 18, 2015 05:04:25 PM Konstantin Belousov wrote: > On Wed, Mar 18, 2015 at 10:33:45AM -0400, John Baldwin wrote: > > On Wednesday, March 18, 2015 01:59:05 PM Andrew Turner wrote: > > > Author: andrew > > > Date: Wed Mar 18 13:59:04 2015 > > > New Revision: 280220 > > > URL: https://svnweb.freebsd.org/changeset/base/280220 > > > > > > Log: > > > Allowus to exclude a.out support from ldd and use it with arm64 as it won't > > > support the a.out format. > > > > Similarly here. Perhaps it could also be enabled for amd64 to support running > > old FreeBSD/i386 binaries, but there's no need for it on other arm, mips, > > powerpc, sparc64, etc. > > > I do not think amd64 binary needs a.out support. Only kernel components > and ldd32 need this, and for ldd32 build, the __i386__ preprocessor > symbol should be defined. Even better then. -- John Baldwin