From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14526 invoked by alias); 6 Dec 2006 00:57:30 -0000 Received: (qmail 14518 invoked by uid 22791); 6 Dec 2006 00:57:29 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 06 Dec 2006 00:57:24 +0000 Received: (qmail 23313 invoked from network); 6 Dec 2006 00:57:22 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 6 Dec 2006 00:57:22 -0000 To: gdb-patches@sourceware.org Subject: Re: RFA: don't swap void builtin type References: <20061205205047.GE25572@nevyn.them.org> From: Jim Blandy Date: Wed, 06 Dec 2006 00:57:00 -0000 In-Reply-To: <20061205205047.GE25572@nevyn.them.org> (Daniel Jacobowitz's message of "Tue, 5 Dec 2006 15:50:48 -0500") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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/msg00054.txt.bz2 Daniel Jacobowitz writes: > 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. Committed, thanks.