summaryrefslogtreecommitdiff
path: root/include/tdep-hppa
diff options
context:
space:
mode:
authorLassi Tuura <lat@cern.ch>2010-04-20 23:13:09 +0200
committerArun Sharma <arun@sharma-home.net>2010-04-24 17:18:26 -0700
commitdac2d001afb1fa7040ca7d8ae57032f684d7023e (patch)
tree2790123ca0c63dbb75f33f0626ffc97c1b6661a7 /include/tdep-hppa
parent250382c56d2c84fc3976cf8a4c834433bb68990d (diff)
downloadlibunwind-dac2d001afb1fa7040ca7d8ae57032f684d7023e.tar.gz
Identify signal frames by augmentation attribute.
Diffstat (limited to 'include/tdep-hppa')
-rw-r--r--include/tdep-hppa/libunwind_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tdep-hppa/libunwind_i.h b/include/tdep-hppa/libunwind_i.h
index 553e97d8..d89cc65e 100644
--- a/include/tdep-hppa/libunwind_i.h
+++ b/include/tdep-hppa/libunwind_i.h
@@ -224,6 +224,9 @@ dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)
#define tdep_get_elf_image UNW_ARCH_OBJ(get_elf_image)
#define tdep_access_reg UNW_OBJ(access_reg)
#define tdep_access_fpreg UNW_OBJ(access_fpreg)
+#define tdep_fetch_frame(c,ip,n) do {} while(0)
+#define tdep_cache_frame(c,rs) do {} while(0)
+#define tdep_reuse_frame(c,rs) do {} while(0)
#ifdef UNW_LOCAL_ONLY
# define tdep_find_proc_info(c,ip,n) \