aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-04-16 17:46:01 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-04-16 17:46:01 +0000
commit95330ec393a01d56445e21d549769ef3e4061e78 (patch)
tree2dbb35e18bab037479e07d5b52b31b901e27c2e0 /gdb/symtab.h
parent0b28c26082a87f62a8ce5a0a1ed915fb72211886 (diff)
downloadfsf-binutils-gdb-95330ec393a01d56445e21d549769ef3e4061e78.zip
fsf-binutils-gdb-95330ec393a01d56445e21d549769ef3e4061e78.tar.gz
fsf-binutils-gdb-95330ec393a01d56445e21d549769ef3e4061e78.tar.bz2
More doc fixes
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 86f6b78..4b11258 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -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,