From 7968a06a69344cbaaa88c475b0fe7aa8c2833039 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 11 Apr 2023 22:11:24 -0600 Subject: [PATCH] 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.