mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 14:08:09 +08:00
Re: Sync libiberty and include with GCC for get_DW_UT_name
* dwarf.h (DW_FIRST_UT, DW_UT, DW_END_UT): Define.
This commit is contained in:
@ -81,6 +81,11 @@ namespace elfcpp
|
||||
#define DW_IDX_DUP(name, value) , name = value
|
||||
#define DW_END_IDX };
|
||||
|
||||
#define DW_FIRST_UT(name, value) enum dwarf_unit_type { \
|
||||
name = value
|
||||
#define DW_UT(name, value) , name = value
|
||||
#define DW_END_UT };
|
||||
|
||||
#include "dwarf2.def"
|
||||
|
||||
#undef DW_FIRST_TAG
|
||||
@ -117,6 +122,10 @@ namespace elfcpp
|
||||
#undef DW_IDX_DUP
|
||||
#undef DW_END_IDX
|
||||
|
||||
#undef DW_FIRST_UT
|
||||
#undef DW_UT
|
||||
#undef DW_END_UT
|
||||
|
||||
// Frame unwind information.
|
||||
|
||||
enum DW_EH_PE
|
||||
|
Reference in New Issue
Block a user