Date: Thu, 2 Oct 2025 09:29:07 GMT From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 0a551f8a7d68 - main - arch.7: Remove mention of PDP11_ENDIAN Message-ID: <202510020929.5929T72s051149@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510020929.5929T72s051149>