URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [gdb/] [features/] [gdb-target.dtd] - Rev 227
Compare with Previous | Blame | View Log
<!-- Copyright (C) 2007, 2008, 2009, 2010 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>. --><!-- The osabi and compatible elements were added post GDB 6.8. The versionwasn't bumped, since older GDBs silently ignore unknown elements. --><!ELEMENT target (architecture?, osabi?, compatible*, feature*)><!ATTLIST targetversion CDATA #FIXED "1.0"><!ELEMENT architecture (#PCDATA)><!ELEMENT osabi (#PCDATA)><!ELEMENT compatible (#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;
