From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31614 invoked by alias); 14 May 2002 15:24:18 -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 31520 invoked from network); 14 May 2002 15:24:16 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 14 May 2002 15:24:16 -0000 Received: from localhost.redhat.com (romulus.sfbay.redhat.com [172.16.27.251]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id IAA18502; Tue, 14 May 2002 08:24:11 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id DD26E10FC9; Tue, 14 May 2002 11:23:38 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15585.11258.779180.267780@localhost.redhat.com> Date: Tue, 14 May 2002 08:24:00 -0000 To: Daniel Jacobowitz Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix gdb/277 by separating types, take 3 In-Reply-To: <20020514040748.GA9559@nevyn.them.org> References: <20020513160257.GC19484@nevyn.them.org> <15584.30942.983188.4941@localhost.redhat.com> <20020514040748.GA9559@nevyn.them.org> X-SW-Source: 2002-05/txt/msg00543.txt.bz2 Daniel Jacobowitz writes: > On Mon, May 13, 2002 at 10:39:26PM -0400, Elena Zannoni wrote: > > > > Ok with me, except (now he shoots her....) I don't like the 'core' > > name. It gets a bit confusing between TYPE_CODE and TYPE_CORE, not to > > mention the use of core as in corefiles. How about base, basis, > > nucleus, main, nub (just going through my dictionary).... > > Probably any of you, native English speakers, has a better suggestion. > > How about TYPE_MAIN_TYPE, then? > > Amusingly, I found a couple dozen more cases where this patch helps > today in fooling around with C++ method printing... > > Groovy. Elena