aboutsummaryrefslogtreecommitdiff
path: root/gdb/elfread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/elfread.c')
-rw-r--r--gdb/elfread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/elfread.c b/gdb/elfread.c
index f1d7f49..8b72f80 100644
--- a/gdb/elfread.c
+++ b/gdb/elfread.c
@@ -313,7 +313,7 @@ elf_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);
do_cleanups (back_to);
}