diff options
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r-- | gdb/symmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c index 4b68f2b..ee764a5 100644 --- a/gdb/symmisc.c +++ b/gdb/symmisc.c @@ -212,7 +212,7 @@ dump_msymbols (struct objfile *objfile, struct ui_file *outfile) bfd_section_name (section->the_bfd_section)); else gdb_printf (outfile, " spurious section %ld", - (long) (section - objfile->sections)); + (long) (section - objfile->sections_start)); } if (msymbol->demangled_name () != NULL) { |