mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-15 11:56:11 +08:00
[GOLD] undef after using DW_IDX and friends
* dwarf.h (DW_FIRST_IDX, DW_IDX, DW_IDX_DUP, DW_END_IDX): Undef after using.
This commit is contained in:
@ -110,6 +110,11 @@ namespace elfcpp
|
||||
#undef DW_CFA
|
||||
#undef DW_END_CFA
|
||||
|
||||
#undef DW_FIRST_IDX
|
||||
#undef DW_IDX
|
||||
#undef DW_IDX_DUP
|
||||
#undef DW_END_IDX
|
||||
|
||||
// Frame unwind information.
|
||||
|
||||
enum DW_EH_PE
|
||||
|
Reference in New Issue
Block a user