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 e16296b71fe231970fdda06a7c485d0b1680c0bb..a56bd09fe8cdeb9d72441491e3c71c249422fc7d 100644 (file)
@@ -1,3 +1,7 @@
+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
index ae8929d2b6dab30696c4e0a93cecd495a342e06f..fb2d5a0ad863ab3f7a80ac4b5baf19bb0bf3d268 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)
 {
This page took 0.030682 seconds and 4 git commands to generate.