From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22761 invoked by alias); 13 Mar 2003 21:47:47 -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 21965 invoked from network); 13 Mar 2003 21:47:35 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 13 Mar 2003 21:47:35 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0300A2B11; Thu, 13 Mar 2003 16:47:33 -0500 (EST) Message-ID: <3E70FC75.6050807@redhat.com> Date: Thu, 13 Mar 2003 21:47:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [patch rfc] deprecate POP_FRAME References: <3E6F7D79.6050003@redhat.com> <1659-Wed12Mar2003212401+0200-eliz@elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00309.txt.bz2 > Date: Wed, 12 Mar 2003 13:33:29 -0500 >> From: Andrew Cagney >> >> The function frame_pop() was rewritten to be truely generic. This=20 >> follows that up by deprecating the old POP_FRAME method. > > > Okay for the manual patch. This is in. > 2003-03-12 Andrew Cagney > > * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME. > * gdbarch.h, gdbarch.c: Regenerate. > * valops.c (hand_function_call): Update comment. > * stack.c (return_command): Update comment. > * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update. > * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update. > * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. > * x86-64-tdep.c (x86_64_init_abi): Update. > * vax-tdep.c (vax_gdbarch_init): Update. > * v850-tdep.c (v850_gdbarch_init): Update. > * sparc-tdep.c (sparc_gdbarch_init): Update. > * sh-tdep.c (sh_gdbarch_init): Update. > * s390-tdep.c (s390_gdbarch_init): Update. > * rs6000-tdep.c (rs6000_gdbarch_init): Update. > * ns32k-tdep.c (ns32k_gdbarch_init): Update. > * mn10300-tdep.c (mn10300_gdbarch_init): Update. > * mips-tdep.c (mips_gdbarch_init): Update. > * mcore-tdep.c (mcore_gdbarch_init): Update. > * m68k-tdep.c (m68k_gdbarch_init): Update. > * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. > * ia64-tdep.c (ia64_gdbarch_init): Update. > * i386-tdep.c (i386_gdbarch_init): Update. > * hppa-tdep.c (hppa_gdbarch_init): Update. > * h8300-tdep.c (h8300_gdbarch_init): Update. > * frv-tdep.c (frv_gdbarch_init): Update. > * cris-tdep.c (cris_gdbarch_init): Update. > * avr-tdep.c (avr_gdbarch_init): Update. > * arm-tdep.c (arm_gdbarch_init): Update. > * alpha-tdep.c (alpha_gdbarch_init): Update. > > Index: doc/ChangeLog > 2003-03-12 Andrew Cagney > > * gdbint.texinfo (Target Architecture Definition): Replace > POP_FRAME with DEPRECATED_POP_FRAME. Update description. >