diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-10-05 23:13:56 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-10-05 23:13:56 +0000 |
commit | ce8537f129e0aa7823f1e9ff610baea9edd4f9ce (patch) | |
tree | 44c31e9e3ca76fb002295a2ddafc1f6aa9a91a9e /gdb/coff-solib.c | |
parent | e61b94e5346142170a372e22f687753fcae79595 (diff) | |
download | gdb-ce8537f129e0aa7823f1e9ff610baea9edd4f9ce.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 */ |