From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17608 invoked by alias); 23 Oct 2002 19:54:47 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17597 invoked from network); 23 Oct 2002 19:54:47 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 23 Oct 2002 19:54:47 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9F2C23CCB; Wed, 23 Oct 2002 15:54:45 -0400 (EDT) Message-ID: <3DB6FE85.9060902@redhat.com> Date: Wed, 23 Oct 2002 12:54:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Symplify macro in symtab.h References: <15798.59073.572696.330826@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00472.txt.bz2 > This patch "removes" the large macro SYMBOL_INIT_LANGUAGE_SPECIFIC. > It doesn't really get rid of it, because the first parameter can be a > partial symbol, a minimal symbol, or a full symbol, and we need to > still let the macro pass into the function the common ginfo field of > the p/m/symbol structure. > > Similar approach had been taken earlier for the > SYMBOL_INIT_DEMANGLED_NAME macro. Ah, but at least we can now step through it!! Nice. Andrew