Update copyright year range in all GDB files.
[deliverable/binutils-gdb.git] / gdb / features / library-list-svr4.dtd
1 <!-- Copyright (C) 2011-2020 Free Software Foundation, Inc.
2
3 Copying and distribution of this file, with or without modification,
4 are permitted in any medium without royalty provided the copyright
5 notice and this notice are preserved. -->
6
7 <!-- library-list-svr4: Root element with versioning -->
8 <!ELEMENT library-list-svr4 (library)*>
9 <!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
10 <!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
11
12 <!ELEMENT library EMPTY>
13 <!ATTLIST library name CDATA #REQUIRED>
14 <!ATTLIST library lm CDATA #REQUIRED>
15 <!ATTLIST library l_addr CDATA #REQUIRED>
16 <!ATTLIST library l_ld CDATA #REQUIRED>
This page took 0.043514 seconds and 4 git commands to generate.