From ebed1d6b829d3ee078ca4865298c22c177ad33b5 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Sat, 8 Feb 2003 10:10:59 +0000 Subject: [PATCH] (_Uia64_install_context): Rename from __ia64_install_context(). Change signature. (Logical change 1.45) --- src/ia64/unwind_i.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ia64/unwind_i.h b/src/ia64/unwind_i.h index 0d434bfa..5b482679 100644 --- a/src/ia64/unwind_i.h +++ b/src/ia64/unwind_i.h @@ -327,8 +327,8 @@ extern int ia64_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, int write); extern unw_word_t ia64_scratch_loc (struct cursor *c, unw_regnum_t reg); -extern void __ia64_install_context (const ucontext_t *ucp, long r15, long r16, - long r17, long r18, long do_sigreturn) +extern void _Uia64_install_context (struct cursor *c, unw_word_t pri_unat, + unw_word_t *extra, unw_word_t loadrs) __attribute__ ((noreturn)); extern int ia64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg);