diff options
author | Randolph Chung <tausq@debian.org> | 2004-11-12 00:48:12 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-11-12 00:48:12 +0000 |
commit | 50b2f48ac1fea9b0ae40e2e66b883802fa647193 (patch) | |
tree | 5febf6100e1c8b6fe38477f86ad917387f839cef /gdb/ChangeLog | |
parent | 68086f6a3f04f6d10e375d4af10ee511bf6763c4 (diff) | |
download | gdb-50b2f48ac1fea9b0ae40e2e66b883802fa647193.zip gdb-50b2f48ac1fea9b0ae40e2e66b883802fa647193.tar.gz gdb-50b2f48ac1fea9b0ae40e2e66b883802fa647193.tar.bz2 |
2004-11-11 Randolph Chung <tausq@debian.org>
* hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
register so that it can be unwound from anywhere in the prologue.
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 590de76..986318a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-11-11 Randolph Chung <tausq@debian.org> + + * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer + register so that it can be unwound from anywhere in the prologue. + 2004-11-10 msnyder <msnyder@redhat.com> * rs6000-tdep.c (skip_prologue): After saving lr_offset, |