]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
authorKevin Buettner <kevinb@redhat.com>
Wed, 27 Apr 2011 03:52:22 +0000 (03:52 +0000)
committerKevin Buettner <kevinb@redhat.com>
Wed, 27 Apr 2011 03:52:22 +0000 (03:52 +0000)
to the initialization.

gdb/ChangeLog
gdb/rx-tdep.c

index 63b7d1bc9945ea345454d09a787dc69ad9ecd6a4..91319019e8d28275f605cb856384d6772641e42d 100644 (file)
        is_private and is_protected by calling
        dwarf2_default_access_attribute.
 
+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 03ea98346f3ce1133b92e038afea12ccb18e2089..16637b0d4a3889dad03f2ad98960fa8e2d8b4705 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,