binutils-gdb/gdb/features/mips64-dsp.xml
Andrew Burgess 1d506c26d9 Update copyright year range in header of all files managed by GDB
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.
2024-01-12 15:49:57 +00:00

19 lines
689 B
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.mips.dsp">
<reg name="hi1" bitsize="64" regnum="72"/>
<reg name="lo1" bitsize="64" regnum="73"/>
<reg name="hi2" bitsize="64" regnum="74"/>
<reg name="lo2" bitsize="64" regnum="75"/>
<reg name="hi3" bitsize="64" regnum="76"/>
<reg name="lo3" bitsize="64" regnum="77"/>
<reg name="dspctl" bitsize="32" regnum="78"/>
</feature>