diff options
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r-- | gdb/xcoffread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index e65ec07..207a54b 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -1554,7 +1554,7 @@ aixcoff_symfile_read (sf, addr, mainline) /* Install any minimal symbols that have been collected as the current minimal symbols for this objfile. */ - install_minimal_symbols (!mainline, sf -> objfile); + install_minimal_symbols (sf -> objfile); /* Make a default for file to list. */ select_source_symtab (0); |