From fa3c0d517f8c36110983288ef2f3cf4bbf4a7f36 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 7 May 2013 09:50:49 +0000 Subject: 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. --- gdb/rs6000-nat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/rs6000-nat.c') diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c index 2ac8b43d733..afaac5da319 100644 --- a/gdb/rs6000-nat.c +++ b/gdb/rs6000-nat.c @@ -841,7 +841,7 @@ rs6000_xfer_shared_libraries /* Convert the raw data into an XML representation. */ obstack_init (&obstack); - obstack_grow_str (&obstack, "\n"); + obstack_grow_str (&obstack, "\n"); ldi = ldi_data; while (1) @@ -860,7 +860,7 @@ rs6000_xfer_shared_libraries xfree (ldi_data); - obstack_grow_str0 (&obstack, "\n"); + obstack_grow_str0 (&obstack, "\n"); buf = obstack_finish (&obstack); len_avail = strlen (buf); -- cgit v1.2.1