From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21214 invoked by alias); 9 Feb 2010 02:18:30 -0000 Received: (qmail 21202 invoked by uid 22791); 9 Feb 2010 02:18:29 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Feb 2010 02:18:23 +0000 Received: (qmail 4876 invoked from network); 9 Feb 2010 02:18:21 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 9 Feb 2010 02:18:21 -0000 Date: Tue, 09 Feb 2010 02:18:00 -0000 From: Daniel Jacobowitz To: Chris Moller Cc: gdb-patches@sourceware.org Subject: Re: pr9164 patch Message-ID: <20100209021813.GA9230@caradoc.them.org> Mail-Followup-To: Chris Moller , gdb-patches@sourceware.org References: <4B709B9A.3050001@redhat.com> <20100208233407.GA30829@caradoc.them.org> <4B70B90F.7060409@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B70B90F.7060409@redhat.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-02/txt/msg00245.txt.bz2 On Mon, Feb 08, 2010 at 08:23:27PM -0500, Chris Moller wrote: > I did--it's 4 bytes on both i386 and x86_64. I just don't know about > non-intel archs. No, it should be 8 bytes on x86_64. (gdb) list x 1 #include 2 3 size_t x; (gdb) ptype x type = long unsigned int (gdb) p sizeof(x) $2 = 8 -- Daniel Jacobowitz CodeSourcery