aboutsummaryrefslogtreecommitdiff
path: root/elfcpp/arm.h
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2010-01-22 06:06:46 +0000
committerDoug Kwan <dougkwan@google.com>2010-01-22 06:06:46 +0000
commitaf2cdeae83b5b69c6ad5fe598e9c511b58abf8bd (patch)
tree0b39a42c1ef47197a2eff05cb4969fe01e454c6f /elfcpp/arm.h
parent993d07c1d5bfa809e42b3412dcf395ea6f93ebce (diff)
2010-01-21 Doug Kwan <dougkwan@google.com>
elfcpp/ChangeLog: * arm.h (EXIDX_CANTUNWIND): New enum. gold/ChangeLog: * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New classes. (Arm_exidx_section_offset_map): New type.
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 08a17ad887..397d0d0bab 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)