* gdbtypes.h: Add TYPE_FLAG_TARGET_STUB.
[deliverable/binutils-gdb.git] / gdb / ch-typeprint.c
index c6a3b300a5eff1174433c7f22db9d8e67ef882a1..3d2038eb5d7851a4904568854d79a6034dfbd014 100644 (file)
@@ -100,6 +100,8 @@ chill_type_print_base (type, stream, show, level)
       return;
     }
 
+  check_stub_type (type);
+
   switch (TYPE_CODE (type))
     {
       case TYPE_CODE_PTR:
@@ -161,7 +163,6 @@ chill_type_print_base (type, stream, show, level)
          }
        else
          {
-           check_stub_type (type);
            fprintf_filtered (stream, "(\n");
            if ((TYPE_NFIELDS (type) == 0) && (TYPE_NFN_FIELDS (type) == 0))
              {
This page took 0.025405 seconds and 4 git commands to generate.