summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaotian Wu <wuxiaotian@loongson.cn>2021-02-09 15:52:55 +0800
committerPaul Moore <paul@paul-moore.com>2023-02-18 22:07:41 -0500
commit7179ff3e7c0bb9dca87848259114fe57938890a6 (patch)
tree44ef3cfdc787a8ddca254483ad4be074205af2e4
parent80c2c9fe4eac515b31292c522b51657800028018 (diff)
downloadlibseccomp-7179ff3e7c0bb9dca87848259114fe57938890a6.tar.gz
doc: update README and manpage for 64-bit LoongArch
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn> Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--README.md1
-rw-r--r--doc/man/man1/scmp_sys_resolver.16
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 18a5d5b..ccbad2f 100644
--- a/README.md
+++ b/README.md
@@ -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)
diff --git a/doc/man/man1/scmp_sys_resolver.1 b/doc/man/man1/scmp_sys_resolver.1
index 267187b..37d48c1 100644
--- a/doc/man/man1/scmp_sys_resolver.1
+++ b/doc/man/man1/scmp_sys_resolver.1
@@ -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,