]> 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 588bb80dadf8e267b16a6fa8a712f5721ee07a6e..1043277d4bf477f365a621bc6c907744f0a277f6 100644 (file)
@@ -1,11 +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>