git: 0a551f8a7d68 - main - arch.7: Remove mention of PDP11_ENDIAN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Oct 2025 09:29:07 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=0a551f8a7d68ca42d60824682123f12bba76c477
commit 0a551f8a7d68ca42d60824682123f12bba76c477
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2025-10-02 09:25:01 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2025-10-02 09:28:35 +0000
arch.7: Remove mention of PDP11_ENDIAN
AFACT, this was never accurate. When there was support (such as it was)
for PDP endian it seems to have been spelled PDP_ENDIAN.
Reviewed by: imp, kib, emaste
Sponsored by: Innovate UK
Differential Revision: https://reviews.freebsd.org/D52817
---
share/man/man7/arch.7 | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/share/man/man7/arch.7 b/share/man/man7/arch.7
index b29fedbfd4ec..3b7576dc67cb 100644
--- a/share/man/man7/arch.7
+++ b/share/man/man7/arch.7
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd July 14, 2025
+.Dd October 1, 2025
.Dt ARCH 7
.Os
.Sh NAME
@@ -345,9 +345,6 @@ Common type size and endianness macros:
.It Dv __LP64__ Ta 64-bit (8-byte) long and pointer, 32-bit (4-byte) int
.It Dv __ILP32__ Ta 32-bit (4-byte) int, long and pointer
.It Dv BYTE_ORDER Ta Either Dv BIG_ENDIAN or Dv LITTLE_ENDIAN .
-.Dv PDP11_ENDIAN
-is not used on
-.Fx .
.El
.Pp
Architecture-specific macros: