1 <!-- Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
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. -->
7 <!-- The root element of a GDB target description is <target>. -->
9 <!-- The osabi element was added post GDB 6.8. The version wasn't
10 bumped, since older GDBs silently ignore unknown elements. -->
12 <!ELEMENT target (architecture?, osabi?, feature*)>
14 version CDATA #FIXED "1.0">
16 <!ELEMENT architecture (#PCDATA)>
18 <!ELEMENT osabi (#PCDATA)>
20 <!ELEMENT feature ((vector | union)*, reg*)>
24 <!ELEMENT reg (description*)>
27 bitsize CDATA #REQUIRED
29 save-restore (yes | no) 'yes'
34 <!ELEMENT vector EMPTY>
38 count CDATA #REQUIRED>
40 <!ELEMENT union (field+)>
44 <!ELEMENT field EMPTY>
49 <!ENTITY % xinclude SYSTEM "xinclude.dtd">