From e786bc9409dac62bd053d876707ed6046ee355e8 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 30 Mar 2020 06:38:23 +0000 Subject: [PATCH] README: ARCH=mips64 does support N32 ABI in theory --- NEWS | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9bc47d1..14f8d5d 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ Changes from 0.9.0 to 0.10 -------------------------- * Added MIPS O32 and MIPS N64 ports. + MIPS N32 ABI is theoretically supported by ARCH=mips64 with + a MIPS N32 toolchain, but this has not been tested. * Improved test program (test_libucontext) verbosity. diff --git a/README.md b/README.md index 47f711f..97a03b6 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Right now these archs are supported and should work on bare metal: * armv6+ (`arm`) * aarch64 * s390x - * mips (O32 ABI only, like Alpine) - * mips64 (N64 ABI only, like Alpine) + * mips (O32 ABI only) + * mips64 (N32/N64 ABI only, like Alpine, only N64 ABI has been tested) These archs require kernel assistance and use a syscall: