This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Fix HP-UX signal trampoline unwind cache


Randolph,

Seems, like you forgot about backing this out, so I went ahead and
committed it myself ;-).

Cheers,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Don't
	set pcoqh to rp.

Index: hppa-hpux-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/hppa-hpux-tdep.c,v
retrieving revision 1.46
diff -u -p -r1.46 hppa-hpux-tdep.c
--- hppa-hpux-tdep.c 9 Dec 2005 11:25:04 -0000 1.46
+++ hppa-hpux-tdep.c 13 Dec 2005 10:13:46 -0000
@@ -1233,9 +1233,6 @@ hppa_hpux_sigtramp_frame_unwind_cache (s
 
   /* 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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]