diff options
-rw-r--r-- | gdb/features/gdb-target.dtd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/features/gdb-target.dtd b/gdb/features/gdb-target.dtd new file mode 100644 index 0000000..83a5a3d --- /dev/null +++ b/gdb/features/gdb-target.dtd @@ -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)> + + |