mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-29 02:07:39 +01:00
Build only if UNW_REMOTE_ONLY is not defined.
(Logical change 1.5)
This commit is contained in:
parent
fcb6a7d272
commit
4588bf926d
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,8 @@ License. */
|
||||||
|
|
||||||
#include "ucontext_i.h"
|
#include "ucontext_i.h"
|
||||||
|
|
||||||
|
#ifndef UNW_REMOTE_ONLY
|
||||||
|
|
||||||
/* __ia64_install_context (const ucontext_t *ucp,
|
/* __ia64_install_context (const ucontext_t *ucp,
|
||||||
long r15, long r16, long r17, long r18)
|
long r15, long r16, long r17, long r18)
|
||||||
|
|
||||||
|
@ -144,3 +146,5 @@ __ia64_install_context:
|
||||||
br.ret.sptk rp
|
br.ret.sptk rp
|
||||||
|
|
||||||
.endp __ia64_install_context
|
.endp __ia64_install_context
|
||||||
|
|
||||||
|
#endif /* !UNW_REMOTE_ONLY */
|
||||||
|
|
Loading…
Reference in a new issue