From: Nicholas Nethercote Date: Sun, 30 Nov 2003 17:41:45 +0000 (+0000) Subject: Remove out-of-date limitations from tech docs. X-Git-Tag: svn/VALGRIND_2_1_0~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18564d3066ef14b76b2e9fc2c3c8de16154a9cb3;p=thirdparty%2Fvalgrind.git Remove out-of-date limitations from tech docs. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2073 --- diff --git a/memcheck/docs/mc_techdocs.html b/memcheck/docs/mc_techdocs.html index f734fc41ce..b2623ed4cd 100644 --- a/memcheck/docs/mc_techdocs.html +++ b/memcheck/docs/mc_techdocs.html @@ -465,11 +465,6 @@ Some more specific things are:

Current limitations

-No threads. I think fixing this is close to a research-grade problem. -

-No MMX. Fixing this should be relatively easy, using the same giant -trick used for x86 FPU instructions. See below. -

Support for weird (non-POSIX) signal stuff is patchy. Does anybody care?