From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22795 invoked by alias); 11 Sep 2002 17:29:37 -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 22788 invoked from network); 11 Sep 2002 17:29:37 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 11 Sep 2002 17:29:36 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id g8BHTYU02295; Wed, 11 Sep 2002 10:29:34 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Daniel Jacobowitz Cc: gdb , Daniel Berlin Subject: Re: struct environment References: <20020906150620.GA19200@nevyn.them.org> <20020911003132.GA11810@nevyn.them.org> Content-Type: text/plain; charset=US-ASCII From: David Carlton Date: Wed, 11 Sep 2002 10:29:00 -0000 In-Reply-To: <20020911003132.GA11810@nevyn.them.org> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 X-SW-Source: 2002-09/txt/msg00098.txt.bz2 On Tue, 10 Sep 2002 20:31:32 -0400, Daniel Jacobowitz said: > I believe the SYMBOL_ALIASES stuff has all died; it was never in a > standard FSF GCC, just in a Cygnus product. We'll need to handle > something along these lines in the fortold day of wonders, when we > actually have thought of something clever to do when debugging > inlined functions; but for now I doubt anyone would miss this. Thanks for the pointer: says something similar, and asks for permission to delete it (together with SYMBOL_RANGES). But I guess it was never deleted (and the LOC_COMPUTED stuff that that message refers to hasn't yet been implemented). For now, I'll just leave out that part of the code (or, better, include it but #if 0 it out and add an explanatory comment). David Carlton carlton@math.stanford.edu