xref: /dflybsd-src/contrib/gdb-7/gdb/features/library-list-svr4.dtd (revision de8e141f24382815c10a4012d209bbbf7abf1112)
1*ef5ccd6cSJohn Marino<!-- Copyright (C) 2011-2013 Free Software Foundation, Inc.
2a45ae5f8SJohn Marino
3a45ae5f8SJohn Marino     Copying and distribution of this file, with or without modification,
4a45ae5f8SJohn Marino     are permitted in any medium without royalty provided the copyright
5a45ae5f8SJohn Marino     notice and this notice are preserved.  -->
6a45ae5f8SJohn Marino
7a45ae5f8SJohn Marino<!-- library-list-svr4: Root element with versioning -->
8a45ae5f8SJohn Marino<!ELEMENT library-list-svr4  (library)*>
9a45ae5f8SJohn Marino<!ATTLIST library-list-svr4  version CDATA   #FIXED  "1.0">
10a45ae5f8SJohn Marino<!ATTLIST library-list-svr4  main-lm CDATA   #IMPLIED>
11a45ae5f8SJohn Marino
12a45ae5f8SJohn Marino<!ELEMENT library            EMPTY>
13a45ae5f8SJohn Marino<!ATTLIST library            name    CDATA   #REQUIRED>
14a45ae5f8SJohn Marino<!ATTLIST library            lm      CDATA   #REQUIRED>
15a45ae5f8SJohn Marino<!ATTLIST library            l_addr  CDATA   #REQUIRED>
16a45ae5f8SJohn Marino<!ATTLIST library            l_ld    CDATA   #REQUIRED>
17