From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66916 invoked by alias); 4 May 2018 18:34:26 -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 66899 invoked by uid 89); 4 May 2018 18:34:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:D*oracle.com, Vladimir, vladimir, GCC's X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 04 May 2018 18:34:22 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 32BDA117C94; Fri, 4 May 2018 14:34:21 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Und0TKnoHfOR; Fri, 4 May 2018 14:34:21 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0233B117C8D; Fri, 4 May 2018 14:34:20 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 34E9B83055; Fri, 4 May 2018 11:34:19 -0700 (PDT) Date: Fri, 04 May 2018 18:34:00 -0000 From: Joel Brobecker To: vladimir.mezentsev@oracle.com Cc: gdb-patches@sourceware.org Subject: Re: [RFA/commit] (SPARC/LEON) fix incorrect array return value printed by "finish" Message-ID: <20180504183419.47ywm5s44b53wjpk@adacore.com> References: <1524505529-79109-1-git-send-email-brobecker@adacore.com> <20180424121136.42oiuprwhfnvslzg@adacore.com> <20180430225120.cufq23swioh6qtkc@adacore.com> <53b56f54-4550-2fb8-1c1c-4c15ab459abe@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <53b56f54-4550-2fb8-1c1c-4c15ab459abe@oracle.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-05/txt/msg00125.txt.bz2 >   yes.  Your fix looks good to me. Thank you, Vladimir. Patch now pushed to master. 2018-05-04 Joel Brobecker * sparc-tdep.c (sparc_structure_return_p): Re-implement to match the ABI as summarized in GCC's gcc/config/sparc/sparc.c. (sparc_arg_by_memory_p): Renamed from sparc_arg_on_registers_p. Re-implement to match the ABI as summarized in GCC's gcc/config/sparc/sparc.c. All callers updated. (sparc32_store_arguments): Remove assertion. -- Joel