(dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to generate cross reference

in stabs.

From-SVN: r7184
This commit is contained in:
Doug Evans 1994-04-29 22:29:42 +00:00
parent 60e9e4b7a3
commit 326af3bf5e
1 changed files with 1 additions and 1 deletions

View 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;
}