|
From: <sv...@va...> - 2009-04-15 02:46:02
|
Author: njn Date: 2009-04-15 03:45:41 +0100 (Wed, 15 Apr 2009) New Revision: 9534 Log: Put files in alphabetical order. Modified: branches/DARWIN/memcheck/tests/x86/Makefile.am Modified: branches/DARWIN/memcheck/tests/x86/Makefile.am =================================================================== --- branches/DARWIN/memcheck/tests/x86/Makefile.am 2009-04-15 02:38:41 UTC (rev 9533) +++ branches/DARWIN/memcheck/tests/x86/Makefile.am 2009-04-15 02:45:41 UTC (rev 9534) @@ -32,8 +32,8 @@ fprem \ fxsave \ pushfw_x86 \ - xor-undef-x86 \ - sse_memory + sse_memory \ + xor-undef-x86 # DDD: not sure if these ones should work on Darwin or not... if not, should # be moved into x86-linux/. |