From 814a3ff71b0e90f67eb9003ca37fa90094204152 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 8 May 2013 06:10:03 +0000 Subject: Dummy implementation of solib_aix_free_library_list if libexpat missing. gdb/ChangeLog: * solib-aix.c (solib_aix_free_library_list): New function for the case where HAVE_LIBEXPAT is not defined. --- gdb/solib-aix.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/solib-aix.c') diff --git a/gdb/solib-aix.c b/gdb/solib-aix.c index d930769..9fa5de9 100644 --- a/gdb/solib-aix.c +++ b/gdb/solib-aix.c @@ -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" -- cgit v1.1