mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
2000-04-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* xcoffsolib.c (solib_add): Fix call to vmap_symtab().
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user