diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-16 17:46:01 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-16 17:46:01 +0000 |
commit | 95330ec393a01d56445e21d549769ef3e4061e78 (patch) | |
tree | 2dbb35e18bab037479e07d5b52b31b901e27c2e0 /gdb/symtab.h | |
parent | 0b28c26082a87f62a8ce5a0a1ed915fb72211886 (diff) | |
download | gdb-95330ec393a01d56445e21d549769ef3e4061e78.zip gdb-95330ec393a01d56445e21d549769ef3e4061e78.tar.gz gdb-95330ec393a01d56445e21d549769ef3e4061e78.tar.bz2 |
More doc fixes
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 4 |
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, |