]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update.
authorJulian Seward <jseward@acm.org>
Wed, 14 May 2014 13:29:04 +0000 (13:29 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 14 May 2014 13:29:04 +0000 (13:29 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13964

NEWS
docs/internals/3_9_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index 12a1bf42611e00ba5d5838e869859c36179f6a3a..d3cf5a943a0ba043d83ce8129e785f260dd638e0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -116,9 +116,12 @@ where XXXXXX is the bug number as listed below.
         client requests
 332276  Implement additional Xen hypercalls
 332658  ldrd.w r1, r2, [PC, #imm] does not adjust for 32bit alignment
+333145  Tests for missaligned PC+#imm access for arm
 333228  AAarch64 Missing instruction encoding: mrs %[reg], ctr_el0
 333230  AAarch64 missing instruction encodings: dc, ic, dsb.
+333428  ldr.w pc [rD, #imm] instruction leads to assertion
 333666  Recognize MPX instructions and bnd prefix.
+334049  lzcnt fails silently (x86_32)
 334705  sendmsg and recvmsg should guard against bogus msghdr fields.
 334727  Build fails with -Werror=format-security
 n-i-bz  Fix KVM_CREATE_IRQCHIP ioctl handling
index c648beb6f3c9855f26780736cc5aee4b17fc289a..e6c34fcf44845327e206f35309b108111fc7e7c7 100644 (file)
@@ -26,13 +26,10 @@ For bugs reported before this time, see 3_8_BUGSTATUS.txt
 331057  unhandled instruction: 0xEEE01B20 (vfma.f64) (has patch)
 331178  disInstr(arm): unhandled instruction: 0xEE190F1D
         Probably WONTFIX or CANTFIX
-333145  Tests for missaligned PC+#imm access for arm
-333428  ldr.w pc [rD, #imm] instruction leads to assertion
 
 === VEX/x86 ============================================================
 
 333625  Program under valgrind calculates complex exp() wrogly
-334049  lzcnt fails silently (x86_32)
 
 === VEX/mips ===========================================================