]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update.
authorJulian Seward <jseward@acm.org>
Tue, 18 Mar 2014 23:03:38 +0000 (23:03 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 18 Mar 2014 23:03:38 +0000 (23:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13879

README.aarch64

index 706afa9020d777dcfd0230032f006bc0237fb6ab..1f69dce84821f5ee5a8fd9922e380f5c33bb70e7 100644 (file)
@@ -7,7 +7,7 @@ the 64-bit ARM architecture.  Currently it supports integer and FP
 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 @@ and FP instructions.  Memcheck is also believed to work, at least for
 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