mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 03:41:58 +08:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user