From: Julian Seward Date: Thu, 5 Mar 2015 11:25:52 +0000 (+0000) Subject: Update. X-Git-Tag: svn/VALGRIND_3_11_0~612 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49113a05afdf7e28bedc9e2cefdd8dafe23c087a;p=thirdparty%2Fvalgrind.git Update. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14980 --- diff --git a/NEWS b/NEWS index 75cf7c75a3..23e8d017d4 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/docs/internals/3_10_BUGSTATUS.txt b/docs/internals/3_10_BUGSTATUS.txt index 1ebc10a491..101076d340 100644 --- a/docs/internals/3_10_BUGSTATUS.txt +++ b/docs/internals/3_10_BUGSTATUS.txt @@ -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?