* psympriv.h (struct partial_symtab): Augment comment for member
authorDoug Evans <dje@google.com>
Mon, 6 May 2013 16:45:13 +0000 (16:45 +0000)
committerDoug Evans <dje@google.com>
Mon, 6 May 2013 16:45:13 +0000 (16:45 +0000)
section_offsets.

gdb/ChangeLog
gdb/psympriv.h

index 1917ff9..0e8820e 100644 (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...
index 50e5822..7a62bcc 100644 (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;