|
From: <sv...@va...> - 2015-11-06 22:08:56
|
Author: florian
Date: Fri Nov 6 22:08:46 2015
New Revision: 15722
Log:
Fix documentation of command line flag
BZ #354933
Modified:
trunk/NEWS
trunk/README.android
trunk/README.android_emulator
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri Nov 6 22:08:46 2015
@@ -41,6 +41,7 @@
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)
Modified: trunk/README.android
==============================================================================
--- trunk/README.android (original)
+++ trunk/README.android Fri Nov 6 22:08:46 2015
@@ -174,7 +174,7 @@
# 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
Modified: trunk/README.android_emulator
==============================================================================
--- trunk/README.android_emulator (original)
+++ trunk/README.android_emulator Fri Nov 6 22:08:46 2015
@@ -63,7 +63,7 @@
# 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.
|