diff options
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 b25a26c..89a7b4b 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 */ |