svn commit: r353435 - head/share/man/man7

Olivier Houchard cognet at FreeBSD.org
Fri Oct 11 13:34:10 UTC 2019


Author: cognet
Date: Fri Oct 11 13:34:09 2019
New Revision: 353435
URL: https://svnweb.freebsd.org/changeset/base/353435

Log:
  Document that aarch64 can now run armv6/armv7 binaries, but won't however
  run armv5 binaries.

Modified:
  head/share/man/man7/arch.7

Modified: head/share/man/man7/arch.7
==============================================================================
--- head/share/man/man7/arch.7	Fri Oct 11 12:04:38 2019	(r353434)
+++ head/share/man/man7/arch.7	Fri Oct 11 13:34:09 2019	(r353435)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 9, 2019
+.Dd October 11, 2019
 .Dt ARCH 7
 .Os
 .Sh NAME
@@ -161,15 +161,18 @@ Examples are:
 .It Dv amd64       Ta Dv i386
 .It Dv powerpc64   Ta Dv powerpc
 .It Dv mips64*     Ta Dv mips*
+.It Dv aarch64     Ta Dv armv6/armv7
 .El
 .Dv aarch64
-currently does not support execution of
+will support execution of
 .Dv armv6
 or
 .Dv armv7
-binaries, even if the CPU implements
+binaries if the CPU implements
 .Dv AArch32
-execution state.
+execution state, however
+.Dv armv5
+binaries aren't supported.
 .Pp
 On all supported architectures:
 .Bl -column -offset -indent "long long" "Size"


More information about the svn-src-head mailing list