Make the Quadrics Elan3 clone-hack be controllable by a command-line
flag.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3216 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/core.h b/coregrind/core.h
index 388a776..d15cfe4 100644
--- a/coregrind/core.h
+++ b/coregrind/core.h
@@ -337,6 +337,9 @@
    client address space bounds */
 extern Bool VG_(clo_pointercheck);
 
+/* HACK: Use hacked version of clone for Quadrics Elan3 drivers */
+extern Bool VG_(clo_support_elan3);
+
 /* Set up the libc freeres wrapper */
 extern void VG_(intercept_libc_freeres_wrapper)(Addr);