From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30375 invoked by alias); 27 Jun 2008 16:01:18 -0000 Received: (qmail 30367 invoked by uid 22791); 27 Jun 2008 16:01:17 -0000 X-Spam-Check-By: sourceware.org Received: from elasmtp-scoter.atl.sa.earthlink.net (HELO elasmtp-scoter.atl.sa.earthlink.net) (209.86.89.67) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 27 Jun 2008 16:00:57 +0000 Received: from [68.108.140.244] (helo=macbook-2.local) by elasmtp-scoter.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1KCGNb-0004MB-Jt; Fri, 27 Jun 2008 12:00:55 -0400 Message-ID: <48650EB5.4050307@earthlink.net> Date: Fri, 27 Jun 2008 16:38:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: "Joseph S. Myers" CC: gdb-patches@sourceware.org Subject: Re: Fix IA32 _Decimal128 argument-passing ABI References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940ae0a04ca3e81f0803526f32e99d08d04350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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: 2008-06/txt/msg00502.txt.bz2 Joseph S. Myers wrote: > This revised patch also handles structures or unions containing arrays > containing _Decimal128 values (which also need 16-byte alignment as > arguments). Test results same as for the previous version; OK to > commit? > > Yes, looks fine, thanks! Stan