OSDN Git Service

(dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to generate cross reference
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Apr 1994 22:29:42 +0000 (22:29 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Apr 1994 22:29:42 +0000 (22:29 +0000)
in stabs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7184 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/dbxout.c

index 7f79b1a..994cc37 100644 (file)
@@ -927,7 +927,7 @@ dbxout_type (type, full, show_arg_types)
       type = TYPE_MAIN_VARIANT (type);
       if (TYPE_NAME (type)
          && TREE_CODE (TYPE_NAME (type)) == TYPE_DECL
-         && DECL_IGNORED_P (TYPE_NAME (type)))
+         && TYPE_DECL_SUPPRESS_DEBUG (TYPE_NAME (type)))
        full = 0;
     }