From c12945db0b7e32f409ba3a68d18c6d6f6dd22b19 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 17 Aug 2020 13:12:14 +0200 Subject: arch: Add SuperH 32-bit support Initial support for seccomp for SuperH in Linux was added in 2.6.27-rc2, support for SECCOMP_FILTER was added for Linux 5.9. This adds support for SuperH in libseccomp, both for little-endian and big-endian mode. Signed-off-by: John Paul Adrian Glaubitz Acked-by: Tom Hromatka Signed-off-by: Paul Moore --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 89e7dad..ba02186 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ The libseccomp library currently supports the architectures listed below: * 32-bit s390 (s390) * 64-bit s390x (s390x) * 64-bit RISC-V (riscv64) +* 32-bit SuperH big endian (sheb) +* 32-bit SuperH (sh) ## Documentation -- cgit v1.2.1