xref: /netbsd-src/external/gpl3/gdb/dist/gdb/features/library-list-svr4.dtd (revision d32db8d4612ca6060a50acb83ce8551b64c2d595)
1<!-- Copyright (C) 2011-2024 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>
17<!-- added lmid attribute to what should have become version 1.1 but
18     since this generates a warning in GDB and since unknown attributes
19     are ignored, anyway, leaving the version at 1.0. -->
20<!ATTLIST library            lmid    CDATA   #IMPLIED>
21