Dummy implementation of solib_aix_free_library_list if libexpat missing.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 8 May 2013 06:10:03 +0000 (06:10 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 8 May 2013 06:10:03 +0000 (06:10 +0000)
gdb/ChangeLog:

        * solib-aix.c (solib_aix_free_library_list): New function
        for the case where HAVE_LIBEXPAT is not defined.

gdb/ChangeLog
gdb/solib-aix.c

index 2506ce5c5a4bc4f1e634123fcaf01194949989b9..f830db6e3135fe4b9d47be1bfd4e7d954bf3404c 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-08  Joel Brobecker  <brobecker@adacore.com>
+
+       * solib-aix.c (solib_aix_free_library_list): New function
+       for the case where HAVE_LIBEXPAT is not defined.
+
 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
 
        PR breakpoints/15413:
index d9307694e33621d13e88195bf2f4d43abc9c00e8..9fa5de9f6f57b533bf7dd1e92bcaf4589d490552 100644 (file)
@@ -141,6 +141,13 @@ solib_aix_parse_libraries (const char *library)
   return NULL;
 }
 
+/* Dummy implementation if XML support is not compiled in.  */
+
+static void
+solib_aix_free_library_list (void *p)
+{
+}
+
 #else /* HAVE_LIBEXPAT */
 
 #include "xml-support.h"
This page took 0.031557 seconds and 4 git commands to generate.