Automatic Copyright Year update after running gdb/copyright.py
[deliverable/binutils-gdb.git] / gdb / features / library-list.dtd
CommitLineData
88b9d363 1<!-- Copyright (C) 2007-2022 Free Software Foundation, Inc.
cfa9d6d9
DJ
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: Root element with versioning -->
8<!ELEMENT library-list (library)*>
9<!ATTLIST library-list version CDATA #FIXED "1.0">
10
1fddbabb 11<!ELEMENT library (segment*, section*)>
cfa9d6d9
DJ
12<!ATTLIST library name CDATA #REQUIRED>
13
14<!ELEMENT segment EMPTY>
15<!ATTLIST segment address CDATA #REQUIRED>
1fddbabb
PA
16
17<!ELEMENT section EMPTY>
18<!ATTLIST section address CDATA #REQUIRED>
This page took 1.187353 seconds and 4 git commands to generate.