* hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Don't
set pcoqh to rp.
This commit is contained in:
parent
5d0d05b631
commit
755f4b216b
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-12-13 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Don't
|
||||
set pcoqh to rp.
|
||||
|
||||
2005-12-13 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* h8300-tdep.c (h8300_frame_prev_register): Change valuep type to
|
||||
|
|
|
@ -1233,9 +1233,6 @@ hppa_hpux_sigtramp_frame_unwind_cache (struct frame_info *next_frame,
|
|||
|
||||
/* TODO: fp regs */
|
||||
|
||||
info->saved_regs[HPPA_PCOQ_HEAD_REGNUM].addr =
|
||||
info->saved_regs[HPPA_RP_REGNUM].addr;
|
||||
|
||||
info->base = frame_unwind_register_unsigned (next_frame, HPPA_SP_REGNUM);
|
||||
|
||||
return info;
|
||||
|
|
Loading…
Add table
Reference in a new issue