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.
45 lines
1.9 KiB
XML
45 lines
1.9 KiB
XML
<?xml version="1.0"?>
|
|
<!-- Copyright (C) 2010-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.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>
|