gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
authorDoug Evans <xdje42@gmail.com>
Sat, 24 Jan 2015 19:17:08 +0000 (11:17 -0800)
committerDoug Evans <xdje42@gmail.com>
Sat, 24 Jan 2015 19:17:08 +0000 (11:17 -0800)
gdb/ChangeLog:

* gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.

gdb/ChangeLog
gdb/gdbtypes.h

index 2e7e55945ffa9a1187cd25cd50e9c82b948f4c20..837ce01258cb6d83dd84377bb23eeae13820854b 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-24  Doug Evans  <xdje42@gmail.com>
+
+       * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
+
 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Fix 100x slowdown regression on DWZ files.
index ba5c85723bc2964067e77ece314fff2407ddb8f5..3cf09c54301e16e2c138021b129d975bdb58ee2b 100644 (file)
@@ -1237,7 +1237,6 @@ extern void allocate_gnat_aux_type (struct type *);
 #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