From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8335 invoked by alias); 27 Jan 2016 19:37:47 -0000 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 Received: (qmail 8278 invoked by uid 89); 27 Jan 2016 19:37:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*o:Inc, me!, our X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 27 Jan 2016 19:37:42 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id E41C18F2E4 for ; Wed, 27 Jan 2016 19:37:40 +0000 (UTC) Received: from pinnacle.lan (ovpn-113-155.phx2.redhat.com [10.3.113.155]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u0RJbeSs012706 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA256 bits=256 verify=NO) for ; Wed, 27 Jan 2016 14:37:40 -0500 Date: Wed, 27 Jan 2016 19:37:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [PATCH] rx: Treat scalars larger than 8 bytes as aggregates in rx_push_dummy_call Message-ID: <20160127123739.18780523@pinnacle.lan> In-Reply-To: <20160126123938.GK5146@adacore.com> References: <20160123161811.1c92dd3d@pinnacle.lan> <20160126123938.GK5146@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00676.txt.bz2 On Tue, 26 Jan 2016 16:39:38 +0400 Joel Brobecker wrote: > Hi Kevin, > > > gdb/ChangeLog: > > > > * rx-tdep.c (rx_push_dummy_call): Treat scalars larger than 8 > > bytes as aggregates. > > I'll trust you on RX matters, and the contents of the message > seems to indicate that you would have tested the change using > our testsuite, so... > > OK with me! :-) Hi Joel, Thanks for looking it over. It's pushed now. Kevin