* Makefile.in (XMLFILES): New.
[deliverable/binutils-gdb.git] / gdb / features / gdb-target.dtd
CommitLineData
108546a0
DJ
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
3dab6765
DJ
7<!-- The root element of a GDB target description is <target>. -->
8
9<!ELEMENT target (architecture?)>
3dab6765
DJ
10
11<!ELEMENT architecture (#PCDATA)>
12
108546a0
DJ
13<!ENTITY % xinclude SYSTEM "xinclude.dtd">
14%xinclude;
This page took 0.032433 seconds and 4 git commands to generate.