]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
symtab.h (struct symbol): Tweak comment.
authorDoug Evans <xdje42@gmail.com>
Sun, 30 Aug 2015 00:10:58 +0000 (17:10 -0700)
committerDoug Evans <xdje42@gmail.com>
Sun, 30 Aug 2015 00:10:58 +0000 (17:10 -0700)
gdb/ChangeLog:

* symtab.h (struct symbol): Tweak comment.

gdb/ChangeLog
gdb/symtab.h

index e727bfb7b757e6ca73612c78f857143848e9b33c..9dd591ce382e5390013845b25e2d130418b1dacc 100644 (file)
@@ -1,3 +1,7 @@
+2015-08-29  Doug Evans  <xdje42@gmail.com>
+
+       * symtab.h (struct symbol): Tweak comment.
+
 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
 
        * gdbtypes.c (alloc_type_arch): Allocate the type on the given
index c6f26e772d2d61daf4a6bcf72ac4af1cec0e414d..4ff8ae7b53972e901123e649f7768ac38f336d57 100644 (file)
@@ -800,11 +800,10 @@ struct symbol
   /* An arbitrary data pointer, allowing symbol readers to record
      additional information on a per-symbol basis.  Note that this data
      must be allocated using the same obstack as the symbol itself.  */
-  /* So far it is only used by LOC_COMPUTED to
-     find the location information.  For a LOC_BLOCK symbol
-     for a function in a compilation unit compiled with DWARF 2
-     information, this is information used internally by the DWARF 2
-     code --- specifically, the location expression for the frame
+  /* So far it is only used by:
+     LOC_COMPUTED: to find the location information
+     LOC_BLOCK (DWARF2 function): information used internally by the
+     DWARF 2 code --- specifically, the location expression for the frame
      base for this function.  */
   /* FIXME drow/2003-02-21: For the LOC_BLOCK case, it might be better
      to add a magic symbol to the block containing this information,