mips: update README.mips and NEWS for 3.9
Minor update to README.mips and NEWS section to state that MIPS64 support is
new in 3.9, as well as support for MIPS DSP ASE on MIPS32.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13661 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 106aa87..e4cdaa4 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,10 @@
* ================== PLATFORM CHANGES =================
- mips64-linux support
+* Support for MIPS64 LE and BE running Linux. Valgrind has been tested
+ on MIPS64 Debian Squeeze and Debian Wheezy distributions.
+
+* Support for MIPS DSP ASE on MIPS32 platforms.
Support for s390x Decimal Floating Point instructions on hosts that
have the DFP facility installed.