Missed file from last commit.
authorDaniel Jacobowitz <drow@false.org>
Tue, 9 Jan 2007 22:55:51 +0000 (22:55 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 9 Jan 2007 22:55:51 +0000 (22:55 +0000)
gdb/features/gdb-target.dtd [new file with mode: 0644]

diff --git a/gdb/features/gdb-target.dtd b/gdb/features/gdb-target.dtd
new file mode 100644 (file)
index 0000000..83a5a3d
--- /dev/null
@@ -0,0 +1,9 @@
+<!-- The root element of a GDB target description is <target>.  -->
+
+<!ELEMENT target       (architecture?)>
+<!ATTLIST target
+       xmlns:xi        CDATA   #FIXED "http://www.w3.org/2001/XInclude">
+
+<!ELEMENT architecture (#PCDATA)>
+
+