Statistics
| Branch: | Revision:

root / gdb-xml / cf-core.xml @ 212b6008

History | View | Annotate | Download (1.1 kB)

1 56aebc89 pbrook
<?xml version="1.0"?>
2 56aebc89 pbrook
<!-- Copyright (C) 2008 Free Software Foundation, Inc.
3 56aebc89 pbrook

4 56aebc89 pbrook
     Copying and distribution of this file, with or without modification,
5 56aebc89 pbrook
     are permitted in any medium without royalty provided the copyright
6 56aebc89 pbrook
     notice and this notice are preserved.  -->
7 56aebc89 pbrook
<!DOCTYPE feature SYSTEM "gdb-target.dtd">
8 56aebc89 pbrook
<feature name="org.gnu.gdb.coldfire.core">
9 56aebc89 pbrook
  <reg name="d0" bitsize="32"/>
10 56aebc89 pbrook
  <reg name="d1" bitsize="32"/>
11 56aebc89 pbrook
  <reg name="d2" bitsize="32"/>
12 56aebc89 pbrook
  <reg name="d3" bitsize="32"/>
13 56aebc89 pbrook
  <reg name="d4" bitsize="32"/>
14 56aebc89 pbrook
  <reg name="d5" bitsize="32"/>
15 56aebc89 pbrook
  <reg name="d6" bitsize="32"/>
16 56aebc89 pbrook
  <reg name="d7" bitsize="32"/>
17 56aebc89 pbrook
  <reg name="a0" bitsize="32" type="data_ptr"/>
18 56aebc89 pbrook
  <reg name="a1" bitsize="32" type="data_ptr"/>
19 56aebc89 pbrook
  <reg name="a2" bitsize="32" type="data_ptr"/>
20 56aebc89 pbrook
  <reg name="a3" bitsize="32" type="data_ptr"/>
21 56aebc89 pbrook
  <reg name="a4" bitsize="32" type="data_ptr"/>
22 56aebc89 pbrook
  <reg name="a5" bitsize="32" type="data_ptr"/>
23 56aebc89 pbrook
  <reg name="fp" bitsize="32" type="data_ptr"/>
24 56aebc89 pbrook
  <reg name="sp" bitsize="32" type="data_ptr"/>
25 56aebc89 pbrook
26 56aebc89 pbrook
  <reg name="ps" bitsize="32"/>
27 56aebc89 pbrook
  <reg name="pc" bitsize="32" type="code_ptr"/>
28 56aebc89 pbrook
29 56aebc89 pbrook
</feature>