summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2018-03-13 16:48:23 -0400
committerPaul Moore <paul@paul-moore.com>2018-03-13 16:48:23 -0400
commitc14558ec0c8edcd92974adba43543d2d4f20e7f1 (patch)
treefd048b33922eb2807d5048c333925299d6c51097 /README.md
parenta6cc6331923430ea08711bcdfd5684394fab1a6b (diff)
downloadlibseccomp-c14558ec0c8edcd92974adba43543d2d4f20e7f1.tar.gz
docs: add the supported ABIs to the README
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index ae2e9b6..cf67e47 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,29 @@ list.
* https://groups.google.com/forum/#!forum/libseccomp
* https://groups.google.com/forum/#!forum/libseccomp/join
+## Supported Architectures
+
+The libseccomp library currently supports the architectures listed below:
+
+* 32-bit x86 (x86)
+* 64-bit x86 (x86_64)
+* 64-bit x86 x32 ABI (x32)
+* 32-bit ARM EABI (arm)
+* 64-bit ARM (aarch64)
+* 32-bit MIPS (mips)
+* 32-bit MIPS little endian (mipsel)
+* 64-bit MIPS (mips64)
+* 64-bit MIPS little endian (mipsel64)
+* 64-bit MIPS n32 ABI (mips64n32)
+* 64-bit MIPS n32 ABI little endian (mipsel64n32)
+* 32-bit PA-RISC (parisc)
+* 64-bit PA-RISC (parisc64)
+* 32-bit PowerPC (ppc)
+* 64-bit PowerPC (ppc64)
+* 64-bit PowerPC little endian (ppc64le)
+* 32-bit s390 (s390)
+* 64-bit s390x (s390x)
+
## Documentation
The "doc/" directory contains all of the currently available documentation,