summaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
diff options
context:
space:
mode:
authorKlee Dienes <kdienes@apple.com>2002-11-18 20:57:55 +0000
committerKlee Dienes <kdienes@apple.com>2002-11-18 20:57:55 +0000
commit27dabac901e530276f46f3f8c8bd1cd444fd4354 (patch)
tree9b0c0b6865ce97bba148dcd52117f792d2ee14b9 /gdb/buildsym.c
parent60ffc12c2259eb8ab80321121aaddbff84e8f1a9 (diff)
downloadgdb-27dabac901e530276f46f3f8c8bd1cd444fd4354.tar.gz
2002-11-18 Klee Dienes <kdienes@apple.com>
* buildsym.c (pop_context): Add comment.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r--gdb/buildsym.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index ae8929d2b6d..fb2d5a0ad86 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -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)
{