|
From: <sv...@va...> - 2015-03-05 11:25:59
|
Author: sewardj
Date: Thu Mar 5 11:25:52 2015
New Revision: 14980
Log:
Update.
Modified:
trunk/NEWS
trunk/docs/internals/3_10_BUGSTATUS.txt
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Thu Mar 5 11:25:52 2015
@@ -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
Modified: trunk/docs/internals/3_10_BUGSTATUS.txt
==============================================================================
--- trunk/docs/internals/3_10_BUGSTATUS.txt (original)
+++ trunk/docs/internals/3_10_BUGSTATUS.txt Thu Mar 5 11:25:52 2015
@@ -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?
|