import gdb-1999-10-04 snapshot
[deliverable/binutils-gdb.git] / gdb / coff-solib.c
index b25a26ce6c04fe9e2cee4a62da2ead719412f05e..89a7b4b979930325ec778f2adb227e20b36694bc 100644 (file)
@@ -92,10 +92,9 @@ coff_solib_add (arg_string, from_tty, target)
          filename = (char *) ent + nameoffset * 4;
 
          objfile = symbol_file_add (filename, from_tty,
-                                    0,         /* addr */
+                                    NULL,      /* no offsets */
                                     0,         /* not mainline */
-                                    0,         /* not mapped */
-                                    0,         /* Not readnow */
+                                    0,         /* flags */
                                     0,         /* Not user loaded */
                                     1);        /* Is a solib */
 
This page took 0.023145 seconds and 4 git commands to generate.