summaryrefslogtreecommitdiff
path: root/gdb/xcoffsolib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xcoffsolib.c')
-rw-r--r--gdb/xcoffsolib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffsolib.c b/gdb/xcoffsolib.c
index e956511398a..5485c5e4f95 100644
--- a/gdb/xcoffsolib.c
+++ b/gdb/xcoffsolib.c
@@ -114,7 +114,7 @@ solib_add (arg_string, from_tty, target)
continue;
}
- syms_from_objfile (obj, 0, 0, 0);
+ syms_from_objfile (obj, NULL, 0, 0);
new_symfile_objfile (obj, 0, 0);
vmap_symtab (vp, 0, 0);
printf_unfiltered ("Done.\n");