diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-23 15:12:25 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-23 15:12:25 +0000 |
commit | 9c5c272236db18df5eb80c509d9e4543013a1c87 (patch) | |
tree | 7bab92be88405027f310cdb8e03e183d5f87090c /gdb/symtab.h | |
parent | ed9708e2898436b233a409a3f93d5eacd2cefd06 (diff) | |
download | gdb-9c5c272236db18df5eb80c509d9e4543013a1c87.zip gdb-9c5c272236db18df5eb80c509d9e4543013a1c87.tar.gz gdb-9c5c272236db18df5eb80c509d9e4543013a1c87.tar.bz2 |
Doc fixes to previous doc fixes.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index f04407d..03d5e7f 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -461,8 +461,8 @@ enum address_class For some symbol formats (stabs, for some compilers at least), the compiler generates two symbols, an argument and a register. In some cases we combine them to a single LOC_REGPARM in symbol - reading, but I'm not sure whether we do for all cases (I'm thinking - of when it's passed on the stack and then loaded into a register). */ + reading, but currently not for all cases (e.g. it's passed on the + stack and then loaded into a register). */ LOC_REGPARM, |