X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fia64-libunwind-tdep.h;h=ad38f9bf0397127aec5f37d2d7045e6514e1dae5;hb=441af85bd9c68dbc0c2a1dbe23bf07c6cb3c3f5d;hp=35bb7ff4ef1fb0969bf3de6649c9b3afda19a6e9;hpb=28e7fd62340426746f9c896cbc40c5d374ec47aa;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ia64-libunwind-tdep.h b/gdb/ia64-libunwind-tdep.h index 35bb7ff4ef..ad38f9bf03 100644 --- a/gdb/ia64-libunwind-tdep.h +++ b/gdb/ia64-libunwind-tdep.h @@ -1,6 +1,6 @@ /* Frame unwinder for ia64 frames with libunwind frame information. - Copyright (C) 2003-2013 Free Software Foundation, Inc. + Copyright (C) 2003-2020 Free Software Foundation, Inc. Contributed by Jeff Johnston. @@ -36,6 +36,8 @@ struct frame_unwind; running on. */ #include "libunwind-ia64.h" +#include "gdbarch.h" + struct libunwind_descr { int (*gdb2uw) (int); @@ -71,7 +73,7 @@ unw_word_t libunwind_find_dyn_list (unw_addr_space_t, unw_dyn_info_t *, void *); int libunwind_get_reg_special (struct gdbarch *gdbarch, - struct regcache *regcache, + readable_regcache *regcache, int regnum, void *buf); #endif /* IA64_LIBUNWIND_TDEP_H */