]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips64: add N32 ABI support in NEWS
authorPetar Jovanovic <mips32r2@gmail.com>
Thu, 14 Jun 2018 18:25:47 +0000 (18:25 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Thu, 14 Jun 2018 18:25:47 +0000 (18:25 +0000)
Announce support for MIPS N32 ABI.

NEWS

diff --git a/NEWS b/NEWS
index eaa05d9bdb3b9f60e70d2633bdbd17d125e33268..2eea3349803b0f6163e198496f2be229fd8e3e42 100644 (file)
--- 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)