From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26338 invoked by alias); 9 Feb 2010 02:38:08 -0000 Received: (qmail 26329 invoked by uid 22791); 9 Feb 2010 02:38:07 -0000 X-SWARE-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Feb 2010 02:38:01 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o192c0RZ015456 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Feb 2010 21:38:00 -0500 Received: from qcore.mollernet.net (vpn-248-21.phx2.redhat.com [10.3.248.21]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o192bxF5013156 for ; Mon, 8 Feb 2010 21:37:59 -0500 Message-ID: <4B70CA87.1050205@redhat.com> Date: Tue, 09 Feb 2010 02:38:00 -0000 From: Chris Moller User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: pr9164 patch References: <4B709B9A.3050001@redhat.com> <20100208233407.GA30829@caradoc.them.org> <4B70B90F.7060409@redhat.com> <20100209021813.GA9230@caradoc.them.org> In-Reply-To: <20100209021813.GA9230@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00246.txt.bz2 On 02/08/10 21:18, Daniel Jacobowitz wrote: > 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 > oops--forgot the -m64 flag...