1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-12-23 03:53:43 +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:
Ken Werner 2011-09-09 09:26:21 +00:00 committed by Arun Sharma
parent c01ea3f6d6
commit da4743f52a

View file

@ -453,6 +453,7 @@ tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
return -UNW_ENOINFO;
}
#ifndef UNW_REMOTE_ONLY
/**
* 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 */
}
#endif /* !UNW_REMOTE_ONLY */