* 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 1917ff9b324ba2e0031b8e3b6b112bea01907a3e..0e8820eb7ff58e05451ff2614f7278fb86ebfacb 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 50e5822d433832626f8417edcd68a27720ab9865..7a62bccbb9174bb97631228053bd5e3285831448 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;
 
This page took 0.026539 seconds and 4 git commands to generate.