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.
25 lines
733 B
DTD
25 lines
733 B
DTD
<!-- Copyright (C) 2013-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. -->
|
|
|
|
<!ELEMENT btrace (block* | pt)>
|
|
<!ATTLIST btrace version CDATA #FIXED "1.0">
|
|
|
|
<!ELEMENT block EMPTY>
|
|
<!ATTLIST block begin CDATA #REQUIRED
|
|
end CDATA #REQUIRED>
|
|
|
|
<!ELEMENT pt (pt-config?, raw?)>
|
|
|
|
<!ELEMENT pt-config (cpu?)>
|
|
|
|
<!ELEMENT cpu EMPTY>
|
|
<!ATTLIST cpu vendor CDATA #REQUIRED
|
|
family CDATA #REQUIRED
|
|
model CDATA #REQUIRED
|
|
stepping CDATA #REQUIRED>
|
|
|
|
<!ELEMENT raw (#PCDATA)>
|