projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a816d1e
)
2002-11-18 Klee Dienes <kdienes@apple.com>
author
Klee Dienes
<kdienes@apple.com>
Mon, 18 Nov 2002 20:57:55 +0000
(20:57 +0000)
committer
Klee Dienes
<kdienes@apple.com>
Mon, 18 Nov 2002 20:57:55 +0000
(20:57 +0000)
* buildsym.c (pop_context): Add comment.
gdb/ChangeLog
patch
|
blob
|
history
gdb/buildsym.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index e16296b71fe231970fdda06a7c485d0b1680c0bb..a56bd09fe8cdeb9d72441491e3c71c249422fc7d 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/buildsym.c
b/gdb/buildsym.c
index ae8929d2b6dab30696c4e0a93cecd495a342e06f..fb2d5a0ad863ab3f7a80ac4b5baf19bb0bf3d268 100644
(file)
--- 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)
{