2002-11-18 Klee Dienes <kdienes@apple.com>
authorKlee Dienes <kdienes@apple.com>
Mon, 18 Nov 2002 20:57:55 +0000 (20:57 +0000)
committerKlee Dienes <kdienes@apple.com>
Mon, 18 Nov 2002 20:57:55 +0000 (20:57 +0000)
        * buildsym.c (pop_context): Add comment.

gdb/ChangeLog
gdb/buildsym.c

index e16296b..a56bd09 100644 (file)
@@ -1,5 +1,9 @@
 2002-11-18  Klee Dienes  <kdienes@apple.com>
 
+       * buildsym.c (pop_context): Add comment.
+       
+2002-11-18  Klee Dienes  <kdienes@apple.com>
+
         * buildsym.h (pop_context): Convert to function, defined in
        buildsym.c.
        * buildsym.c: Include gdb_assert.h.
index ae8929d..fb2d5a0 100644 (file)
@@ -1102,6 +1102,9 @@ push_context (int desc, CORE_ADDR valu)
   return new;
 }
 
+/* Pop a context block.  Returns the address of the context block just
+   popped. */
+
 struct context_stack *
 pop_context (void)
 {