From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Received: (qmail 27188 invoked from network); 12 Jan 2003 20:49:22 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 209.249.29.67 with SMTP; 12 Jan 2003 20:49:22 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h0CKn9231246; Sun, 12 Jan 2003 14:49:09 -0600 Date: Sun, 12 Jan 2003 20:49:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200301122049.h0CKn9231246@duracef.shout.net> To: ezannoni@redhat.com Subject: Re: [PATCH] obsolete cfront support Cc: gdb-patches@sources.redhat.com X-SW-Source: 2003-01/txt/msg00473.txt.bz2 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.