* psympriv.h (struct partial_symtab): Augment comment for member

section_offsets.
This commit is contained in:
Doug Evans 2013-05-06 16:45:13 +00:00
parent b47468a6db
commit ea52d8933d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-05-06 Doug Evans <dje@google.com>
* psympriv.h (struct partial_symtab): Augment comment for member
section_offsets.
2013-05-06 Joel Brobecker <brobecker@adacore.com>
Reimplement shared library support on ppc-aix...

View File

@ -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;