Signed-off-by: Ken Werner <[email protected]>
---
 src/arm/Gex_tables.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/arm/Gex_tables.c b/src/arm/Gex_tables.c
index 70ab57c..4352b0b 100644
--- a/src/arm/Gex_tables.c
+++ b/src/arm/Gex_tables.c
@@ -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 */
 
-- 
1.7.4.1


_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to