diff options
author | Arun Sharma <asharma@fb.com> | 2011-04-05 21:26:56 -0700 |
---|---|---|
committer | Arun Sharma <asharma@fb.com> | 2011-04-05 22:07:05 -0700 |
commit | e2962af9d31266761700b431da894421c0d757ec (patch) | |
tree | b5a3370f805707375c556e46f02ccd9700e95bb1 /include/tdep-ia64 | |
parent | 15f182828d88ea51d419d94b3daabb7a69181c78 (diff) | |
download | libunwind-e2962af9d31266761700b431da894421c0d757ec.tar.gz |
Implement a cheaper getcontext()
Since the fast unwinding code path doesn't need the full context,
a faster target dependent getcontext is implemented.
Signed-off-by: Lassi Tuura <lat@cern.ch>
Diffstat (limited to 'include/tdep-ia64')
-rw-r--r-- | include/tdep-ia64/libunwind_i.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tdep-ia64/libunwind_i.h b/include/tdep-ia64/libunwind_i.h index ec20338d..619425c1 100644 --- a/include/tdep-ia64/libunwind_i.h +++ b/include/tdep-ia64/libunwind_i.h @@ -216,6 +216,7 @@ struct ia64_global_unwind_state # endif }; +#define tdep_getcontext_trace unw_getcontext #define tdep_needs_initialization unw.needs_initialization #define tdep_init UNW_OBJ(init) /* Platforms that support UNW_INFO_FORMAT_TABLE need to define |