diff options
Diffstat (limited to 'gdb/features/gdb-target.dtd')
-rw-r--r-- | gdb/features/gdb-target.dtd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/features/gdb-target.dtd b/gdb/features/gdb-target.dtd index ff5d3d5..d6e7109 100644 --- a/gdb/features/gdb-target.dtd +++ b/gdb/features/gdb-target.dtd @@ -6,10 +6,10 @@ <!-- The root element of a GDB target description is <target>. --> -<!-- The osabi element was added post GDB 6.8. The version wasn't - bumped, since older GDBs silently ignore unknown elements. --> +<!-- The osabi and compatible elements were added post GDB 6.8. The version + wasn't bumped, since older GDBs silently ignore unknown elements. --> -<!ELEMENT target (architecture?, osabi?, feature*)> +<!ELEMENT target (architecture?, osabi?, compatible*, feature*)> <!ATTLIST target version CDATA #FIXED "1.0"> @@ -17,6 +17,8 @@ <!ELEMENT osabi (#PCDATA)> +<!ELEMENT compatible (#PCDATA)> + <!ELEMENT feature ((vector | union)*, reg*)> <!ATTLIST feature name ID #REQUIRED> |