* rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
authorKevin Buettner <kevinb@redhat.com>
Fri, 8 Apr 2011 21:46:29 +0000 (21:46 +0000)
committerKevin Buettner <kevinb@redhat.com>
Fri, 8 Apr 2011 21:46:29 +0000 (21:46 +0000)
to the initialization.

gdb/ChangeLog
gdb/rx-tdep.c

index 1d36a76..2aa4b41 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-08  Kevin Buettner  <kevinb@redhat.com>
+
+       * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
+       to the initialization.
+
 2011-04-08  Steve Ellcey  <sje@cup.hp.com>
 
        * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
index 03ea983..16637b0 100644 (file)
@@ -455,6 +455,7 @@ rx_frame_prev_register (struct frame_info *this_frame,
 
 static const struct frame_unwind rx_frame_unwind = {
   NORMAL_FRAME,
+  default_frame_unwind_stop_reason,
   rx_frame_this_id,
   rx_frame_prev_register,
   NULL,