1 <!-- Copyright (C) 2007 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 <!ELEMENT architecture (#PCDATA)>
13 <!ELEMENT feature ((vector | union)*, reg*)>
17 <!ELEMENT reg (description*)>
20 bitsize CDATA #REQUIRED
22 save-restore (yes | no) 'yes'
27 <!ELEMENT vector EMPTY>
31 count CDATA #REQUIRED>
33 <!ELEMENT union (field+)>
37 <!ELEMENT field EMPTY>
42 <!ENTITY % xinclude SYSTEM "xinclude.dtd">