From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7649 invoked by alias); 1 Oct 2004 11:24:13 -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 7634 invoked from network); 1 Oct 2004 11:24:11 -0000 Received: from unknown (HELO server7.nfra.nl) (192.87.1.57) by sourceware.org with SMTP; 1 Oct 2004 11:24:11 -0000 Received: from juw15.nfra.nl [10.87.8.15] by server7.nfra.nl; Fri, 01 Oct 2004 13:24:06 +0200 Received: from juw15.nfra.nl (localhost [127.0.0.1]) by juw15.nfra.nl (8.12.2+Sun/8.11.1) with ESMTP id i91BO5Cu002445; Fri, 1 Oct 2004 13:24:05 +0200 (CEST) Received: (from kettenis@localhost) by juw15.nfra.nl (8.12.2+Sun/8.12.2/Submit) id i91BNxGR002442; Fri, 1 Oct 2004 13:23:59 +0200 (CEST) Date: Fri, 01 Oct 2004 11:24:00 -0000 Message-Id: <200410011123.i91BNxGR002442@juw15.nfra.nl> From: Mark Kettenis To: sakamoto.kei@renesas.com CC: gdb-patches@sources.redhat.com In-reply-to: <01a201c4a795$2fc40e00$5169910a@E5A02646> (sakamoto.kei@renesas.com) Subject: Re: [RFA/m32r] set return_value References: <019201c4a794$e46529d0$5169910a@E5A02646> <01a201c4a795$2fc40e00$5169910a@E5A02646> X-SW-Source: 2004-10/txt/msg00014.txt.bz2 From: "Kei Sakamoto" Date: Fri, 1 Oct 2004 18:01:06 +0900 > OK to commit? Looks OK to me, so yes please. > 2004-10-01 Kei Sakamoto > > * m32r-tdep.c (m32r_use_struct_convention): Delete function. > (m32r_extract_struct_value_address): Delete function. > (m32r_return_value): New function. > (m32r_gdbarch_init): Instead of store_return_value, > extract_return_value, deprecated_extract_struct_value_address > and deprecated_use_struct_convention, set return_value.