> > Yes, you are right. Upon trying to document it, and looking at > > how the other XML formats are described in the manual, I realized > > that maybe it would be better if the XML used library-list-aix > > instead of just library-list. It would be more consistent, I think, > > with what is done for instance with SVR4, but also avoid any > > confusion with the library-list. WDYT? > > I agree. Thanks! Attached are the two patches I will commit momentarily. The first one implements the suggestion you sent on IRC. The second is about renaming the name of the XML element. gdb/ChangeLog: * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]: Renames TARGET_OBJECT_AIX_LIBRARIES. * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with TARGET_OBJECT_LIBRARIES_AIX throughout. * solib-aix.c: Likwise. 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. Tested on ppc-aix. -- Joel