]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2011-04-08 Steve Ellcey <sje@cup.hp.com>
authorSteve Ellcey <sje@cup.hp.com>
Fri, 8 Apr 2011 16:26:35 +0000 (16:26 +0000)
committerSteve Ellcey <sje@cup.hp.com>
Fri, 8 Apr 2011 16:26:35 +0000 (16:26 +0000)
* Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
initalization.

gdb/ChangeLog
gdb/libunwind-frame.c

index 826bc0eaced6f2d996cafacfa83a5e9d363ba3a9..f78017cb786ac8530ce49dcbc0368205a2f5b2fe 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-08  Steve Ellcey  <sje@cup.hp.com>
+
+       * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
+       initalization.
+
 2011-04-03  Joel Brobecker  <brobecker@adacore.com>
 
        * configure.ac: Disable -Werror by default.
index a636a4e361ed1b8a3a0ce12916cdb13836d59705..677d4c5da21de13b261df56410f487833bc95dff 100644 (file)
@@ -237,6 +237,7 @@ libunwind_find_dyn_list (unw_addr_space_t as, unw_dyn_info_t *di, void *arg)
 static const struct frame_unwind libunwind_frame_unwind =
 {
   NORMAL_FRAME,
+  default_frame_unwind_stop_reason,
   libunwind_frame_this_id,
   libunwind_frame_prev_register,
   NULL,