|
From: <sv...@va...> - 2007-01-12 20:32:01
|
Author: sewardj Date: 2007-01-12 20:31:49 +0000 (Fri, 12 Jan 2007) New Revision: 1726 Log: Update. Modified: trunk/test/test-amd64.c Modified: trunk/test/test-amd64.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/test/test-amd64.c 2007-01-12 20:29:01 UTC (rev 1725) +++ trunk/test/test-amd64.c 2007-01-12 20:31:49 UTC (rev 1726) @@ -1,7 +1,7 @@ =20 /* To build:=20 =20 - gcc -O -g -o test-amd64 test-amd64.c -lm + gcc -g -o test-amd64 test-amd64.c -lm =20 */ =20 @@ -134,11 +134,9 @@ #define OP_CC #include "test-amd64-shift.h" =20 -#if 0 #define OP rcl #define OP_CC #include "test-amd64-shift.h" -#endif =20 #if 0 #define OP shld |