From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18978 invoked by alias); 5 Oct 2004 04:09:36 -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 18956 invoked from network); 5 Oct 2004 04:09:35 -0000 Received: from unknown (HELO mail03.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 5 Oct 2004 04:09:35 -0000 Received: (from root@localhost) by guardian03.idc.renesas.com with id i9549F0T008458; Tue, 5 Oct 2004 13:09:15 +0900 (JST) Received: from unknown [172.20.8.69] by guardian03.idc.renesas.com with SMTP id PAA08457 ; Tue, 5 Oct 2004 13:09:15 +0900 Received: from mrkaisv.hoku.renesas.com ([10.145.105.245]) by rnsmtp01.hoku_r.renesas.com (8.9.3/3.7W) with ESMTP id NAA09996; Tue, 5 Oct 2004 13:09:16 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id 98B2A7981B7; Tue, 5 Oct 2004 13:09:16 +0900 (JST) Message-ID: <023301c4aa91$14c59750$5169910a@E5A02646> From: "Kei Sakamoto" To: "Mark Kettenis" Cc: References: <019201c4a794$e46529d0$5169910a@E5A02646> <01a201c4a795$2fc40e00$5169910a@E5A02646> <200410011123.i91BNxGR002442@juw15.nfra.nl> Subject: Re: [RFA/m32r] set return_value Date: Tue, 05 Oct 2004 04:09:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00073.txt.bz2 I committed the following patch. Thank you. Kei Sakamoto > 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.