mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 08:54:15 +08:00
* psympriv.h (struct partial_symtab): Augment comment for member
section_offsets.
This commit is contained in:
parent
b47468a6db
commit
ea52d8933d
@ -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...
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user