mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
42a4f53d2b
This commit applies all changes made after running the gdb/copyright.py script. Note that one file was flagged by the script, due to an invalid copyright header (gdb/unittests/basic_string_view/element_access/char/empty.cc). As the file was copied from GCC's libstdc++-v3 testsuite, this commit leaves this file untouched for the time being; a patch to fix the header was sent to gcc-patches first. gdb/ChangeLog: Update copyright year range in all GDB files.
44 lines
1.8 KiB
XML
44 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<!-- Copyright (C) 2018-2019 Free Software Foundation, Inc.
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted in any medium without royalty provided the copyright
|
|
notice and this notice are preserved. -->
|
|
|
|
<!DOCTYPE feature SYSTEM "gdb-target.dtd">
|
|
<feature name="org.gnu.gdb.riscv.cpu">
|
|
<reg name="zero" bitsize="32" type="int"/>
|
|
<reg name="ra" bitsize="32" type="code_ptr"/>
|
|
<reg name="sp" bitsize="32" type="data_ptr"/>
|
|
<reg name="gp" bitsize="32" type="data_ptr"/>
|
|
<reg name="tp" bitsize="32" type="data_ptr"/>
|
|
<reg name="t0" bitsize="32" type="int"/>
|
|
<reg name="t1" bitsize="32" type="int"/>
|
|
<reg name="t2" bitsize="32" type="int"/>
|
|
<reg name="fp" bitsize="32" type="data_ptr"/>
|
|
<reg name="s1" bitsize="32" type="int"/>
|
|
<reg name="a0" bitsize="32" type="int"/>
|
|
<reg name="a1" bitsize="32" type="int"/>
|
|
<reg name="a2" bitsize="32" type="int"/>
|
|
<reg name="a3" bitsize="32" type="int"/>
|
|
<reg name="a4" bitsize="32" type="int"/>
|
|
<reg name="a5" bitsize="32" type="int"/>
|
|
<reg name="a6" bitsize="32" type="int"/>
|
|
<reg name="a7" bitsize="32" type="int"/>
|
|
<reg name="s2" bitsize="32" type="int"/>
|
|
<reg name="s3" bitsize="32" type="int"/>
|
|
<reg name="s4" bitsize="32" type="int"/>
|
|
<reg name="s5" bitsize="32" type="int"/>
|
|
<reg name="s6" bitsize="32" type="int"/>
|
|
<reg name="s7" bitsize="32" type="int"/>
|
|
<reg name="s8" bitsize="32" type="int"/>
|
|
<reg name="s9" bitsize="32" type="int"/>
|
|
<reg name="s10" bitsize="32" type="int"/>
|
|
<reg name="s11" bitsize="32" type="int"/>
|
|
<reg name="t3" bitsize="32" type="int"/>
|
|
<reg name="t4" bitsize="32" type="int"/>
|
|
<reg name="t5" bitsize="32" type="int"/>
|
|
<reg name="t6" bitsize="32" type="int"/>
|
|
<reg name="pc" bitsize="32" type="code_ptr"/>
|
|
</feature>
|