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.
This commit is contained in:
Doug Kwan 2010-01-22 06:06:46 +00:00
parent 993d07c1d5
commit af2cdeae83
4 changed files with 283 additions and 0 deletions

View file

@ -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)