mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 23:23:09 +00:00
gdb/dwarf: make cooked_index_flag's to_string handle IS_SYNTHESIZED
Change-Id: Iaac252aa2abbe169153e79b84f956cda172c69d1
This commit is contained in:
@@ -33,6 +33,7 @@ to_string (cooked_index_flag flags)
|
|||||||
MAP_ENUM_FLAG (IS_LINKAGE),
|
MAP_ENUM_FLAG (IS_LINKAGE),
|
||||||
MAP_ENUM_FLAG (IS_TYPE_DECLARATION),
|
MAP_ENUM_FLAG (IS_TYPE_DECLARATION),
|
||||||
MAP_ENUM_FLAG (IS_PARENT_DEFERRED),
|
MAP_ENUM_FLAG (IS_PARENT_DEFERRED),
|
||||||
|
MAP_ENUM_FLAG (IS_SYNTHESIZED),
|
||||||
};
|
};
|
||||||
|
|
||||||
return flags.to_string (mapping);
|
return flags.to_string (mapping);
|
||||||
|
|||||||
Reference in New Issue
Block a user