mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
1d506c26d9
This commit is the result of the following actions: - Running gdb/copyright.py to update all of the copyright headers to include 2024, - Manually updating a few files the copyright.py script told me to update, these files had copyright headers embedded within the file, - Regenerating gdbsupport/Makefile.in to refresh it's copyright date, - Using grep to find other files that still mentioned 2023. If these files were updated last year from 2022 to 2023 then I've updated them this year to 2024. I'm sure I've probably missed some dates. Feel free to fix them up as you spot them.
60 lines
2.7 KiB
XML
60 lines
2.7 KiB
XML
<?xml version="1.0"?>
|
|
<!-- Copyright (C) 2012-2024 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.nios2.cpu">
|
|
<reg name="zero" bitsize="32" type="uint32"/>
|
|
<reg name="at" bitsize="32" type="uint32"/>
|
|
<reg name="r2" bitsize="32" type="uint32"/>
|
|
<reg name="r3" bitsize="32" type="uint32"/>
|
|
<reg name="r4" bitsize="32" type="uint32"/>
|
|
<reg name="r5" bitsize="32" type="uint32"/>
|
|
<reg name="r6" bitsize="32" type="uint32"/>
|
|
<reg name="r7" bitsize="32" type="uint32"/>
|
|
<reg name="r8" bitsize="32" type="uint32"/>
|
|
<reg name="r9" bitsize="32" type="uint32"/>
|
|
<reg name="r10" bitsize="32" type="uint32"/>
|
|
<reg name="r11" bitsize="32" type="uint32"/>
|
|
<reg name="r12" bitsize="32" type="uint32"/>
|
|
<reg name="r13" bitsize="32" type="uint32"/>
|
|
<reg name="r14" bitsize="32" type="uint32"/>
|
|
<reg name="r15" bitsize="32" type="uint32"/>
|
|
<reg name="r16" bitsize="32" type="uint32"/>
|
|
<reg name="r17" bitsize="32" type="uint32"/>
|
|
<reg name="r18" bitsize="32" type="uint32"/>
|
|
<reg name="r19" bitsize="32" type="uint32"/>
|
|
<reg name="r20" bitsize="32" type="uint32"/>
|
|
<reg name="r21" bitsize="32" type="uint32"/>
|
|
<reg name="r22" bitsize="32" type="uint32"/>
|
|
<reg name="r23" bitsize="32" type="uint32"/>
|
|
<reg name="et" bitsize="32" type="uint32"/>
|
|
<reg name="bt" bitsize="32" type="uint32"/>
|
|
<reg name="gp" bitsize="32" type="data_ptr"/>
|
|
<reg name="sp" bitsize="32" type="data_ptr"/>
|
|
<reg name="fp" bitsize="32" type="data_ptr"/>
|
|
<reg name="ea" bitsize="32" type="code_ptr"/>
|
|
<reg name="sstatus" bitsize="32" type="uint32"/>
|
|
<reg name="ra" bitsize="32" type="code_ptr"/>
|
|
<reg name="pc" bitsize="32" type="code_ptr"/>
|
|
<reg name="status" bitsize="32" type="uint32"/>
|
|
<reg name="estatus" bitsize="32" type="uint32"/>
|
|
<reg name="bstatus" bitsize="32" type="uint32"/>
|
|
<reg name="ienable" bitsize="32" type="uint32"/>
|
|
<reg name="ipending" bitsize="32" type="uint32"/>
|
|
<reg name="cpuid" bitsize="32" type="uint32"/>
|
|
<reg name="ctl6" bitsize="32" type="uint32"/>
|
|
<reg name="exception" bitsize="32" type="uint32"/>
|
|
<reg name="pteaddr" bitsize="32" type="uint32"/>
|
|
<reg name="tlbacc" bitsize="32" type="uint32"/>
|
|
<reg name="tlbmisc" bitsize="32" type="uint32"/>
|
|
<reg name="eccinj" bitsize="32" type="uint32"/>
|
|
<reg name="badaddr" bitsize="32" type="uint32"/>
|
|
<reg name="config" bitsize="32" type="uint32"/>
|
|
<reg name="mpubase" bitsize="32" type="uint32"/>
|
|
<reg name="mpuacc" bitsize="32" type="uint32"/>
|
|
</feature>
|