Remove TYPE_TAG_NAME
[deliverable/binutils-gdb.git] / gdb / target-descriptions.c
index 83a6f6cafc32690b75724d35332bd268df7c423f..d4db8251dfd9074d6f3ce82d28326359d7f939bd 100644 (file)
@@ -189,7 +189,6 @@ make_gdb_type (struct gdbarch *gdbarch, struct tdesc_type *ttype)
     {
       m_type = arch_composite_type (m_gdbarch, NULL, TYPE_CODE_STRUCT);
       TYPE_NAME (m_type) = xstrdup (e->name.c_str ());
-      TYPE_TAG_NAME (m_type) = TYPE_NAME (m_type);
 
       for (const tdesc_type_field &f : e->fields)
        {
This page took 0.027923 seconds and 4 git commands to generate.