* Makefile.in (XMLFILES): New.
[deliverable/binutils-gdb.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;
This page took 0.030188 seconds and 4 git commands to generate.