]> git.ipfire.org Git - thirdparty/gcc.git/commit
sdbout.c (sdbout_one_type): Use TYPE_VALUES for enums, not TYPE_FIELDS.
authorDJ Delorie <dj@redhat.com>
Fri, 16 Apr 2004 18:40:04 +0000 (14:40 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Fri, 16 Apr 2004 18:40:04 +0000 (14:40 -0400)
commit2d49ce67973aa150ad56b47c7f5dc71fa1e02680
treef192d3cf50aa41cf6ecf303b7e5db1bd8ba19d98
parent89afce0105b1e57e9171b82f42b42b12e5b57f4e
sdbout.c (sdbout_one_type): Use TYPE_VALUES for enums, not TYPE_FIELDS.

* sdbout.c (sdbout_one_type): Use TYPE_VALUES for enums, not
TYPE_FIELDS.
(sdbout_finish): Don't free deferred_global_decls; it's GC'd.

From-SVN: r80761
gcc/ChangeLog
gcc/sdbout.c