]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update.
authorJulian Seward <jseward@acm.org>
Wed, 8 Aug 2012 20:21:29 +0000 (20:21 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 8 Aug 2012 20:21:29 +0000 (20:21 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12862

NEWS

diff --git a/NEWS b/NEWS
index 5aa94649536c9574877379cb79e564d3d2ca08a1..eda26af0d60b6949bef1c49523398c77093dc033 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -118,6 +118,8 @@ serious work at present.
 
 * Improved support for DWARF4 debugging information (bug 284184).
 
+* Initial support for DWZ compressed Dwarf debug info.
+
 * Improved control over the IR optimiser's handling of the tradeoff
   between performance and precision of exceptions.  Specifically,
   --vex-iropt-precise-memory-exns has been removed and replaced by
@@ -284,6 +286,7 @@ where XXXXXX is the bug number as listed below.
 303624  segmentation fault on Android 4.1 (e.g. on Galaxy Nexus OMAP) 
 303963  strstr() function produces wrong results under valgrind callgrind
 304054  CALL_FN_xx macros need to enforce stack alignment
+304561  tee system call not supported
 715750  (MacOSX): Incorrect invalid-address errors near 0xFFFFxxxx (mozbug#)
 n-i-bz  Add missing gdbserver xml files for shadow registers for ppc32
 n-i-bz  Bypass gcc4.4/4.5 code gen bugs causing out of memory or asserts