2000-04-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Wed, 19 Apr 2000 13:08:49 +0000 (13:08 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Wed, 19 Apr 2000 13:08:49 +0000 (13:08 +0000)
        * xcoffsolib.c (solib_add): Fix call to vmap_symtab().

gdb/ChangeLog
gdb/xcoffsolib.c

index 353c53e5198eb03104bd2ac910f852f15acb0307..9c15ab8daf77b9d6848f36429ca6b14704f5eeb5 100644 (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.
index 5485c5e4f955d65d1bd9185f83d0684d278d81b4..ad48052150543c2ca6c9f37353f1daa2890adc80 100644 (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;
        }
This page took 0.026787 seconds and 4 git commands to generate.