From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8857 invoked by alias); 25 Jul 2002 22:48:38 -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 8849 invoked from network); 25 Jul 2002 22:48:37 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 25 Jul 2002 22:48:37 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5251B3EB7; Thu, 25 Jul 2002 18:48:37 -0400 (EDT) Message-ID: <3D408045.9000904@ges.redhat.com> Date: Thu, 25 Jul 2002 15:48:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020708 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: Andrew Cagney , gdb@sources.redhat.com Subject: Re: RFC: Obsoleting some symbol readers? References: <20020512044748.GA31195@nevyn.them.org> <20020512234848.GA10854@nevyn.them.org> <3CDF36FA.1080702@cygnus.com> <20020720204356.GA2018@nevyn.them.org> Content-Type: multipart/mixed; boundary="------------030405000708070009040900" X-SW-Source: 2002-07/txt/msg00270.txt.bz2 This is a multi-part message in MIME format. --------------030405000708070009040900 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 105 No one said beep. I guess it's time to formally propose it on gdb-announce@sources.redhat.com. Andrew --------------030405000708070009040900 Content-Type: message/rfc822; name="mailbox-message://ac131313@movemail/fsf/gdb/misc#9466739" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mailbox-message://ac131313@movemail/fsf/gdb/misc#9466739" Content-length: 3835 X-Mozilla-Status2: 00000000 Return-Path: Delivered-To: ac131313@localhost.redhat.com Received: from localhost (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id DEB0D3EE4 for ; Sat, 20 Jul 2002 16:46:51 -0400 (EDT) Received: from pop.sfbay.redhat.com by localhost with IMAP (fetchmail-5.9.11) for ac131313@localhost (single-drop); Sat, 20 Jul 2002 16:46:51 -0400 (EDT) Received: from ges.redhat.com (cygnus-mx.sfbay.redhat.com [172.16.27.16]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id NAA19897 for ; Sat, 20 Jul 2002 13:44:06 -0700 (PDT) Received: from sources.redhat.com (sources.redhat.com [209.249.29.67]) by ges.redhat.com (8.11.6/8.11.6) with SMTP id g6KKi5X19604 for ; Sat, 20 Jul 2002 13:44:05 -0700 Received: (qmail 14070 invoked by alias); 20 Jul 2002 20:44:04 -0000 Received: (qmail 14054 invoked from network); 20 Jul 2002 20:44:00 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 20 Jul 2002 20:44:00 -0000 Received: from dsl254-114-118.nyc1.dsl.speakeasy.net ([216.254.114.118] helo=nevyn.them.org ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 17W155-0003vn-00; Sat, 20 Jul 2002 15:43:59 -0500 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 17W152-0000Zw-00; Sat, 20 Jul 2002 16:43:56 -0400 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Delivered-To: mailing list gdb@sources.redhat.com Date: Sat, 20 Jul 2002 16:43:56 -0400 From: Daniel Jacobowitz To: Andrew Cagney Cc: gdb@sources.redhat.com Subject: Re: RFC: Obsoleting some symbol readers? Message-ID: <20020720204356.GA2018@nevyn.them.org> Mail-Followup-To: Andrew Cagney , gdb@sources.redhat.com References: <20020512044748.GA31195@nevyn.them.org> <20020512234848.GA10854@nevyn.them.org> <3CDF36FA.1080702@cygnus.com> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <3CDF36FA.1080702@cygnus.com> User-Agent: Mutt/1.5.1i Content-Type: text/plain; charset=us-ascii Content-length: 1281 On Sun, May 12, 2002 at 11:46:02PM -0400, Andrew Cagney wrote: > >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 ... Found this in the mailbox... since no one else commented, I'd like to propose that we obsolete m68*-apollo*-bsd*. I haven't seen even a reference to it in years. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer --------------030405000708070009040900--