mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-22 19:43:42 +01:00
(unw_tdep_save_loc_t): New type.
(Logical change 1.10)
This commit is contained in:
parent
48da72afd7
commit
f1d10c0fb3
1 changed files with 9 additions and 0 deletions
|
@ -103,6 +103,15 @@ typedef struct unw_ia64_table
|
||||||
}
|
}
|
||||||
unw_ia64_table_t;
|
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. */
|
/* On IA-64, we can directly use ucontext_t as the unwind context. */
|
||||||
typedef ucontext_t unw_tdep_context_t;
|
typedef ucontext_t unw_tdep_context_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue