parent
1ee8d2f360
commit
e786bc9409
2
NEWS
2
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.
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue