From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14706 invoked by alias); 13 Jun 2004 13:42:52 -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 14699 invoked from network); 13 Jun 2004 13:42:51 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 13 Jun 2004 13:42:51 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i5DDgpi7007773 for ; Sun, 13 Jun 2004 09:42:51 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i5DDgn022995; Sun, 13 Jun 2004 09:42:50 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B44F62B9D; Sun, 13 Jun 2004 09:42:30 -0400 (EDT) Message-ID: <40CC59C6.8010001@gnu.org> Date: Sun, 13 Jun 2004 13:42:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com, Stephane Carrez , Eli Zaretskii Subject: Re: [patch/rfc; rfa:m68hc11] Delete RETURN_VALUE_ON_STACK References: <40CB5950.9060902@gnu.org> In-Reply-To: <40CB5950.9060902@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-06/txt/msg00296.txt.bz2 This is in. Andrew > 2004-06-12 Andrew Cagney > > * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method. > * gdbarch.h, gdbarch.c: Re-generate. > * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function. > (m68hc11_use_struct_convention): Delete function. > (m68hc11_extract_struct_value_address): Delete function. > (m68hc11_return_value): New function. > (m68hc11_gdbarch_init): Instead of store_return_value, > extract_return_value, return_value_on_stack, > deprecated_extract_struct_value_address and use_struct_convention, > set return_value. > * values.c (using_struct_return): Do not call > RETURN_VALUE_ON_STACK. > * arch-utils.h (generic_return_value_on_stack_not): Delete > declaration. > * arch-utils.c (generic_return_value_on_stack_not): Delete > function. > > Index: doc/ChangeLog > 2004-06-12 Andrew Cagney > > * gdbint.texinfo (Target Architecture Definition): Delete > description of RETURN_VALUE_ON_STACK. >