From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11409 invoked by alias); 6 Sep 2008 04:12:38 -0000 Received: (qmail 11399 invoked by uid 22791); 6 Sep 2008 04:12:37 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 06 Sep 2008 04:11:58 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 4D65B981EE; Sat, 6 Sep 2008 04:11:56 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 0C92B9810C; Sat, 6 Sep 2008 04:11:55 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1Kbp9O-0002n0-T6; Sat, 06 Sep 2008 00:11:54 -0400 Date: Sat, 06 Sep 2008 04:12:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker Cc: uweigand@de.ibm.com, gdb-patches@sourceware.org Subject: Re: [rfc][21/37] Eliminate builtin_type_ macros: Platform-neutral builtin_type_void Message-ID: <20080906041154.GA10692@caradoc.them.org> Mail-Followup-To: Joel Brobecker , uweigand@de.ibm.com, gdb-patches@sourceware.org References: <20080831175045.128504000@de.ibm.com> <20080831175130.615909000@de.ibm.com> <20080906003724.GK15267@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080906003724.GK15267@adacore.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-09/txt/msg00124.txt.bz2 On Fri, Sep 05, 2008 at 05:37:24PM -0700, Joel Brobecker wrote: > I don't want to add a field in our type structure to mark the types > that are architecture-specific, since that would have a noticeable > memory cost just for a few specific types. No, it wouldn't. We have tons of free flag bits; it sounds like the right thing to do would be to mark only the global types.> -- Daniel Jacobowitz CodeSourcery