From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 753 invoked by alias); 1 Dec 2014 12:57:36 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 740 invoked by uid 89); 1 Dec 2014 12:57:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 Dec 2014 12:57:33 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1XvQXh-0001hA-71 from Maciej_Rozycki@mentor.com ; Mon, 01 Dec 2014 04:57:29 -0800 Received: from localhost (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server (TLS) id 14.3.181.6; Mon, 1 Dec 2014 12:57:27 +0000 Date: Mon, 01 Dec 2014 12:57:00 -0000 From: "Maciej W. Rozycki" To: "Moore, Catherine" CC: "gcc-patches@gcc.gnu.org" , Eric Christopher , Matthew Fortune Subject: RE: [PATCH] MIPS16/GCC: Optimise `__call_stub_fp_' call/return stubs In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2014-12/txt/msg00024.txt.bz2 On Fri, 21 Nov 2014, Moore, Catherine wrote: > > gcc/ > > * config/mips/mips.c (mips16_build_call_stub): Move the save of > > the return address in $18 ahead of passing arguments to FPRs. > > > > Maciej > > This looks OK. Please commit. Applied, thanks for your review. Maciej