Update.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13879 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/README.aarch64 b/README.aarch64
index 706afa9..1f69dce 100644
--- a/README.aarch64
+++ b/README.aarch64
@@ -7,7 +7,7 @@
 instructions and can run almost anything generated by gcc-4.8.2 -O2.
 The port is under active development.
 
-Current limitations, as of mid-Feb 2014.
+Current limitations, as of mid-March 2014.
 
 * limited support of vector (SIMD) instructions.  Initial target is
   support for instructions created by gcc-4.8.2 -O3 (via vectorisation).
@@ -29,10 +29,10 @@
 small examples.  Other tools appear to at least not crash when running
 /bin/date.
 
-Enough syscalls are supported for /bin/ssh and /bin/bash to work.  In
-particular that means that programs that create and use TCP sockets
-are likely to work.
-
+Enough syscalls and instructions are supported for substantial
+programs to work.  Firefox 26 is able to start up and quit.  The noise
+level from Memcheck is low enough to make it practical to use for real
+debugging.
 
 
 Building