]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Move more fixed bugs from 3_7_BUGSTATUS to NEWS.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 2 Jul 2012 12:14:00 +0000 (12:14 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 2 Jul 2012 12:14:00 +0000 (12:14 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12698

NEWS
docs/internals/3_7_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index cc6a71a143adebb6211ddb04d36a12fe4282d245..c2ef9af65860db4adcc3cd04bc2178c428a53c06 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -169,12 +169,23 @@ n-i-bz  s390x: Shadow registers can now be examined using vgdb
 297078  gdbserver signal handling problems caused by diff vki nr/gdb nr
         and non reset of "C-ontinued" signal
 297147  drd false positives on newly allocated memory
+297329  VEX should disallow decoding of IBM Power Decimal Floating Point 
+        instructions on machines that do not support it
+297497  POWER Processor decimal floating point instruction support missing
 297976  s390x: revisit EX implementation
 297991  Valgrind interferes with mmap()+ftell() 
 297992  Support systems missing WIFCONTINUED (e.g. pre-2.6.10 Linux) 
 297993  Fix compilation of valgrind with gcc -g3.
+298080  POWER Processor decimal floating point instruction support missing, part 3
+298354  Unhandled ARM Thumb instruction 0xEB0D 0x0585 (streq)
 298394  s390x: Don't bail out on an unknown machine model. Assume it's a new model.
+298421  accept4() syscall (366) support is missing for ARM
+298718  vex amd64->IR: unhandled instruction bytes: 0xF 0xB1 0xCB 0x9C 0x8F 0x45
+298732  valgrind installation problem in ubuntu with kernel version 3.x
+298862  POWER Processor decimal floating point instruction support missing, part 4
+298864  DWARF reader mis-parses DW_FORM_ref_addr
 298943  massif asserts with --pages-as-heap=yes when brk is changing by value different of page size
+299053  Support DWARF4 DW_AT_high_pc constant form
 299756  For symmetry, --free-fill must be ignored for MEMPOOL_FREE and FREELIKE client requests
 n-i-bz  Bypass gcc4.4/4.5 wrong code generation causing out of memory or asserts
 n-i-bz  Add missing gdbserver xml files for shadow registers for ppc32
index efd27ddb6251414baff58ac7619164a4ae211726..4bd13f253459e113a27220838249af03e42a8138 100644 (file)
@@ -151,8 +151,6 @@ Please consider applying the patch contained in bz #274078.  It should make thes
 https://bugs.kde.org/show_bug.cgi?id=274078
 
 295974] New: vex-x86 omits some SSE4.1 opcodes such as PEXTRD
-296030] New: The valgrind cann't work with sun hotspot jvm, the jvm
-cann't startup.
 296166] New: Add support for ARM in ptrcheck
 296229] New: Linux user input device ioctls missing wrappers
 296308] New: helgrind tests fail on Linux/x86 due to clone syscall
@@ -162,32 +160,21 @@ missing unwind info
 296318] New: Debug info improvements (more than one rx/rw mapping)
 296457] New: vex amd64->IR: unhandled instruction bytes: 0x66 0xF 0x3A
 0xDF 0xD1 0x1 0xE8 0x6A
-296472] New: valgrind reports 32-bit uninitialized reads as "Uninitialised value of size 8" on x86_64
 296480] New: valgrind hangs early when run on Python
 296577] New: vex x86->IR: unhandled instruction bytes: 0x66 0xF 0x3A 0x17
 296578] New: vex amd64->IR: unhandled instruction bytes: 0x60 0x0 0x0 0x0 0x0 0x0 0x0 0x0
 296792] New: [PATCH] valgrind 3.7.0: add SIOCSHWTSTAMP (0x89B0) ioctl wrapper
 296947] New: vex amd64->IR: unhandled instruction bytes: 0x1F 0x7 0x0 0x0 0x0 0x0
-297329] New: VEX should disallow decoding of IBM Power Decimal Floating Point instructions on machines that do not support it
 297407] New: Failed reading debug information for Fortran codes; invalid cuOff
-297497] New: POWER Processor decimal floating point instruction support missing
 297701] New: Another alias for strncasecmp_l in libc-2.13.so
 297911] New: valgrind does not report 'invalid write' when using APIs for custom memory allocators.
-298080] New: POWER Processor decimal floating point instruction support missing, part 3
  298097] New: on ppc32 (e500mc core) target, valgrind report a app a mem error but the app is good to me.
 298227] New: valgrind unhandled instruction (vex amd64->IR: unhandled instruction bytes: 0xC5 0xF8 0x57 0xC0 0x48 0xC7 0x43 0x58)
 298281] New: wcslen causes false(?) uninitialised value warnings
 298335] New: Valgrind crashes after "vex amd64->IR: unhandled instruction bytes: 0xC5 0xF9 0x57 0xC0 0x48 0x8B 0x35 0x3"
-298354] New: Unhandled ARM Thumb instruction 0xEB0D 0x0585 (streq)
-298421] New: accept4() syscall (366) support is missing for ARM
 298546] New: wishlist: track virtual memory leaks due to mmap without munmap
-298718] New: vex amd64->IR: unhandled instruction bytes: 0xF 0xB1 0xCB 0x9C 0x8F 0x45
-298732] New: valgrind installation problem in ubuntu with kernel version 3.x
-298862] New: POWER Processor decimal floating point instruction support missing, part 4
-298864] New: DWARF reader mis-parses DW_FORM_ref_addr
 298870] New: No support for DW_TAG_partial_unit
 298905] New: argv / argc to be changed to non valgrind values.
-299053] New: [patch] Support DWARF4 DW_AT_high_pc constant form
 
 -- Sun 29 Apr 2012, near midnight.