diff options
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r-- | gdb/dwarf2read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 86bfecb..0dc1b11 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -1412,7 +1412,7 @@ dwarf2_read_section (struct objfile *objfile, struct dwarf2_section_info *info) http://sourceware.org/ml/gdb-patches/2002-04/msg00136.html . We never compress sections in .o files, so we only need to try this when the section is not compressed. */ - retbuf = symfile_relocate_debug_section (abfd, sectp, buf); + retbuf = symfile_relocate_debug_section (objfile, sectp, buf); if (retbuf != NULL) { info->buffer = retbuf; |