From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26543 invoked by alias); 7 Feb 2004 23:24:24 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26535 invoked from network); 7 Feb 2004 23:24:23 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 7 Feb 2004 23:24:23 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 5BC7B1A4484; Sat, 7 Feb 2004 18:21:04 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16421.29408.84226.74104@localhost.redhat.com> Date: Sat, 07 Feb 2004 23:24:00 -0000 To: mec.gnu@mindspring.com (Michael Elizabeth Chastain) Cc: ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH/ob] unify objfile obstacks (1/4) In-Reply-To: <20040207021150.CBEE74B364@berman.michael-chastain.com> References: <20040207021150.CBEE74B364@berman.michael-chastain.com> X-SW-Source: 2004-02/txt/msg00156.txt.bz2 Michael Elizabeth Chastain writes: > Proofread. I applied it, and grep'ed for type_obstack, and there > weren't any occurrences left. Looks good to me. > thanks, checked in. elena > Michael C > > === > > 2004-02-06 Elena Zannoni > > * objfiles.h (struct objfile): Add objfile_obstack field. > Remove type_obstack field. > > * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn, > read_structure_scope read_enumeration, new_symbol): Replace > type_obstack with symfile_obstack. > * dwarfread.c (struct_type, enum_type): Ditto. > * gdbtypes.c (alloc_type, alloc_type_instance, init_type) > (lookup_fundamental_type): Ditto. > * gdbtypes.h (TYPE_ALLOC): Ditto. > * hpread.c (hpread_read_enum_type, hpread_read_function_type) > (hpread_read_doc_function_type, hpread_read_struct_type) > (fix_static_member_physnames, hpread_read_array_type) > (hpread_read_subrange_type, hpread_type_lookup): Ditto. > * jv-lang.c (java_lookup_class, type_from_class, type_from_class) > (java_link_class_type): Ditto. > * mdebugread.c (parse_type): Ditto. > * objfiles.c (allocate_objfile, free_objfile): Ditto. > * solib-sunos.c (solib_add_common_symbols): Ditto. > * stabsread.c (define_symbol, read_type, read_member_functions, > read_cpp_abbrev, read_one_struct_field): Ditto. > * symfile.c (reread_symbols): Ditto. > * symmisc.c (print_objfile_statistics): Ditto.