mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
Exclude arm_find_proc_info and arm_put_unwind_info in case of UNW_REMOTE_ONLY
Signed-off-by: Ken Werner <ken.werner@linaro.org>
This commit is contained in:
parent
c01ea3f6d6
commit
da4743f52a
1 changed files with 2 additions and 0 deletions
|
@ -453,6 +453,7 @@ tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
|
||||||
return -UNW_ENOINFO;
|
return -UNW_ENOINFO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef UNW_REMOTE_ONLY
|
||||||
/**
|
/**
|
||||||
* Callback to dl_iterate_phdr to find infos about the ARM exidx segment.
|
* Callback to dl_iterate_phdr to find infos about the ARM exidx segment.
|
||||||
*/
|
*/
|
||||||
|
@ -564,4 +565,5 @@ arm_put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg)
|
||||||
{
|
{
|
||||||
/* it's a no-op */
|
/* it's a no-op */
|
||||||
}
|
}
|
||||||
|
#endif /* !UNW_REMOTE_ONLY */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue