1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-12-25 04:23:42 +01:00

(_Uia64_install_context): Rename from __ia64_install_context(). Change signature.

(Logical change 1.45)
This commit is contained in:
mostang.com!davidm 2003-02-08 10:10:59 +00:00
parent 1d8de85964
commit ebed1d6b82

View file

@ -327,8 +327,8 @@ extern int ia64_access_fpreg (struct cursor *c, unw_regnum_t reg,
unw_fpreg_t *valp, int write); unw_fpreg_t *valp, int write);
extern unw_word_t ia64_scratch_loc (struct cursor *c, unw_regnum_t reg); 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, extern void _Uia64_install_context (struct cursor *c, unw_word_t pri_unat,
long r17, long r18, long do_sigreturn) unw_word_t *extra, unw_word_t loadrs)
__attribute__ ((noreturn)); __attribute__ ((noreturn));
extern int ia64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, extern int ia64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor,
void *arg); void *arg);