X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fdwarf2-frame-tailcall.c;h=1b614ad8f1a8d8bc989bd85601d2480b5417af79;hb=e46d79a76ea748165a3ecd1102dd10498d089a49;hp=178a65c3be44e2dccb32039432fbd0f6a0d246c2;hpb=a70b814420059e1f2de2130d532ddd7b2b2500fc;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/dwarf2-frame-tailcall.c b/gdb/dwarf2-frame-tailcall.c index 178a65c3be..1b614ad8f1 100644 --- a/gdb/dwarf2-frame-tailcall.c +++ b/gdb/dwarf2-frame-tailcall.c @@ -28,6 +28,7 @@ #include "regcache.h" #include "value.h" #include "dwarf2-frame.h" +#include "gdbarch.h" /* Contains struct tailcall_cache indexed by next_bottom_frame. */ static htab_t cache_htab; @@ -44,7 +45,7 @@ struct tailcall_cache tailcall_cache. */ int refc; - /* Associated found virtual taill call frames chain, it is never NULL. */ + /* Associated found virtual tail call frames chain, it is never NULL. */ struct call_site_chain *chain; /* Cached pretended_chain_levels result. */ @@ -399,7 +400,7 @@ dwarf2_tailcall_sniffer_first (struct frame_info *this_frame, } } } - catch (const gdb_exception_RETURN_MASK_ERROR &except) + catch (const gdb_exception_error &except) { if (entry_values_debug) exception_print (gdb_stdout, except);