From: Klee Dienes Date: Mon, 18 Nov 2002 20:57:55 +0000 (+0000) Subject: 2002-11-18 Klee Dienes X-Git-Tag: cagney-unwind-20030108-branchpoint~724 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a672ef132642555bbf881f57232d37c8590a0cab;p=external%2Fbinutils.git 2002-11-18 Klee Dienes * buildsym.c (pop_context): Add comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e16296b..a56bd09 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 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 buildsym.c. * buildsym.c: Include gdb_assert.h. diff --git a/gdb/buildsym.c b/gdb/buildsym.c index ae8929d..fb2d5a0 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) {