projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2318115
)
Missed file from last commit.
author
Daniel Jacobowitz
<drow@false.org>
Tue, 9 Jan 2007 22:55:51 +0000
(22:55 +0000)
committer
Daniel 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]
patch
|
blob
diff --git a/gdb/features/gdb-target.dtd
b/gdb/features/gdb-target.dtd
new file mode 100644
(file)
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)>
+
+