From 6763b5ba1efcfc42db81b8c4a332e311df66d1ca Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Fri, 11 Dec 2020 23:53:09 -0700 Subject: [PATCH] README: note which archs support C trampoline --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f6857a3..94bd2c5 100644 --- a/README.md +++ b/README.md @@ -16,20 +16,20 @@ target to do it. ## supported features -| Architecture | Works on musl | Syscall | Supports FREESTANDING | -|--------------|---------------|---------|-----------------------| -| aarch64 | ✓ | | ✓ | -| arm | ✓ | | ✓ | -| m68k | ✓ | | ✓ | -| mips | ✓ | | ✓ | -| mips64 | ✓ | | ✓ | -| ppc | ✓ | ✓ | | -| ppc64 | ✓ | ✓ | | -| riscv64 | ✓ | | ✓ | -| s390x | ✓ | | ✓ | -| sh | ✓ | | ✓ | -| x86 | ✓ | | ✓ | -| x86_64 | ✓ | | ✓ | +| Architecture | Works on musl | Syscall | Supports FREESTANDING | Common trampoline | +|--------------|---------------|---------|-----------------------|-------------------| +| aarch64 | ✓ | | ✓ | ✓ | +| arm | ✓ | | ✓ | ✓ | +| m68k | ✓ | | ✓ | ✓ | +| mips | ✓ | | ✓ | | +| mips64 | ✓ | | ✓ | | +| ppc | ✓ | ✓ | | | +| ppc64 | ✓ | ✓ | | | +| riscv64 | ✓ | | ✓ | | +| s390x | ✓ | | ✓ | | +| sh | ✓ | | ✓ | ✓ | +| x86 | ✓ | | ✓ | ✓ | +| x86_64 | ✓ | | ✓ | ✓ | ## building