public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [commit] rx-tdep.c: Add default_frame_unwind_stop_reason to unwind initialization
@ 2011-04-08 21:49 Kevin Buettner
  2011-04-14 20:22 ` Tom Tromey
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Buettner @ 2011-04-08 21:49 UTC (permalink / raw)
  To: gdb-patches

I've just committed the patch below.  It fixes a build error due to a missing
stop reason initialization.

Kevin

	* rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
	to the initialization.

Index: rx-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/rx-tdep.c,v
retrieving revision 1.5
diff -u -p -r1.5 rx-tdep.c
--- rx-tdep.c	1 Jan 2011 15:33:14 -0000	1.5
+++ rx-tdep.c	8 Apr 2011 21:43:25 -0000
@@ -455,6 +455,7 @@ rx_frame_prev_register (struct frame_inf
 
 static const struct frame_unwind rx_frame_unwind = {
   NORMAL_FRAME,
+  default_frame_unwind_stop_reason,
   rx_frame_this_id,
   rx_frame_prev_register,
   NULL,

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [commit] rx-tdep.c: Add default_frame_unwind_stop_reason to unwind initialization
  2011-04-08 21:49 [commit] rx-tdep.c: Add default_frame_unwind_stop_reason to unwind initialization Kevin Buettner
@ 2011-04-14 20:22 ` Tom Tromey
  2011-04-27  3:53   ` Kevin Buettner
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2011-04-14 20:22 UTC (permalink / raw)
  To: Kevin Buettner; +Cc: gdb-patches

>>>>> "Kevin" == Kevin Buettner <kevinb@redhat.com> writes:

Kevin> I've just committed the patch below.  It fixes a build error due
Kevin> to a missing stop reason initialization.

Kevin> 	* rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
Kevin> 	to the initialization.

I think this should go on the 7.3 branch as well.

Tom

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [commit] rx-tdep.c: Add default_frame_unwind_stop_reason to unwind initialization
  2011-04-14 20:22 ` Tom Tromey
@ 2011-04-27  3:53   ` Kevin Buettner
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Buettner @ 2011-04-27  3:53 UTC (permalink / raw)
  To: gdb-patches

On Thu, 14 Apr 2011 14:22:15 -0600
Tom Tromey <tromey@redhat.com> wrote:

> >>>>> "Kevin" == Kevin Buettner <kevinb@redhat.com> writes:
> 
> Kevin> I've just committed the patch below.  It fixes a build error due
> Kevin> to a missing stop reason initialization.
> 
> Kevin> 	* rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
> Kevin> 	to the initialization.
> 
> I think this should go on the 7.3 branch as well.

I agree.

Done.

Kevin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-27  3:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-08 21:49 [commit] rx-tdep.c: Add default_frame_unwind_stop_reason to unwind initialization Kevin Buettner
2011-04-14 20:22 ` Tom Tromey
2011-04-27  3:53   ` Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).