From: Julian Seward Date: Sat, 23 Jul 2005 13:28:05 +0000 (+0000) Subject: Enable RCR tests. X-Git-Tag: svn/VALGRIND_3_0_1^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e29737ea807dee0d00db8856786c2bbabe79bdc;p=thirdparty%2Fvalgrind.git Enable RCR tests. git-svn-id: svn://svn.valgrind.org/vex/trunk@1293 --- diff --git a/VEX/test/test-amd64.c b/VEX/test/test-amd64.c index 507d945f7e..b6d1d1356a 100644 --- a/VEX/test/test-amd64.c +++ b/VEX/test/test-amd64.c @@ -1,3 +1,13 @@ + +/* To build: + + gcc -O -g -o test-amd64 test-amd64.c -lm + + */ + +/* Contrary to what the next comment says, this is now an amd64 CPU + test. */ + /* * x86 CPU test * @@ -120,11 +130,9 @@ static void *call_start __init_call = NULL; #define OP ror #include "test-amd64-shift.h" -#if 0 #define OP rcr #define OP_CC #include "test-amd64-shift.h" -#endif #if 0 #define OP rcl