(enum st): Define st_Struct, st_Union, and st_Enum.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 26 Oct 1995 21:57:28 +0000 (17:57 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 26 Oct 1995 21:57:28 +0000 (17:57 -0400)
commit5346f1b92df743f70430c535636ebf6156419a84
tree177707f4b7edb036e8960064e39e38bd3cf924f2
parent94f3f2cb2c12bb7f6374d6f473dd142ba51125ae
(enum st): Define st_Struct, st_Union, and st_Enum.

(st_to_string): Handle them.
(type_to_string): Add fdp argument; pass it to emit_aggregate.
(print_symbol): Add fdp argument; pass it to type_to_string.
Handle st_Struct, st_Union, and st_Enum.
(emit_aggregate): Add fdp argument.  Handle opaque types.  Map through
RFD entries.
(print_file_desc): Pass FDR to print_symbol.
(main): Pass null FDR to type_to_string.

From-SVN: r10516
gcc/mips-tdump.c