]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/features/osdata.dtd
Make gdb.base/index-cache.exp work with readnow board (PR 24669)
[thirdparty/binutils-gdb.git] / gdb / features / osdata.dtd
CommitLineData
42a4f53d 1<!-- Copyright (C) 2008-2019 Free Software Foundation, Inc.
07e059b5
VP
2
3 Copying and distribution of this file, with or without modification,
4 are permitted in any medium without royalty provided the copyright
5 notice and this notice are preserved. -->
6
7<!-- osdata: Root element with versioning -->
8
9<!ELEMENT osdata (item*)>
10<!ATTLIST osdata version CDATA #FIXED "1.0">
11<!ATTLIST osdata type CDATA #REQUIRED>
12
13<!ELEMENT item (column*)>
14
15<!ELEMENT column (#PCDATA)>
16<!ATTLIST column name CDATA #REQUIRED>