]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix documentation of command line flag
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 6 Nov 2015 22:08:46 +0000 (22:08 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 6 Nov 2015 22:08:46 +0000 (22:08 +0000)
BZ #354933

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15722

NEWS
README.android
README.android_emulator

diff --git a/NEWS b/NEWS
index 529c89cd11efa080806e86b676ca940846e2c4f4..1d884f979fa9ef9b480c1cd62931f8577087639d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,7 @@ where XXXXXX is the bug number as listed below.
 353920  unhandled amd64-solaris syscall: 170
 354392  unhandled amd64-solaris syscall: 171
 354797  Added vbit tester support for PPC 64 isa 2.07 iops
+354933  Fix documentation of --kernel-variant=android-no-hw-tls option
 
 
 Release 3.11.0 (22 September 2015)
index 01cd2fa2178dedb10588a0449d2a4f48d0487bfa..199616e1b21fc70adf80ead4507fc377766e366c 100644 (file)
@@ -174,7 +174,7 @@ adb push Inst /
 #     at startup.  This is because the emulator (for ARM) may not be
 #     simulating a hardware TLS register.  To get around this, run
 #     Valgrind with:
-#       --kernel-variant=android-emulator-no-hw-tls
+#       --kernel-variant=android-no-hw-tls
 # 
 # (2) if you are running a real device, you need to tell Valgrind
 #     what GPU it has, so Valgrind knows how to handle custom GPU
index f2ed598736b67ac254f8321e3c936711f2cd6e86..e19f6154fe9062cd7e9ebcdc50bffea49ca9d489 100644 (file)
@@ -63,7 +63,7 @@ adb push Inst /
 
 # IMPORTANT: when running Valgrind, you may need give it the flag
 #
-#    --kernel-variant=android-emulator-no-hw-tls
+#    --kernel-variant=android-no-hw-tls
 #
 # since otherwise it may crash at startup.
 # See README.android for details.