diff options
Diffstat (limited to 'gdb/solib-svr4.c')
-rw-r--r-- | gdb/solib-svr4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c index 603c69c..c8183c7 100644 --- a/gdb/solib-svr4.c +++ b/gdb/solib-svr4.c @@ -940,7 +940,7 @@ open_symbol_file_object (void *from_ttyp) make_cleanup (xfree, filename); /* Have a pathname: read the symbol file. */ - symbol_file_command (filename, from_tty); + symbol_file_add_main (filename, from_tty); return 1; } |