This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xcoff anybody?



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]