2000-04-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>

* xcoffsolib.c (solib_add): Fix call to vmap_symtab().
This commit is contained in:
Elena Zannoni 2000-04-19 13:08:49 +00:00
parent dcdea4f4b3
commit 8956470d36
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().
2000-04-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
* TODO: Update.

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;
}