Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2023 04:15:50 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7968a06a6934 - main - sysdecode: Add aarch64
Message-ID:  <202304120415.33C4FoHc082622@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=7968a06a69344cbaaa88c475b0fe7aa8c2833039

commit 7968a06a69344cbaaa88c475b0fe7aa8c2833039
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-04-12 04:11:24 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-04-12 04:14:17 +0000

    sysdecode: Add aarch64
    
    FREEBSD32 API is also supported on aarch64. Refer to aarch64 instead of
    arm64 because it's about the architecture (powerpc64), not the kernel
    interface...
    
    Sponsored by:           Netflix
---
 lib/libsysdecode/sysdecode.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libsysdecode/sysdecode.3 b/lib/libsysdecode/sysdecode.3
index 51272bd1a914..c40f5daf00b2 100644
--- a/lib/libsysdecode/sysdecode.3
+++ b/lib/libsysdecode/sysdecode.3
@@ -51,10 +51,10 @@ Native FreeBSD binaries.
 Supported on all platforms.
 .It Li SYSDECODE_ABI_FREEBSD32
 32-bit FreeBSD binaries.
-Supported on amd64 and powerpc64.
+Supported on aarch64, amd64 and powerpc64.
 .It Li SYSDECODE_ABI_LINUX
 Linux binaries of the same platform.
-Supported on amd64, i386, and arm64.
+Supported on amd64, i386, and aarch64.
 .It Li SYSDECODE_ABI_LINUX32
 32-bit Linux binaries.
 Supported on amd64.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304120415.33C4FoHc082622>