aboutsummaryrefslogtreecommitdiff
path: root/elfcpp/arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'elfcpp/arm.h')
-rw-r--r--elfcpp/arm.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/elfcpp/arm.h b/elfcpp/arm.h
index 08a17ad..397d0d0 100644
--- a/elfcpp/arm.h
+++ b/elfcpp/arm.h
@@ -321,6 +321,13 @@ enum
AEABI_enum_forced_wide = 3
};
+// For Exception Index Table. (Exception handling ABI for the ARM
+// architectue, Section 5)
+enum
+{
+ EXIDX_CANTUNWIND = 1,
+};
+
} // End namespace elfcpp.
#endif // !defined(ELFCPP_ARM_H)