From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18598 invoked by alias); 11 Oct 2011 19:22:58 -0000 Received: (qmail 18590 invoked by uid 22791); 11 Oct 2011 19:22:58 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from shards.monkeyblade.net (HELO shards.monkeyblade.net) (198.137.202.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Oct 2011 19:22:44 +0000 Received: from localhost (nat-pool-rdu.redhat.com [66.187.233.202]) (authenticated bits=0) by shards.monkeyblade.net (8.14.4/8.14.4) with ESMTP id p9BJMc3q026872 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Oct 2011 12:22:38 -0700 Date: Tue, 11 Oct 2011 19:22:00 -0000 Message-Id: <20111011.152237.369294333516504821.davem@davemloft.net> To: tromey@redhat.com Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Fix jit.exp on most 32-bit targets. From: David Miller In-Reply-To: References: <20111011.151141.2005206627187628853.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: 2011-10/txt/msg00329.txt.bz2 From: Tom Tromey Date: Tue, 11 Oct 2011 13:20:24 -0600 > Actually, we do have a bit of this, see e.g., > append_composite_type_field_aligned in gdbtypes.c. I don't think it is > fully generic yet, but rather just enough for a few arch-specific > types to work. I noticed this, but the caller is responsible for indicating the necessary alignment which doesn't make it all that generic yet :-)