From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27865 invoked by alias); 28 Jul 2004 04:02:00 -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 27856 invoked from network); 28 Jul 2004 04:01:59 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 28 Jul 2004 04:01:59 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1BpfcT-0003Me-Uz; Wed, 28 Jul 2004 00:00:46 -0400 Date: Wed, 28 Jul 2004 04:02:00 -0000 From: Daniel Jacobowitz To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] multi-arch builtin-types #2 of N, language.h Message-ID: <20040728040045.GA12728@nevyn.them.org> Mail-Followup-To: Andrew Cagney , gdb-patches@sources.redhat.com References: <41071596.90605@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41071596.90605@gnu.org> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-07/txt/msg00412.txt.bz2 On Tue, Jul 27, 2004 at 10:55:18PM -0400, Andrew Cagney wrote: > Hello, > > This is part two of getting the builtin_types multi-arched. > > It adds the function la_language_arch_info(gdbarch) to the language > vector. This function returns the architecture dependant info (so far > string_char_type and the vector of primative types). It then modifies > the generic (auto, minimal) languages vectors to use this. > > The other vectors can follow. > > Joel, more things for your list: add language_ada to that enum and > update ada to use this :-) One correction: primative_type_vector: It's spelled "primitive". Would you mind explaining where this is going - maybe give an example of what it will be used for? It's not clear from the patch. -- Daniel Jacobowitz