]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/features/btrace-conf.dtd
Update copyright year range in all GDB files.
[thirdparty/binutils-gdb.git] / gdb / features / btrace-conf.dtd
index ff54822d8b1e3864851c2140653bd48da7e3bc1a..1043277d4bf477f365a621bc6c907744f0a277f6 100644 (file)
@@ -1,10 +1,14 @@
-<!-- Copyright (C) 2013-2015 Free Software Foundation, Inc.
+<!-- Copyright (C) 2013-2020 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.  -->
 
-<!ELEMENT btrace-conf  (bts?)>
+<!ELEMENT btrace-conf  (bts?, pt?)>
 <!ATTLIST btrace-conf  version CDATA   #FIXED "1.0">
 
 <!ELEMENT bts  EMPTY>
+<!ATTLIST bts  size    CDATA   #IMPLIED>
+
+<!ELEMENT pt   EMPTY>
+<!ATTLIST pt   size    CDATA   #IMPLIED>