Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2089)

Unified Diff: binaries/linux_x86/lib/valgrind/32bit-core-valgrind-s2.xml

Issue 11299158: Roll new valgrind-variant (r138, which is Valgrind r13132, VEX r2564) binaries for Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: binaries/linux_x86/lib/valgrind/32bit-core-valgrind-s2.xml
===================================================================
--- binaries/linux_x86/lib/valgrind/32bit-core-valgrind-s2.xml (revision 169322)
+++ binaries/linux_x86/lib/valgrind/32bit-core-valgrind-s2.xml (working copy)
@@ -27,6 +27,11 @@
<field name="ID" start="21" end="21"/>
</flags>
+ <struct id="i387_ext_s">
+ <field name="b64" type="uint64"/>
+ <field name="b16" type="uint16"/>
+ </struct>
+
<reg name="eaxs2" bitsize="32" type="int32"/>
<reg name="ecxs2" bitsize="32" type="int32"/>
<reg name="edxs2" bitsize="32" type="int32"/>
@@ -45,14 +50,14 @@
<reg name="fss2" bitsize="32" type="int32"/>
<reg name="gss2" bitsize="32" type="int32"/>
- <reg name="st0s2" bitsize="80" type="i387_ext"/>
- <reg name="st1s2" bitsize="80" type="i387_ext"/>
- <reg name="st2s2" bitsize="80" type="i387_ext"/>
- <reg name="st3s2" bitsize="80" type="i387_ext"/>
- <reg name="st4s2" bitsize="80" type="i387_ext"/>
- <reg name="st5s2" bitsize="80" type="i387_ext"/>
- <reg name="st6s2" bitsize="80" type="i387_ext"/>
- <reg name="st7s2" bitsize="80" type="i387_ext"/>
+ <reg name="st0s2" bitsize="80" type="i387_ext_s"/>
+ <reg name="st1s2" bitsize="80" type="i387_ext_s"/>
+ <reg name="st2s2" bitsize="80" type="i387_ext_s"/>
+ <reg name="st3s2" bitsize="80" type="i387_ext_s"/>
+ <reg name="st4s2" bitsize="80" type="i387_ext_s"/>
+ <reg name="st5s2" bitsize="80" type="i387_ext_s"/>
+ <reg name="st6s2" bitsize="80" type="i387_ext_s"/>
+ <reg name="st7s2" bitsize="80" type="i387_ext_s"/>
<reg name="fctrls2" bitsize="32" type="int" group="float"/>
<reg name="fstats2" bitsize="32" type="int" group="float"/>
« no previous file with comments | « binaries/linux_x86/lib/valgrind/32bit-core-valgrind-s1.xml ('k') | binaries/linux_x86/lib/valgrind/32bit-sse-valgrind-s1.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698