git: c9baa974717a - main - arch: armv4 isn't supported either on aarch64 running in aarch32 mode
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Sep 2022 17:21:27 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=c9baa974717a5fdee7056542ba1b019abd340b79
commit c9baa974717a5fdee7056542ba1b019abd340b79
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-09-15 17:17:12 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-09-15 17:20:01 +0000
arch: armv4 isn't supported either on aarch64 running in aarch32 mode
FreeBSD used to support both armv4 and armv5 binaries. All of that
support has been removed from the tree. We have only ever supported
armv6 and armv7 binaries in that mode. Note armv4 here too for
completeness since it flowed better than 'armv5 and earlier' and means
the same thing (FreeBSD never ran on an armv3 or earlier CPU).
Sponsored by: Netflix
---
share/man/man7/arch.7 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/share/man/man7/arch.7 b/share/man/man7/arch.7
index c7c2e224b33d..493f197673f0 100644
--- a/share/man/man7/arch.7
+++ b/share/man/man7/arch.7
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 25, 2021
+.Dd September 15, 2022
.Dt ARCH 7
.Os
.Sh NAME
@@ -169,7 +169,9 @@ or
.Dv armv7
binaries if the CPU implements
.Dv AArch32
-execution state, however
+execution state, however older
+.Dv armv4
+and
.Dv armv5
binaries aren't supported.
.Pp