aboutsummaryrefslogtreecommitdiff
path: root/gdb/features/library-list-svr4.dtd
blob: 217ed4a590c1a05ebbb8b8b89f21a8f23c31a393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- Copyright (C) 2011-2023 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.  -->

<!-- library-list-svr4: Root element with versioning -->
<!ELEMENT library-list-svr4  (library)*>
<!ATTLIST library-list-svr4  version CDATA   #FIXED  "1.0">
<!ATTLIST library-list-svr4  main-lm CDATA   #IMPLIED>

<!ELEMENT library            EMPTY>
<!ATTLIST library            name    CDATA   #REQUIRED>
<!ATTLIST library            lm      CDATA   #REQUIRED>
<!ATTLIST library            l_addr  CDATA   #REQUIRED>
<!ATTLIST library            l_ld    CDATA   #REQUIRED>
<!-- added lmid attribute to what should have become version 1.1 but
     since this generates a warning in GDB and since unknown attributes
     are ignored, anyway, leaving the version at 1.0. -->
<!ATTLIST library            lmid    CDATA   #IMPLIED>