diff options
Diffstat (limited to 'gdb/psympriv.h')
-rw-r--r-- | gdb/psympriv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/psympriv.h b/gdb/psympriv.h index 50e5822..7a62bcc 100644 --- a/gdb/psympriv.h +++ b/gdb/psympriv.h @@ -98,7 +98,9 @@ struct partial_symtab const char *dirname; - /* Set of relocation offsets to apply to each section. */ + /* Set of relocation offsets to apply to each section. + This is typically objfile->section_offsets, but in some cases + it's different. See, e.g., elfstab_offset_sections. */ struct section_offsets *section_offsets; |