From: Nicholas Nethercote Date: Thu, 21 Apr 2005 22:11:46 +0000 (+0000) Subject: Add note. X-Git-Tag: svn/VALGRIND_3_0_0~779 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3b0b762de1f13dc7446f1d405f9488676582f2f;p=thirdparty%2Fvalgrind.git Add note. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3539 --- diff --git a/NOTES.txt b/NOTES.txt index 838b549566..b4c3179adb 100644 --- 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.