(print_node): Print TYPE_PACKED.

From-SVN: r9488
This commit is contained in:
Richard Kenner 1995-04-26 17:25:21 -04:00
parent 41ddaaa4d5
commit 3fc341ac09
1 changed files with 2 additions and 0 deletions

View File

@ -475,6 +475,8 @@ print_node (file, prefix, node, indent)
fputs (" needs-constructing", file);
if (TYPE_TRANSPARENT_UNION (node))
fputs (" transparent-union", file);
if (TYPE_PACKED (node))
fputs (" packed", file);
if (TYPE_LANG_FLAG_0 (node))
fputs (" type_0", file);