* gdb.texinfo (Target Description Format): Add version attribute

for <target>.

	* xml-tdesc.c (tdesc_start_target): New.
	(target_attributes): New.
	(tdesc_elements): Use it.
	* features/gdb-target.dtd: Add #FIXED version attribute for
	<target>.
This commit is contained in:
Daniel Jacobowitz
2007-06-13 19:22:35 +00:00
parent 98a29c7e2e
commit 1780a0edf4
5 changed files with 45 additions and 5 deletions

View File

@@ -7,6 +7,8 @@
<!-- The root element of a GDB target description is <target>. -->
<!ELEMENT target (architecture?, feature*)>
<!ATTLIST target
version CDATA #FIXED "1.0">
<!ELEMENT architecture (#PCDATA)>