From: Jim Kingdon Date: Fri, 16 Apr 1993 17:46:01 +0000 (+0000) Subject: More doc fixes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95330ec393a01d56445e21d549769ef3e4061e78;p=binutils-gdb.git More doc fixes --- diff --git a/gdb/symtab.h b/gdb/symtab.h index 86f6b78d28b..4b112585176 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,