mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
2000-04-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* xcoffsolib.c (solib_add): Fix call to vmap_symtab().
This commit is contained in:
parent
dcdea4f4b3
commit
8956470d36
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user