git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14980
This commit is contained in:
Julian Seward 2015-03-05 11:25:52 +00:00
parent 3c3490016e
commit 49113a05af
2 changed files with 4 additions and 3 deletions

2
NEWS
View File

@ -89,6 +89,7 @@ where XXXXXX is the bug number as listed below.
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 @@ n-i-bz Provide implementations of certain compiler builtins to support
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

View File

@ -166,9 +166,6 @@ go in here.
=== other/arm ==========================================================
343219 fix GET_STARTREGS for arm
HAS PATCH; could land
=== other/s390 =========================================================
=== other/Android ======================================================
@ -295,3 +292,5 @@ arm64 critical regtest fails:
========================================================================
Tue 3 Feb 00:14:18 CET 2015
Check: space recovery in aspacemgr segnames array re-implemented?