Re: svn commit: r280219 - head/lib/libc/gen

2015-03-18 Thread Andrew Turner
On Wed, 18 Mar 2015 10:32:33 -0400 John Baldwin wrote: > 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.ou

Re: svn commit: r280219 - head/lib/libc/gen

2015-03-18 Thread John Baldwin
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 nl

svn commit: r280219 - head/lib/libc/gen

2015-03-18 Thread Andrew Turner
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). Reviewed by: emaste Sponsored by: The FreeBSD Foundation Modi