]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add note.
authorNicholas Nethercote <njn@valgrind.org>
Thu, 21 Apr 2005 22:11:46 +0000 (22:11 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 21 Apr 2005 22:11:46 +0000 (22:11 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3539

NOTES.txt

index 838b54956611665b191b2a601e4b29e30b84b6f3..b4c3179adbb66d8705d82760dbf395b7ba7ba8c5 100644 (file)
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -6,6 +6,12 @@
   sense to have tool-helpers written in assembly.  Looks like we
   need to retain coregrind/core_asm.h, though.
 
+  [core_asm.h includes tool_asm.h.  The contents of tool_asm.h could be put
+  into core_asm.h, but that would deviate from the structure described at
+  the top of core.h... that structure will slowly change as core.h/tool.h
+  are split up into separate headers for each module, but it might be
+  worthwhile keeping the asm-only headers?  Not sure.  --njn]
+
   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.