From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16886 invoked by alias); 1 Oct 2004 08:59:06 -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 16794 invoked from network); 1 Oct 2004 08:59:04 -0000 Received: from unknown (HELO mail01.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 1 Oct 2004 08:59:04 -0000 Received: (from root@localhost) by guardian03.idc.renesas.com with id i918x0up002041 for gdb-patches@sources.redhat.com; Fri, 1 Oct 2004 17:59:00 +0900 (JST) Received: from unknown [172.20.8.71] by guardian03.idc.renesas.com with SMTP id TAA02040 ; Fri, 1 Oct 2004 17:58:59 +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 RAA28832 for ; Fri, 1 Oct 2004 17:59:00 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id E437079809C for ; Fri, 1 Oct 2004 17:58:59 +0900 (JST) Message-ID: <019201c4a794$e46529d0$5169910a@E5A02646> From: "Kei Sakamoto" To: Subject: [RFA/m32r] set return_value Date: Fri, 01 Oct 2004 08:59:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00007.txt.bz2 Hello, The attached patch removes deprecated_extract_struct_value_address and deprecated_use_struct_convention from m32r-tdep.c and sets return_value. OK to commit? 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.