valgrind/valgrind-3.9.0-amd64_gen_insn_test.patch
Mark Wielaard 2fc9ba1910 3.9.0-1 - Upgrade to valgrind 3.9.0 final.
- Remove support for really ancient GCCs (valgrind-3.9.0-config_h.patch).
- Add valgrind-3.9.0-amd64_gen_insn_test.patch.
- Remove and cleanup fake 32-bit libgcc package.
2013-11-01 13:49:53 +01:00

22 lines
666 B
Diff

commit 56d49b46587a6faffc98662f7d22450df0294019
Author: tom <tom@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Date: Fri Nov 1 10:46:28 2013 +0000
Clear direction flag after tests on amd64. BZ#326983.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13709 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/none/tests/amd64/gen_insn_test.pl b/none/tests/amd64/gen_insn_test.pl
index 409249e..863e560 100644
--- a/none/tests/amd64/gen_insn_test.pl
+++ b/none/tests/amd64/gen_insn_test.pl
@@ -850,6 +850,7 @@ while (<>)
}
# print qq| \"frstor %$stateargnum\\n\"\n|;
+ print qq| \"cld\\n\"\n|;
print qq| :|;