From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7980 invoked by alias); 14 Jan 2003 00:15:36 -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 7973 invoked from network); 14 Jan 2003 00:15:35 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 14 Jan 2003 00:15:35 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h0DNlEB26827 for ; Mon, 13 Jan 2003 18:47:14 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0E0FNa23040 for ; Mon, 13 Jan 2003 19:15:23 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0E0FML00577; Mon, 13 Jan 2003 19:15:22 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id 5B26EFF79; Mon, 13 Jan 2003 19:19:44 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15907.22432.100791.628660@localhost.redhat.com> Date: Tue, 14 Jan 2003 00:15:00 -0000 To: Michael Elizabeth Chastain Cc: ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] obsolete cfront support In-Reply-To: <200301122049.h0CKn9231246@duracef.shout.net> References: <200301122049.h0CKn9231246@duracef.shout.net> X-SW-Source: 2003-01/txt/msg00506.txt.bz2 I committed it. I hope nothing breaks. Elena Michael Elizabeth Chastain writes: > Proofreading: > I didn't proofread this. > > Copyright: > xcoffread.c was modified in 2002, needs 2002 in copyright years. > > Testing: > I test only dwarf-2 and stabs+, no mdebug or coff testing. > No regressions with: > target=native, host=i686-pc-linux-gnu, os=red-hat-8.0 > gdb=HEAD%2002-01-09 > gcc=several v2 and v3 compilers, vendor gcc > binutils=2.13.2.1, vendor, HEAD > libc=vendor > gformat=dwarf-2, stabs+ > > Recommended for approval, with addition of 2002 to copyright years > in xcoffread.c. > > Michael C > > === > > 2003-01-10 Elena Zannoni > > * stabsread.h (process_later, resolve_cfront_continuation): > Obsolete. > Update copyright years. > * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront. > Update copyright year. > * dbxread.c(struct cont_elem): Obsolete. > (process_later, process_now): Obsolete functions. > (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support. > Update copyright year. > * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros. > (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions. > Update copyright year. > * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront. > (parse_partial_symbols): Obsolete cfront support. > * stabsread.c > (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete > macros. > (get_substring, get_cfront_method_physname, msg_unknown_complaint, > read_cfront_baseclasses, read_cfront_member_functions, > resolve_cfront_continuation,read_cfront_static_fields, > copy_cfront_struct_fields): Obsolete functions. > (define_symbol, read_one_struct_field): Obsolete cfront support. > * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support. > Update Copyright year.