URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [gdb/] [features/] [gdb-target.dtd] - Rev 840
Compare with Previous | Blame | View Log
<!-- Copyright (C) 2007, 2008 Free Software Foundation, Inc.Copying and distribution of this file, with or without modification,are permitted in any medium without royalty provided the copyrightnotice and this notice are preserved. --><!-- The root element of a GDB target description is <target>. --><!ELEMENT target (architecture?, feature*)><!ATTLIST targetversion CDATA #FIXED "1.0"><!ELEMENT architecture (#PCDATA)><!ELEMENT feature ((vector | union)*, reg*)><!ATTLIST featurename ID #REQUIRED><!ELEMENT reg (description*)><!ATTLIST regname CDATA #REQUIREDbitsize CDATA #REQUIREDregnum CDATA #IMPLIEDsave-restore (yes | no) 'yes'type CDATA 'int'group CDATA #IMPLIED><!ELEMENT vector EMPTY><!ATTLIST vectorid CDATA #REQUIREDtype CDATA #REQUIREDcount CDATA #REQUIRED><!ELEMENT union (field+)><!ATTLIST unionid CDATA #REQUIRED><!ELEMENT field EMPTY><!ATTLIST fieldname CDATA #REQUIREDtype CDATA #REQUIRED><!ENTITY % xinclude SYSTEM "xinclude.dtd">%xinclude;
