Update bug status.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13448 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index aacf88c..2c84b23 100644
--- a/NEWS
+++ b/NEWS
@@ -356,9 +356,18 @@
 319395  Crash with unhandled instruction on STRT (Thumb) instructions
         FIXED 2722 13997
 
+319858  disInstr(thumb): unhandled instruction on instruction STRBT
+        FIXED 2730 13445
+
+319932  disInstr(thumb): unhandled instruction on instruction STRHT
+        FIXED 2730 13445
+
 320063  Memory from PTRACE_GET_THREAD_AREA is reported uninitialised
         FIXED 13403
 
+320083  disInstr(thumb): unhandled instruction on instruction LDRBT
+        FIXED 2730 13445
+
 320116  bind on AF_BLUETOOTH produces warnings because of sockaddr_rc padding
         FIXED 13404, 13405
 
@@ -368,12 +377,59 @@
 321065  Valgrind updates for Xen 4.3
         FIXED 13435/6/7/8
 
+321148  Unhandled instruction: PLI (Thumb 1, 2, 3)
+        FIXED 2730
+
+321693  Unhandled instruction: LDRSBT (Thumb)
+        FIXED 2730 13445
+
 321730  Add cg_diff and cg_merge man pages
         FIXED 13442
 
 321738  Add vgdb and valgrind-listener man pages
         FIXED 13443
 
+321363  Unhandled instruction: SSAX (ARM + Thumb)
+        FIXED 2731 13446 13447
+
+321364  Unhandled instruction: SXTAB16 (ARM + Thumb)
+        FIXED 2731 13446 13447
+
+321466  Unhandled instruction: SHASX (ARM + Thumb)
+        FIXED 2731 13446 13447
+
+321467  Unhandled instruction: SHSAX (ARM + Thumb)
+        FIXED 2731 13446 13447
+
+321468  Unhandled instruction: SHSUB16 (ARM + Thumb)
+        FIXED 2731 13446 13447
+
+321619  Unhandled instruction: SHSUB8 (ARM + Thumb)
+        FIXED 2731 13446 13447
+
+321620  Unhandled instruction: UASX (ARM + Thumb)
+        FIXED 2731 13446 13447
+
+321621  Unhandled instruction: USAX (ARM + Thumb)
+        FIXED 2731 13446 13447
+
+321692  Unhandled instruction: UQADD16 (ARM + Thumb)
+        FIXED 2731 13446 13447
+
+321694  Unhandled instruction: UQASX (ARM + Thumb)
+        FIXED 2731 13446 13447
+
+321696  Unhandled instruction: UQSAX (Thumb + ARM)
+        FIXED 2731 13446 13447
+
+321697  Unhandled instruction: UHASX (ARM + Thumb)
+        FIXED 2731 13446 13447
+
+321703  Unhandled instruction: UHSAX (ARM + Thumb)
+        FIXED 2731 13446 13447
+
+321704  Unhandled instruction: REVSH (ARM + Thumb)
+        FIXED 2731 13446 13447
 
 
 Release 3.8.1 (19 September 2012)
diff --git a/docs/internals/3_8_BUGSTATUS.txt b/docs/internals/3_8_BUGSTATUS.txt
index 2bbee2d..8025bf0 100644
--- a/docs/internals/3_8_BUGSTATUS.txt
+++ b/docs/internals/3_8_BUGSTATUS.txt
@@ -446,15 +446,9 @@
 319547  helgrind gives false positives on rwlocks
         Needs investigation
 
-319858  disInstr(thumb): unhandled instruction on instruction STRBT
-        Has patch
-
 319896  vex amd64->IR: 0x8C 0xE0
         Probably requires proper segment support, but need to check.
 
-319932  disInstr(thumb): unhandled instruction on instruction STRHT
-        Has patch
-
 319968  disInstr(arm): 0x69746E65  (valgrind_v3.81, cortex-A9)
         INVALID (needs closing)
 
@@ -464,9 +458,7 @@
 
 320082  disInstr(thumb): unhandled instruction on instruction LDRB
         Has patch
-
-320083  disInstr(thumb): unhandled instruction on instruction LDRBT
-        Has patch
+        LDRB; surely already supported?  Queried.
 
 320100  Add nanosecond timer support
         A bigger patch depends on it, but that has not appeared yet
@@ -492,15 +484,6 @@
         unsupported (by version 3.8.1)
         PCMPxSTRx $0x30, $0x40
 
-321148  Unhandled instruction: PLI (Thumb 1, 2, 3)
-        Has patch
-
-321363  Unhandled instruction: SSAX (ARM + Thumb)
-        Has patch
-
-321364  Unhandled instruction: SXTAB16 (ARM + Thumb)
-        Has patch
-
 321396  Add Support for Freescale e500v2 SPE Architecture.
         Is metabug? -- no patch, no details
 
@@ -513,48 +496,9 @@
 321444  Multi-byte fill options
         Wishlist
 
-321466  Unhandled instruction: SHASX (ARM + Thumb)
-        Has patch
-
-321467  Unhandled instruction: SHSAX (ARM + Thumb)
-        Has patch
-
-321468  Unhandled instruction: SHSUB16 (ARM + Thumb)
-        Has patch
-
-321619  Unhandled instruction: SHSUB8 (ARM + Thumb)
-        Has patch
-
-321620  Unhandled instruction: UASX (ARM + Thumb)
-        Has patch
-
-321621  Unhandled instruction: USAX (ARM + Thumb)
-        Has patch
-
 321681  printf false positive
         Probably WONTFIX
 
-321692  Unhandled instruction: UQADD16 (ARM + Thumb)
-        Has patch
-
-321693  Unhandled instruction: LDRSBT (Thumb)
-        has patch
-
-321694  Unhandled instruction: UQASX (ARM + Thumb)
-        Has patch
-
-321696  Unhandled instruction: UQSAX (Thumb + ARM)
-        Has patch
-
-321697  Unhandled instruction: UHASX (ARM + Thumb)
-        Has patch
-
-321703  Unhandled instruction: UHSAX (ARM + Thumb)
-        Has patch
-
-321704  Unhandled instruction: REVSH (ARM + Thumb)
-        Has patch
-
 321814  stepping through breakpoints in attached gdb process crashes valgrind
         OSX specific; queried
 
@@ -562,3 +506,4 @@
         MIPS specific?
 
 Tue Jul  2 12:15:07 CEST 2013
+