From 32acdfafea5d00466723e6725fc4e391890acdc8 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 6 Jul 1999 18:15:52 -0600 Subject: [PATCH] dwarf2out.c (gen_struct_or_union_type_die): Only remember types on the permanent_obstack. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * dwarf2out.c (gen_struct_or_union_type_die): Only remember types on the permanent_obstack. * dwarfout.c (output_type): Likewise. From-SVN: r27968 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0f7b8a456c8..b0c3a4c53be 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Wed Jul 7 01:14:42 1999 Jason Merrill + + * dwarf2out.c (gen_struct_or_union_type_die): Only remember types + on the permanent_obstack. + * dwarfout.c (output_type): Likewise. + Tue Jul 6 15:25:32 1999 Gavin Romig-Koch * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) : -- 2.30.2