Add GPL copyright notices to uncopyrighted files.
[deliverable/binutils-gdb.git] / gdb / coff-solib.c
index b25a26ce6c04fe9e2cee4a62da2ead719412f05e..9c68fa4fd7a8477687b4361905d5f0301ddfc905 100644 (file)
@@ -92,12 +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,         /* Not user loaded */
-                                    1);        /* Is a solib */
+                                    OBJF_SHARED);      /* flags */
 
          libsize -= len * 4;
          lib += len * 4;
This page took 0.023608 seconds and 4 git commands to generate.