diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 62b38bd..3614aa3f 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -2111,7 +2111,7 @@ set_objfile_default_section_offset (struct objfile *objf, std::vector<const struct other_sections *>::iterator addrs_sorted_iter = addrs_sorted.begin (); - for (const struct other_sections *objf_sect : objf_addrs_sorted) + for (const other_sections *objf_sect : objf_addrs_sorted) { const char *objf_name = addr_section_name (objf_sect->name.c_str ()); int cmp = -1; |