From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30087 invoked by alias); 22 Jun 2002 02:13:26 -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 30034 invoked from network); 22 Jun 2002 02:13:22 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 22 Jun 2002 02:13:22 -0000 Received: from localhost.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id TAA26768; Fri, 21 Jun 2002 19:13:20 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id 976E8107D4; Fri, 21 Jun 2002 22:12:36 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15635.56596.165208.209434@localhost.redhat.com> Date: Fri, 21 Jun 2002 19:13:00 -0000 To: Jim Blandy Cc: gdb@sources.redhat.com Subject: Re: Live Range Splitting goodbye? In-Reply-To: References: X-SW-Source: 2002-06/txt/msg00190.txt.bz2 Jim Blandy writes: > > Would anyone mind if I deleted the support for live range splitting? > That would remove the following fields from struct symbol, get rid of > a weird call to read_pc in symtab.c (!!), and a bunch of other stuff. > > I believe the GCC code which would emit the sorts of STABS that turn > into these structures has never been contributed to the public sources > anyway. > > struct symbol > { > ... > > /* Link to a list of aliases for this symbol. > Only a "primary/main symbol may have aliases. */ > struct alias_list *aliases; > > /* List of ranges where this symbol is active. This is only > used by alias symbols at the current time. */ > struct range_list *ranges; > }; Yes it's dead. We already went through this, see the long thread: http://sources.redhat.com/ml/gdb-patches/2002-04/msg00002.html and http://sources.redhat.com/ml/insight/2002-q2/msg00006.html Go ahead, kill it. Thanks Elena