diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-10-05 23:13:56 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-10-05 23:13:56 +0000 |
commit | 2acceee2182a942e6a79a972009540990f4dfabf (patch) | |
tree | 2ed7ca473f0b49181f1d0214c3450a7eb17f7bcb /gdb/coff-solib.c | |
parent | 3e9c42873ee1d0bbb03039baea78c617174f9269 (diff) | |
download | binutils-gdb-2acceee2182a942e6a79a972009540990f4dfabf.tar.gz |
import gdb-1999-10-04 snapshot
Diffstat (limited to 'gdb/coff-solib.c')
-rw-r--r-- | gdb/coff-solib.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/coff-solib.c b/gdb/coff-solib.c index b25a26ce6c0..89a7b4b9799 100644 --- a/gdb/coff-solib.c +++ b/gdb/coff-solib.c @@ -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 */ |