diff options
author | Randolph Chung <tausq@debian.org> | 2004-11-12 00:51:23 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-11-12 00:51:23 +0000 |
commit | a71f8c301ed74646c78414ae45f551848443db5c (patch) | |
tree | ab19ce19c5e70c2d093d5c6aaa061becdaebf425 /gdb/ChangeLog | |
parent | 50b2f48ac1fea9b0ae40e2e66b883802fa647193 (diff) | |
download | gdb-a71f8c301ed74646c78414ae45f551848443db5c.zip gdb-a71f8c301ed74646c78414ae45f551848443db5c.tar.gz gdb-a71f8c301ed74646c78414ae45f551848443db5c.tar.bz2 |
2004-11-11 Randolph Chung <tausq@debian.org>
* hppa-tdep.c (skip_prologue_hard_way): Make static, add
stop_after_branch parameter and use it to determine if we should look
at the delay slot of the first branch insn to find prologue insns.
(hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
(hppa_frame_cache): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 986318a..dcd83bf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2004-11-11 Randolph Chung <tausq@debian.org> + * hppa-tdep.c (skip_prologue_hard_way): Make static, add + stop_after_branch parameter and use it to determine if we should look + at the delay slot of the first branch insn to find prologue insns. + (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way. + (hppa_frame_cache): Likewise. + +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. |