Skip to content

Commit

Permalink
doc: update README and manpage for 64-bit LoongArch
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
  • Loading branch information
yetist authored and xen0n committed Feb 13, 2023
1 parent b29b130 commit 604b567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -33,6 +33,7 @@ The libseccomp library currently supports the architectures listed below:
* 64-bit x86 x32 ABI (x32)
* 32-bit ARM EABI (arm)
* 64-bit ARM (aarch64)
* 64-bit LoongArch (loongarch64)
* 32-bit MIPS (mips)
* 32-bit MIPS little endian (mipsel)
* 64-bit MIPS (mips64)
Expand Down
6 changes: 3 additions & 3 deletions doc/man/man1/scmp_sys_resolver.1
Expand Up @@ -34,9 +34,9 @@ special manner by libseccomp depending on the operation.
.B \-a \fIARCH
The architecture to use for resolving the system call. Valid
.I ARCH
values are "x86", "x86_64", "x32", "arm", "aarch64", "mips", "mipsel", "mips64",
"mipsel64", "mips64n32", "mipsel64n32", "parisc", "parisc64", "ppc", "ppc64",
"ppc64le", "s390", "s390x", "sheb" and "sh".
values are "x86", "x86_64", "x32", "arm", "aarch64", "loongarch64", "mips",
"mipsel", "mips64", "mipsel64", "mips64n32", "mipsel64n32", "parisc",
"parisc64", "ppc", "ppc64", "ppc64le", "s390", "s390x", "sheb" and "sh".
.TP
.B \-t
If necessary, translate the system call name to the proper system call number,
Expand Down

0 comments on commit 604b567

Please sign in to comment.