From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3650 invoked by alias); 5 Dec 2006 20:50:57 -0000 Received: (qmail 3642 invoked by uid 22791); 5 Dec 2006 20:50:56 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 05 Dec 2006 20:50:50 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1GrhFY-0007AS-1i; Tue, 05 Dec 2006 15:50:48 -0500 Date: Tue, 05 Dec 2006 20:50:00 -0000 From: Daniel Jacobowitz To: Jim Blandy Cc: gdb-patches@sourceware.org Subject: Re: RFA: don't swap void builtin type Message-ID: <20061205205047.GE25572@nevyn.them.org> Mail-Followup-To: Jim Blandy , gdb-patches@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-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: 2006-12/txt/msg00036.txt.bz2 On Mon, Dec 04, 2006 at 02:06:31PM -0800, Jim Blandy wrote: > > I can't see any reason we need to swap out builtin_type_void while > changing architectures, and it is nice to have as many types available > in as many circumstances as possible. > > gdb/ChangeLog: > 2006-12-04 Jim Blandy > > * gdbtypes.c (built_gdbtypes): Don't set builtin_type_void here. > (_initialize_gdbtypes): Do it here, and don't swap it when the > architecture changes. > OK. -- Daniel Jacobowitz CodeSourcery