projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b28c26
)
More doc fixes
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Fri, 16 Apr 1993 17:46:01 +0000
(17:46 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Fri, 16 Apr 1993 17:46:01 +0000
(17:46 +0000)
gdb/symtab.h
patch
|
blob
|
history
diff --git
a/gdb/symtab.h
b/gdb/symtab.h
index 86f6b78d28bb86df170d9d9259c4843a53c3197a..4b112585176ee9c59aa14d13cb5ba8a40da6869b 100644
(file)
--- 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,