]> Git Repo - binutils.git/blobdiff - gdb/c-typeprint.c
* gdbtypes.h: Add TYPE_FLAG_TARGET_STUB.
[binutils.git] / gdb / c-typeprint.c
index 33e6742e816643e226ce8faac08461116ed2adcf..c5b92f8cabb4b5683580ec6bf90d73be4dca6f78 100644 (file)
@@ -488,6 +488,8 @@ c_type_print_base (type, stream, show, level)
       return;
     }
 
+  check_stub_type (type);
+         
   switch (TYPE_CODE (type))
     {
     case TYPE_CODE_ARRAY:
@@ -529,8 +531,6 @@ c_type_print_base (type, stream, show, level)
        }
       else if (show > 0)
        {
-         check_stub_type (type);
-         
          cp_type_print_derivation_info (stream, type);
          
          fprintf_filtered (stream, "{\n");
This page took 0.023233 seconds and 4 git commands to generate.