DW_TAG_mutable_type was a mistake in an early DWARFv3 draft and was removed in the final version. http://dwarfstd.org/ShowIssue.php?issue=050223.1 Signed-off-by: Mark Wielaard <mjw@xxxxxxxxxx> --- dwarves_fprintf.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dwarves_fprintf.c b/dwarves_fprintf.c index 4d8e0f4..b746864 100644 --- a/dwarves_fprintf.c +++ b/dwarves_fprintf.c @@ -75,7 +75,6 @@ static const char *dwarf_tag_names[] = { [DW_TAG_unspecified_type] = "unspecified_type", [DW_TAG_partial_unit] = "partial_unit", [DW_TAG_imported_unit] = "imported_unit", - [DW_TAG_mutable_type] = "mutable_type", [DW_TAG_condition] = "condition", [DW_TAG_shared_type] = "shared_type", #ifdef STB_GNU_UNIQUE -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe dwarves" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html