symtab.h (struct symtab) <next>: Fix comment.
authorDoug Evans <xdje42@gmail.com>
Sat, 28 Feb 2015 20:05:27 +0000 (12:05 -0800)
committerDoug Evans <xdje42@gmail.com>
Sat, 28 Feb 2015 20:05:27 +0000 (12:05 -0800)
gdb/ChangeLog:

* symtab.h (struct symtab) <next>: Fix comment.

gdb/ChangeLog
gdb/symtab.h

index 463c57e4d3057f5067590c8e7b37f72c5e181b17..47e733a1b4cd13ab60bc1352115f6931b76223ea 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-28  Doug Evans  <xdje42@gmail.com>
+
+       * symtab.h (struct symtab) <next>: Fix comment.
+
 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
 
        * python/python.c (python_GdbModuleDef): Rename GdbMethods to
index 0eb3a5b1987a2b66069e3aba5cdabf95595a28b1..6a0b8da61f7929870ac3acaf4474b5a80e011812 100644 (file)
@@ -924,7 +924,8 @@ struct section_offsets
 
 struct symtab
 {
-  /* Unordered chain of all existing symtabs of this objfile.  */
+  /* Unordered chain of all filetabs in the compunit,  with the exception
+     that the "main" source file is the first entry in the list.  */
 
   struct symtab *next;
 
This page took 0.036128 seconds and 4 git commands to generate.