aboutsummaryrefslogtreecommitdiff
path: root/gdb/features
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-05-07 09:50:49 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-05-07 09:50:49 +0000
commit8c56e1125462717d270bcd47b3e2db4ae11fb719 (patch)
tree86a29531832377d7c83755d0ec473e988bf8b83a /gdb/features
parentff99b71b224df9f65ba8e7a588c944483bbcb5ef (diff)
downloadgdb-8c56e1125462717d270bcd47b3e2db4ae11fb719.zip
gdb-8c56e1125462717d270bcd47b3e2db4ae11fb719.tar.gz
gdb-8c56e1125462717d270bcd47b3e2db4ae11fb719.tar.bz2
AIX: Change XML to use library-list-aix instead of library-list.
This is more consistent with what we do with other similar XML lists, and avoids a potential confusion with the library-list XML list. gdb/ChangeLog: * features/library-list-aix.dtd: Replace library-list by library-list-aix. * rs6000-nat.c: Replace library-list by library-list-aix throughout. * solib-aix.c: Likewise.
Diffstat (limited to 'gdb/features')
-rw-r--r--gdb/features/library-list-aix.dtd4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/features/library-list-aix.dtd b/gdb/features/library-list-aix.dtd
index 5a24ce5..8bf0cc8 100644
--- a/gdb/features/library-list-aix.dtd
+++ b/gdb/features/library-list-aix.dtd
@@ -5,8 +5,8 @@
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-list-aix (library)*>
+<!ATTLIST library-list-aix version CDATA #FIXED "1.0">
<!ELEMENT library (name, member, text_addr, text_size, data_addr, data_size)>
<!ATTLIST library name CDATA #REQUIRED>