Some notes from memcheck size/endian hackery


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3530 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NOTES.txt b/NOTES.txt
index eb6148d..838b549 100644
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -1,4 +1,16 @@
 
+9 Apr 05 (starting work on memcheck for 32/64-bit and big/little endian)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+* get rid of memcheck/mc_asm.h and include/tool_asm.h.  I think 
+  these are left over from single-platform days, when it made
+  sense to have tool-helpers written in assembly.  Looks like we
+  need to retain coregrind/core_asm.h, though.
+
+  Urk.  Perhaps nuke all that X86_FEAT gunk in coregrind/core_asm.h
+  though.  Vex isn't clever enough to distinguish dozens of CPU
+  subvariants.
+
+
 23 March 05
 ~~~~~~~~~~~
 Do we still need ARCH_PTHREQ_RET (or *PTHREQ* for that matter) ?