From f1d10c0fb34f593a0c546c40fc1a740cdb1cae46 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Wed, 3 Apr 2002 06:51:34 +0000 Subject: [PATCH] (unw_tdep_save_loc_t): New type. (Logical change 1.10) --- include/libunwind-ia64.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/libunwind-ia64.h b/include/libunwind-ia64.h index d2c05d12..098dfaef 100644 --- a/include/libunwind-ia64.h +++ b/include/libunwind-ia64.h @@ -103,6 +103,15 @@ typedef struct unw_ia64_table } unw_ia64_table_t; +typedef struct unw_tdep_save_loc + { + /* Additional target-dependent info on a save location. On IA-64, + we could use this to specify the bit number in which a NaT bit + gets saved. For now, nobody wants to know this, so it's not + currently implemented. */ + } +unw_tdep_save_loc_t; + /* On IA-64, we can directly use ucontext_t as the unwind context. */ typedef ucontext_t unw_tdep_context_t;