aboutsummaryrefslogtreecommitdiff
path: root/gdb/features/gdb-target.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/features/gdb-target.dtd')
-rw-r--r--gdb/features/gdb-target.dtd11
1 files changed, 8 insertions, 3 deletions
diff --git a/gdb/features/gdb-target.dtd b/gdb/features/gdb-target.dtd
index 83a5a3d..8bcb049 100644
--- a/gdb/features/gdb-target.dtd
+++ b/gdb/features/gdb-target.dtd
@@ -1,9 +1,14 @@
+<!-- Copyright (C) 2007 Free Software Foundation, Inc.
+
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved. -->
+
<!-- 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)>
-
+<!ENTITY % xinclude SYSTEM "xinclude.dtd">
+%xinclude;