From: Julian Seward Date: Sat, 9 Apr 2005 18:25:06 +0000 (+0000) Subject: Some notes from memcheck size/endian hackery X-Git-Tag: svn/VALGRIND_3_0_0~788 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b5e9f64f7bc283dac0fe2467fdbe52976f4bf1b;p=thirdparty%2Fvalgrind.git Some notes from memcheck size/endian hackery git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3530 --- diff --git a/NOTES.txt b/NOTES.txt index eb6148d6bd..838b549566 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) ?