From: Steve Ellcey Date: Fri, 8 Apr 2011 16:26:35 +0000 (+0000) Subject: 2011-04-08 Steve Ellcey X-Git-Tag: gdb_7_3-2011-07-26-release~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd318c1e3f4a6bd4aa992092a2cce9b15adf3352;p=thirdparty%2Fbinutils-gdb.git 2011-04-08 Steve Ellcey * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind initalization. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 826bc0eaced..f78017cb786 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-04-08 Steve Ellcey + + * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind + initalization. + 2011-04-03 Joel Brobecker * configure.ac: Disable -Werror by default. diff --git a/gdb/libunwind-frame.c b/gdb/libunwind-frame.c index a636a4e361e..677d4c5da21 100644 --- a/gdb/libunwind-frame.c +++ b/gdb/libunwind-frame.c @@ -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,