From: Petar Jovanovic Date: Thu, 14 Jun 2018 18:25:47 +0000 (+0000) Subject: mips64: add N32 ABI support in NEWS X-Git-Tag: VALGRIND_3_14_0~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a1edae3fb5a1713f7d110490bcf2bf4354ade6;p=thirdparty%2Fvalgrind.git mips64: add N32 ABI support in NEWS Announce support for MIPS N32 ABI. --- diff --git a/NEWS b/NEWS index eaa05d9bdb..2eea334980 100644 --- a/NEWS +++ b/NEWS @@ -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)