* Makefile.in (XMLFILES): New.
[platform/upstream/binutils.git] / gdb / features / gdb-target.dtd
1 <!-- Copyright (C) 2007 Free Software Foundation, Inc.
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 <!-- The root element of a GDB target description is <target>.  -->
8
9 <!ELEMENT target        (architecture?)>
10
11 <!ELEMENT architecture  (#PCDATA)>
12
13 <!ENTITY % xinclude SYSTEM "xinclude.dtd">
14 %xinclude;