From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17444 invoked by alias); 13 May 2002 03:46:10 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17428 invoked from network); 13 May 2002 03:46:09 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 13 May 2002 03:46:09 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C08DF3E08; Sun, 12 May 2002 23:46:02 -0400 (EDT) Message-ID: <3CDF36FA.1080702@cygnus.com> Date: Sun, 12 May 2002 20:46:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc1) Gecko/20020429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: RFC: Obsoleting some symbol readers? References: <20020512044748.GA31195@nevyn.them.org> <20020512234848.GA10854@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00136.txt.bz2 > On Sun, May 12, 2002 at 12:47:48AM -0400, Daniel Jacobowitz wrote: > >> I was going through some cleanups to 'struct type' this evening and noticed >> more abuse of copying types in dstread.c and hpread.c. dstread.c is only >> used by m68k-apollo-*, and I see that GCC 3.1 is deprecating this system; >> perhaps we should do the same for the next cycle? >> >> hpread, unfortunately, I don't think I can dismiss that easily :( Guess >> I'll have to fix it; it has similar problems to stabs with regard to >> replacing incomplete types. > > > Corollary to this: dstread.c has not been compiled successfully since > at least 1995, when function_type was removed from struct type. I > don't want to be the one to fix it :) os9kread.c has already been bug reported for obsolecence. If nothing else bug report these. Hmm, lets just obsolete the entire apollo line ... Andrew