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

Side by Side Diff: binaries/linux_x86/lib/valgrind/mips-fpu.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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <?xml version="1.0"?>
2 <!-- Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
3
4 Copying and distribution of this file, with or without modification,
5 are permitted in any medium without royalty provided the copyright
6 notice and this notice are preserved. -->
7
8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.mips.fpu">
10 <reg name="f0" bitsize="32" type="ieee_single" regnum="38"/>
11 <reg name="f1" bitsize="32" type="ieee_single"/>
12 <reg name="f2" bitsize="32" type="ieee_single"/>
13 <reg name="f3" bitsize="32" type="ieee_single"/>
14 <reg name="f4" bitsize="32" type="ieee_single"/>
15 <reg name="f5" bitsize="32" type="ieee_single"/>
16 <reg name="f6" bitsize="32" type="ieee_single"/>
17 <reg name="f7" bitsize="32" type="ieee_single"/>
18 <reg name="f8" bitsize="32" type="ieee_single"/>
19 <reg name="f9" bitsize="32" type="ieee_single"/>
20 <reg name="f10" bitsize="32" type="ieee_single"/>
21 <reg name="f11" bitsize="32" type="ieee_single"/>
22 <reg name="f12" bitsize="32" type="ieee_single"/>
23 <reg name="f13" bitsize="32" type="ieee_single"/>
24 <reg name="f14" bitsize="32" type="ieee_single"/>
25 <reg name="f15" bitsize="32" type="ieee_single"/>
26 <reg name="f16" bitsize="32" type="ieee_single"/>
27 <reg name="f17" bitsize="32" type="ieee_single"/>
28 <reg name="f18" bitsize="32" type="ieee_single"/>
29 <reg name="f19" bitsize="32" type="ieee_single"/>
30 <reg name="f20" bitsize="32" type="ieee_single"/>
31 <reg name="f21" bitsize="32" type="ieee_single"/>
32 <reg name="f22" bitsize="32" type="ieee_single"/>
33 <reg name="f23" bitsize="32" type="ieee_single"/>
34 <reg name="f24" bitsize="32" type="ieee_single"/>
35 <reg name="f25" bitsize="32" type="ieee_single"/>
36 <reg name="f26" bitsize="32" type="ieee_single"/>
37 <reg name="f27" bitsize="32" type="ieee_single"/>
38 <reg name="f28" bitsize="32" type="ieee_single"/>
39 <reg name="f29" bitsize="32" type="ieee_single"/>
40 <reg name="f30" bitsize="32" type="ieee_single"/>
41 <reg name="f31" bitsize="32" type="ieee_single"/>
42
43 <reg name="fcsr" bitsize="32" group="float"/>
44 <reg name="fir" bitsize="32" group="float"/>
45 </feature>
OLDNEW
« no previous file with comments | « binaries/linux_x86/lib/valgrind/mips-cpu-valgrind-s2.xml ('k') | binaries/linux_x86/lib/valgrind/mips-fpu-valgrind-s1.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698