Support arch-dependent fill
[binutils-gdb.git] / gdb / mt-tdep.c
index 9b0971f76260b0eafc03cb778b94ea51b6579927..4a51a60b4c41f20d2fa6ed7e2cf8288b5b3e27ab 100644 (file)
@@ -1,7 +1,6 @@
 /* Target-dependent code for Morpho mt processor, for GDB.
 
-   Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1115,6 +1114,7 @@ mt_frame_base_address (struct frame_info *this_frame,
 
 static const struct frame_unwind mt_frame_unwind = {
   NORMAL_FRAME,
+  default_frame_unwind_stop_reason,
   mt_frame_this_id,
   mt_frame_prev_register,
   NULL,