From 2acceee2182a942e6a79a972009540990f4dfabf Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 5 Oct 1999 23:13:56 +0000 Subject: import gdb-1999-10-04 snapshot --- gdb/xcoffsolib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/xcoffsolib.c') diff --git a/gdb/xcoffsolib.c b/gdb/xcoffsolib.c index e956511..5485c5e 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"); -- cgit v1.1