* xcoffsolib.c (solib_add): Fix call to vmap_symtab().
This commit is contained in:
Elena Zannoni
2000-04-19 13:38:21 +00:00
parent 942eadaea5
commit a1c52dda1b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2000-04-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* xcoffsolib.c (solib_add): Fix call to vmap_symtab().
Wed Apr 19 18:05:24 2000 Andrew Cagney <cagney@b1.cygnus.com>
* configure.in (build_warnings): Default to warnings disabled.

View File

@@ -116,7 +116,7 @@ solib_add (arg_string, from_tty, target)
syms_from_objfile (obj, NULL, 0, 0);
new_symfile_objfile (obj, 0, 0);
vmap_symtab (vp, 0, 0);
vmap_symtab (vp);
printf_unfiltered ("Done.\n");
loaded = vp->loaded = 1;
}