More doc fixes
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 16 Apr 1993 17:46:01 +0000 (17:46 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 16 Apr 1993 17:46:01 +0000 (17:46 +0000)
gdb/symtab.h

index 86f6b78d28bb86df170d9d9259c4843a53c3197a..4b112585176ee9c59aa14d13cb5ba8a40da6869b 100644 (file)
@@ -476,7 +476,9 @@ enum address_class
 
   LOC_ARG,
 
-  /* Value address is at spec'd offset in arglist. */
+  /* Value address is at spec'd offset in arglist.  Currently this is used
+     for C++ references (and presumably will be used for Pascal VAR
+     parameters), and is only dereferenced in certain contexts.  */
 
   LOC_REF_ARG,