mips64: add N32 ABI support in NEWS

Announce support for MIPS N32 ABI.
This commit is contained in:
Petar Jovanovic 2018-06-14 18:25:47 +00:00
parent 58c1c98db4
commit 93a1edae3f

2
NEWS
View File

@ -24,6 +24,7 @@ support for X86/macOS 10.13, AMD64/macOS 10.13.
* Preliminary support for macOS 10.13 has been added.
* mips: support for MIPS32/MIPS64 Revision 6 has been added.
* mips: support for MIPS SIMD architecture (MSA) has been added.
* mips: support for MIPS N32 ABI support has been added.
* ==================== TOOL CHANGES ====================
@ -58,6 +59,7 @@ where XXXXXX is the bug number as listed below.
208052 strlcpy error when n = 0
255603 exp-sgcheck Assertion '!already_present' failed
338252 building valgrind with -flto (link time optimisation) fails
345763 MIPS N32 ABI support
372347 Replacement problem of the additional c++14/c++17 new and delete operators
376257 helgrind history full speed up using a cached stack
379373 Fix syscall param msg->desc.port.name points to uninitialised byte(s)