aboutsummaryrefslogtreecommitdiff
path: root/gdb/coff-solib.c
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1998-12-31 21:58:30 +0000
committerDavid Taylor <taylor@redhat.com>1998-12-31 21:58:30 +0000
commit65b07ddca8832033e0e102c3a2a0d9f9f5922a9d (patch)
tree7fc8cee254f271f4cc57e64bcb23576fa121e706 /gdb/coff-solib.c
parentc450a7fe3f5214f42118a04639074d0e3883582c (diff)
downloadfsf-binutils-gdb-65b07ddca8832033e0e102c3a2a0d9f9f5922a9d.zip
fsf-binutils-gdb-65b07ddca8832033e0e102c3a2a0d9f9f5922a9d.tar.gz
fsf-binutils-gdb-65b07ddca8832033e0e102c3a2a0d9f9f5922a9d.tar.bz2
all remaining *.c *.h files from hp merge.
Diffstat (limited to 'gdb/coff-solib.c')
-rw-r--r--gdb/coff-solib.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/coff-solib.c b/gdb/coff-solib.c
index c0cfcf5..6be6869 100644
--- a/gdb/coff-solib.c
+++ b/gdb/coff-solib.c
@@ -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;
}