xcoff anybody?

Elena Zannoni ezannoni@cygnus.com
Wed Apr 19 06:39:00 GMT 2000


I committed the following:

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

        * xcoffsolib.c (solib_add): Fix call to vmap_symtab().

Index: xcoffsolib.c
===================================================================
RCS file: /cvs/src/src/gdb/xcoffsolib.c,v
retrieving revision 1.1.1.4
diff -u -p -r1.1.1.4 xcoffsolib.c
--- xcoffsolib.c        1999/10/05 23:09:04     1.1.1.4
+++ xcoffsolib.c        2000/04/19 13:07:01
@@ -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;
        }

Elena



More information about the Gdb-patches mailing list