summaryrefslogtreecommitdiff
path: root/include/libunwind-arm.h
diff options
context:
space:
mode:
authorKen Werner <ken.werner@linaro.org>2011-07-14 13:44:02 +0000
committerKen Werner <ken.werner@linaro.org>2011-08-15 20:12:54 +0200
commit545023c2072975c6b85a09d5faf2cf05db10e064 (patch)
treeee37b591d77d6d8e2b1ab74e35a7272962c0cd00 /include/libunwind-arm.h
parent0b9f591823474c9651acdffec68256e077e4d601 (diff)
downloadlibunwind-545023c2072975c6b85a09d5faf2cf05db10e064.tar.gz
Rework the lookup of the ARM specific unwind info
Implement routines for finding the proc_info and searching the unwind table for the ARM backend. Signed-off-by: Ken Werner <ken.werner@linaro.org>
Diffstat (limited to 'include/libunwind-arm.h')
-rw-r--r--include/libunwind-arm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/libunwind-arm.h b/include/libunwind-arm.h
index 3e7ebf37..211ae504 100644
--- a/include/libunwind-arm.h
+++ b/include/libunwind-arm.h
@@ -285,14 +285,6 @@ struct arm_exidx_entry {
uint32_t data;
};
-struct arm_exidx_table {
- const char *name;
- struct arm_exidx_entry *start;
- struct arm_exidx_entry *end;
- unw_word_t start_addr;
- unw_word_t end_addr;
-};
-
typedef struct
{
/* no arm-specific auxiliary proc-info */