diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index 15c845e..690cda1 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -2501,7 +2501,7 @@ find_line_symtab (struct symtab *symtab, int line, ALL_OBJFILES (objfile) { if (objfile->sf) - objfile->sf->qf->expand_symtabs_with_filename (objfile, + objfile->sf->qf->expand_symtabs_with_fullname (objfile, symtab->filename); } |