gdb/ChangeLog:
* gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
+
+ * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
+
Fix 100x slowdown regression on DWZ files.
#define TYPE_NFN_FIELDS(thistype) TYPE_CPLUS_SPECIFIC(thistype)->nfn_fields
#define TYPE_SPECIFIC_FIELD(thistype) \
TYPE_MAIN_TYPE(thistype)->type_specific_field
-#define TYPE_TYPE_SPECIFIC(thistype) TYPE_MAIN_TYPE(thistype)->type_specific
/* We need this tap-dance with the TYPE_RAW_SPECIFIC because of the case
where we're trying to print an Ada array using the C language.
In that case, there is no "cplus_stuff", but the C language assumes