Fix many holes and bugs in an attempt to get my libpthread.so to export
the same set of symbols as the real one, which I now realise is crucial
for it to work at all.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@151 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/valgrind.in b/valgrind.in
index d16b5d9..7f18890 100755
--- a/valgrind.in
+++ b/valgrind.in
@@ -166,5 +166,6 @@
 LD_PRELOAD=valgrind.so:$LD_PRELOAD
 export LD_PRELOAD
 #LD_DEBUG=files
+#LD_DEBUG=symbols
 #export LD_DEBUG
 exec "$@"