summaryrefslogtreecommitdiff
path: root/gdb/features/library-list-aix.dtd
blob: 5a24ce5e9b6f6bc87a0768f6c22e01be21c7ed5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- Copyright (C) 2013 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: Root element with versioning -->
<!ELEMENT library-list  (library)*>
<!ATTLIST library-list  version CDATA   #FIXED  "1.0">

<!ELEMENT library  (name, member, text_addr, text_size, data_addr, data_size)>
<!ATTLIST library  name       CDATA   #REQUIRED>
<!ATTLIST library  member     CDATA   #REQUIRED>
<!ATTLIST library  text_addr  CDATA   #REQUIRED>
<!ATTLIST library  text_size  CDATA   #REQUIRED>
<!ATTLIST library  data_addr  CDATA   #REQUIRED>
<!ATTLIST library  data_size  CDATA   #REQUIRED>