README: ARCH=mips64 does support N32 ABI in theory

pull/17/head libucontext-0.10
Ariadne Conill 2020-03-30 06:38:23 +00:00
parent 1ee8d2f360
commit e786bc9409
2 changed files with 4 additions and 2 deletions

2
NEWS
View File

@ -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.

View File

@ -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: