mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 22:03:57 +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:
@ -1,6 +1,7 @@
|
|||||||
2017-07-03 Alan Modra <amodra@gmail.com>
|
2017-07-03 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* dwarf.h (DW_FIRST_IDX, DW_IDX, DW_IDX_DUP, DW_END_IDX): Define.
|
* dwarf.h (DW_FIRST_IDX, DW_IDX, DW_IDX_DUP, DW_END_IDX): Define,
|
||||||
|
and undefine after using.
|
||||||
|
|
||||||
2017-06-21 Alan Modra <amodra@gmail.com>
|
2017-06-21 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
@ -110,6 +110,11 @@ namespace elfcpp
|
|||||||
#undef DW_CFA
|
#undef DW_CFA
|
||||||
#undef DW_END_CFA
|
#undef DW_END_CFA
|
||||||
|
|
||||||
|
#undef DW_FIRST_IDX
|
||||||
|
#undef DW_IDX
|
||||||
|
#undef DW_IDX_DUP
|
||||||
|
#undef DW_END_IDX
|
||||||
|
|
||||||
// Frame unwind information.
|
// Frame unwind information.
|
||||||
|
|
||||||
enum DW_EH_PE
|
enum DW_EH_PE
|
||||||
|
Reference in New Issue
Block a user