From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18151 invoked by alias); 5 May 2006 17:55:09 -0000 Received: (qmail 18143 invoked by uid 22791); 5 May 2006 17:55:09 -0000 X-Spam-Check-By: sourceware.org Received: from w099.z064220152.sjc-ca.dsl.cnc.net (HELO duck.specifix.com) (64.220.152.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 05 May 2006 17:55:08 +0000 Received: from [::1] (duck.specifix.com [64.220.152.99]) by duck.specifix.com (Postfix) with ESMTP id 39ED4FC53; Fri, 5 May 2006 10:55:06 -0700 (PDT) From: Fred Fish Reply-To: fnf@specifix.com To: Daniel Jacobowitz Subject: [commit] Patch for mips_o64_return_value to fix calling functions by hand Date: Fri, 05 May 2006 17:55:00 -0000 User-Agent: KMail/1.9.1 Cc: gdb-patches@sourceware.org References: <200604271004.44938.fnf@specifix.com> <20060505171355.GE31029@nevyn.them.org> In-Reply-To: <20060505171355.GE31029@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605051355.31044.fnf@specifix.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00072.txt.bz2 On Friday 05 May 2006 13:13, Daniel Jacobowitz wrote: > > 2006-04-27 Fred Fish > > > > * mips-tdep.c (mips_o64_return_value): Replace stub that always > > returned RETURN_VALUE_STRUCT_CONVENTION with a real function. > > OK. Checked in now. -Fred