Doc fixes to previous doc fixes.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 23 Apr 1993 15:12:25 +0000 (15:12 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 23 Apr 1993 15:12:25 +0000 (15:12 +0000)
gdb/symtab.h

index f04407d8d9e3ae723276a2a5e522b17e210c36cf..03d5e7f8a2b81fcb6e2b94abc03b073de9b79afa 100644 (file)
@@ -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,