Update.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14980 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 75cf7c7..23e8d01 100644
--- a/NEWS
+++ b/NEWS
@@ -89,6 +89,7 @@
 343012  Unhandled syscall 319 (memfd_create)
 343069  Patch updating v4l2 API support
 343173  helgrind crash during stack unwind
+343219  fix GET_STARTREGS for arm
 343303  Fix known deliberate memory leak in setenv() on Mac OS X 10.10
 343306  OS X 10.10: UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option
 343332  Unhandled instruction 0x9E310021 (fcvtmu) on aarch64
@@ -118,6 +119,7 @@
         compilers who may not provide those
 n-i-bz  Old STABS code is still being compiled, but never used. Remove it.
 n-i-bz  Fix compilation on distros with glibc < 2.5
+n-i-bz  (vex 3098) Avoid generation of Neon insns on non-Neon hosts
 
 
 
diff --git a/docs/internals/3_10_BUGSTATUS.txt b/docs/internals/3_10_BUGSTATUS.txt
index 1ebc10a..101076d 100644
--- a/docs/internals/3_10_BUGSTATUS.txt
+++ b/docs/internals/3_10_BUGSTATUS.txt
@@ -166,9 +166,6 @@
 
 === other/arm ==========================================================
 
-343219  fix GET_STARTREGS for arm
-        HAS PATCH; could land
-
 === other/s390 =========================================================
 === other/Android ======================================================
 
@@ -295,3 +292,5 @@
 ========================================================================
 
 Tue  3 Feb 00:14:18 CET 2015
+
+Check: space recovery in aspacemgr segnames array re-implemented?