From owner-svn-src-all@FreeBSD.ORG Wed Mar 18 14:46:51 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDAAC42F; Wed, 18 Mar 2015 14:46:51 +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 967675F8; Wed, 18 Mar 2015 14:46:51 +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 6803BB95B; Wed, 18 Mar 2015 10:46:50 -0400 (EDT) From: John Baldwin To: Andrew Turner Subject: Re: svn commit: r280219 - head/lib/libc/gen Date: Wed, 18 Mar 2015 10:32:33 -0400 Message-ID: <1938111.D25SRQMHbg@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <201503181354.t2IDssGG085551@svn.freebsd.org> References: <201503181354.t2IDssGG085551@svn.freebsd.org> 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 10:46:50 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 18 Mar 2015 14:46:51 -0000 On Wednesday, March 18, 2015 01:54:54 PM Andrew Turner wrote: > Author: andrew > Date: Wed Mar 18 13:54:53 2015 > New Revision: 280219 > URL: https://svnweb.freebsd.org/changeset/base/280219 > > Log: > We won't support a.out on arm64/aarch64. As such there will be no need to > support it in nlist(3). I wonder if this should be #ifdef __i386__ instead? We've only had a.out binaries and kernels for FreeBSD/i386 (3.0 was the first release to use ELF by default, and I don't think Alpha was supported until 4.0). -- John Baldwin