From: Klee Dienes Date: Mon, 18 Nov 2002 20:57:55 +0000 (+0000) Subject: 2002-11-18 Klee Dienes X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=a672ef132642555bbf881f57232d37c8590a0cab;p=deliverable%2Fbinutils-gdb.git 2002-11-18 Klee Dienes * buildsym.c (pop_context): Add comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e16296b71f..a56bd09fe8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-11-18 Klee Dienes + + * buildsym.c (pop_context): Add comment. + 2002-11-18 Klee Dienes * buildsym.h (pop_context): Convert to function, defined in diff --git a/gdb/buildsym.c b/gdb/buildsym.c index ae8929d2b6..fb2d5a0ad8 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) {