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 <!ELEMENT target (architecture?, feature*)
>
11 version CDATA #FIXED
"1.0">
13 <!ELEMENT architecture (#PCDATA)
>
15 <!ELEMENT feature ((vector | union)*, reg*)
>
19 <!ELEMENT reg (description*)
>
22 bitsize CDATA #REQUIRED
24 save-restore (yes | no) 'yes'
29 <!ELEMENT vector EMPTY
>
33 count CDATA #REQUIRED
>
35 <!ELEMENT union (field+)
>
39 <!ELEMENT field EMPTY
>
44 <!ENTITY % xinclude SYSTEM
"xinclude.dtd">