mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
213516ef31
This commit is the result of running the gdb/copyright.py script, which automated the update of the copyright year range for all source files managed by the GDB project to be updated to include year 2023.
45 lines
1.9 KiB
XML
45 lines
1.9 KiB
XML
<?xml version="1.0"?>
|
|
<!-- Copyright (C) 2010-2023 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.tic6x.core">
|
|
<reg name="A0" bitsize="32" type="uint32"/>
|
|
<reg name="A1" bitsize="32" type="uint32"/>
|
|
<reg name="A2" bitsize="32" type="uint32"/>
|
|
<reg name="A3" bitsize="32" type="uint32"/>
|
|
<reg name="A4" bitsize="32" type="uint32"/>
|
|
<reg name="A5" bitsize="32" type="uint32"/>
|
|
<reg name="A6" bitsize="32" type="uint32"/>
|
|
<reg name="A7" bitsize="32" type="uint32"/>
|
|
<reg name="A8" bitsize="32" type="uint32"/>
|
|
<reg name="A9" bitsize="32" type="uint32"/>
|
|
<reg name="A10" bitsize="32" type="uint32"/>
|
|
<reg name="A11" bitsize="32" type="uint32"/>
|
|
<reg name="A12" bitsize="32" type="uint32"/>
|
|
<reg name="A13" bitsize="32" type="uint32"/>
|
|
<reg name="A14" bitsize="32" type="uint32"/>
|
|
<reg name="A15" bitsize="32" type="uint32"/>
|
|
<reg name="B0" bitsize="32" type="uint32"/>
|
|
<reg name="B1" bitsize="32" type="uint32"/>
|
|
<reg name="B2" bitsize="32" type="uint32"/>
|
|
<reg name="B3" bitsize="32" type="uint32"/>
|
|
<reg name="B4" bitsize="32" type="uint32"/>
|
|
<reg name="B5" bitsize="32" type="uint32"/>
|
|
<reg name="B6" bitsize="32" type="uint32"/>
|
|
<reg name="B7" bitsize="32" type="uint32"/>
|
|
<reg name="B8" bitsize="32" type="uint32"/>
|
|
<reg name="B9" bitsize="32" type="uint32"/>
|
|
<reg name="B10" bitsize="32" type="uint32"/>
|
|
<reg name="B11" bitsize="32" type="uint32"/>
|
|
<reg name="B12" bitsize="32" type="uint32"/>
|
|
<reg name="B13" bitsize="32" type="uint32"/>
|
|
<reg name="B14" bitsize="32" type="uint32"/>
|
|
<reg name="B15" bitsize="32" type="uint32"/>
|
|
<reg name="CSR" bitsize="32" type="uint32"/>
|
|
<reg name="PC" bitsize="32" type="code_ptr"/>
|
|
</feature>
|