From ea52d8933d3a7838350aced02a031b64c8ca0168 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 6 May 2013 16:45:13 +0000 Subject: [PATCH 1/1] * psympriv.h (struct partial_symtab): Augment comment for member section_offsets. --- gdb/ChangeLog | 5 +++++ gdb/psympriv.h | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1917ff9b32..0e8820eb7f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-05-06 Doug Evans + + * psympriv.h (struct partial_symtab): Augment comment for member + section_offsets. + 2013-05-06 Joel Brobecker Reimplement shared library support on ppc-aix... diff --git a/gdb/psympriv.h b/gdb/psympriv.h index 50e5822d43..7a62bccbb9 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; -- 2.34.1