Update.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13964 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 12a1bf4..d3cf5a9 100644
--- a/NEWS
+++ b/NEWS
@@ -116,9 +116,12 @@
         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
diff --git a/docs/internals/3_9_BUGSTATUS.txt b/docs/internals/3_9_BUGSTATUS.txt
index c648beb..e6c34fc 100644
--- a/docs/internals/3_9_BUGSTATUS.txt
+++ b/docs/internals/3_9_BUGSTATUS.txt
@@ -26,13 +26,10 @@
 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 ===========================================================