diff options
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index eb5beaa..0e648d0 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -589,6 +589,9 @@ struct dwarf2_debug_sections { struct dwarf2_section_names frame; struct dwarf2_section_names eh_frame; struct dwarf2_section_names gdb_index; + /* This field has no meaning, but exists solely to catch changes to + this structure which are not reflected in some instance. */ + int sentinel; }; extern int dwarf2_has_info (struct objfile *, |