1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / coff-solib.c
index c0cfcf5d7bdae9adcc83288575bd152fb0be98d3..6be68697928f14ac2ebba7d7128db5cc6a287449 100644 (file)
@@ -94,7 +94,10 @@ coff_solib_add (arg_string, from_tty, target)
                                     0, /* addr */
                                     0, /* not mainline */
                                     0, /* not mapped */
-                                    0); /* Not readnow */
+                                    0, /* Not readnow */
+                                     0, /* Not user loaded */
+                                     1); /* Is a solib */
+
          libsize -= len * 4;
          lib += len * 4;
        }
This page took 0.023204 seconds and 4 git commands to generate.