mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-24 04:13:41 +01:00
(_Uia64_install_context): Rename from __ia64_install_context(). Change signature.
(Logical change 1.45)
This commit is contained in:
parent
1d8de85964
commit
ebed1d6b82
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue