forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user