diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2007-03-13 14:05:25 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@codesourcery.com> | 2007-03-13 14:05:25 +0000 |
commit | 348473d521cdd873312796f2753862d118c1ac99 (patch) | |
tree | cd994812bb66793f1f0d4bd6b20741f86e2161c2 /gdb/ChangeLog | |
parent | a2f9cf0ddf3113a84439d2f3398f6c3fa400b433 (diff) | |
download | gdb-348473d521cdd873312796f2753862d118c1ac99.zip gdb-348473d521cdd873312796f2753862d118c1ac99.tar.gz gdb-348473d521cdd873312796f2753862d118c1ac99.tar.bz2 |
* frame.c (frame_pop): Check to see whether there's a frame to
which we can pop first.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2a3985c..3766bc1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2007-03-13 Nathan Froyd <froydnj@codesourcery.com> + * frame.c (frame_pop): Check to see whether there's a frame to + which we can pop first. + +2007-03-13 Nathan Froyd <froydnj@codesourcery.com> + * MAINTAINERS (Write After Approval): Add myself. 2007-03-09 Markus Deuling <deuling@de.ibm.com> |