]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/features/riscv/rv32e-xregs.xml
Update copyright year range in all GDB files
[thirdparty/binutils-gdb.git] / gdb / features / riscv / rv32e-xregs.xml
CommitLineData
25428040 1<?xml version="1.0"?>
3666a048 2<!-- Copyright (C) 2018-2021 Free Software Foundation, Inc.
25428040
AB
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<!-- Register numbers are hard-coded in order to maintain backward
9 compatibility with older versions of tools that didn't use xml
10 register descriptions. -->
11
12<!DOCTYPE feature SYSTEM "gdb-target.dtd">
13<feature name="org.gnu.gdb.riscv.cpu">
14 <reg name="zero" bitsize="32" type="int" regnum="0"/>
15 <reg name="ra" bitsize="32" type="code_ptr"/>
16 <reg name="sp" bitsize="32" type="data_ptr"/>
17 <reg name="gp" bitsize="32" type="data_ptr"/>
18 <reg name="tp" bitsize="32" type="data_ptr"/>
19 <reg name="t0" bitsize="32" type="int"/>
20 <reg name="t1" bitsize="32" type="int"/>
21 <reg name="t2" bitsize="32" type="int"/>
22 <reg name="fp" bitsize="32" type="data_ptr"/>
23 <reg name="s1" bitsize="32" type="int"/>
24 <reg name="a0" bitsize="32" type="int"/>
25 <reg name="a1" bitsize="32" type="int"/>
26 <reg name="a2" bitsize="32" type="int"/>
27 <reg name="a3" bitsize="32" type="int"/>
28 <reg name="a4" bitsize="32" type="int"/>
29 <reg name="a5" bitsize="32" type="int"/>
30 <reg name="pc" bitsize="32" type="code_ptr"/>
31</feature>