From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22764 invoked by alias); 19 Dec 2001 18:55:30 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22742 invoked from network); 19 Dec 2001 18:55:29 -0000 Received: from unknown (HELO localhost.cygnus.com) (195.224.55.237) by sources.redhat.com with SMTP; 19 Dec 2001 18:55:29 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 841743C84; Wed, 19 Dec 2001 18:55:27 +0000 (GMT) Message-ID: <3C20E29E.2050609@cygnus.com> Date: Wed, 19 Dec 2001 10:55:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.6) Gecko/20011207 X-Accept-Language: en-us MIME-Version: 1.0 To: law@redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: PA fixes for return2.exp References: <21842.1008785818@porcupine.cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00474.txt.bz2 > This patch fixes the assorted failures in return2.exp. In a nutshell, for > sub-word return types, we stored the return value into the wrong location > in the register array. > > This patch makes STORE_RETURN_VALUE act like EXTRACT_RETURN_VALUE and fixes > the return2.exp failures. > > * tm-hppa.h (STORE_RETURN_VALUE): Update to deal with sub-word > return types. Can you please first convert the macro to a function (such 1 by 1 conversions are considered obvious). After that the change is fine. Andrew