aboutsummaryrefslogtreecommitdiff
path: root/include/libunwind-hppa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libunwind-hppa.h')
-rw-r--r--include/libunwind-hppa.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/libunwind-hppa.h b/include/libunwind-hppa.h
index 74ea70da..e28fcaaf 100644
--- a/include/libunwind-hppa.h
+++ b/include/libunwind-hppa.h
@@ -103,6 +103,12 @@ unw_tdep_save_loc_t;
/* On PA-RISC, we can directly use ucontext_t as the unwind context. */
typedef ucontext_t unw_tdep_context_t;
+typedef struct
+ {
+ /* no hppa-specific fast trace */
+ }
+unw_tdep_frame_t;
+
#define unw_tdep_is_fpreg(r) ((unsigned) ((r) - UNW_HPPA_FR) < 32)
#include "libunwind-dynamic.h"
@@ -118,6 +124,10 @@ unw_tdep_proc_info_t;
#define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
extern int unw_tdep_getcontext (unw_tdep_context_t *);
+#define unw_tdep_make_frame_cache(n) (0)
+#define unw_tdep_free_frame_cache(p) do {} while(0)
+#define unw_tdep_trace(cur,addr,n,c) (-UNW_ENOINFO)
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif