From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12450 invoked by alias); 26 Jun 2003 17:20:24 -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 12440 invoked from network); 26 Jun 2003 17:20:23 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.2) by sources.redhat.com with SMTP; 26 Jun 2003 17:20:23 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5DBF52B5F; Thu, 26 Jun 2003 13:20:23 -0400 (EDT) Message-ID: <3EFB2B57.7000908@redhat.com> Date: Thu, 26 Jun 2003 17:20: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: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] deprecate frame {args,locals} address References: <3EFA3D5B.4050207@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00793.txt.bz2 > 2003-06-25 Andrew Cagney > > * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate. > (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate. > * gdbarch.h, gdbarch.c: Re-generate. > * frame-base.c (default_frame_args_address): Update. Use > default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is > not available. > (default_frame_locals_address): Ditto for > DEPRECATED_FRAME_LOCALS_ADDRESS. > * vax-tdep.c (vax_sigtramp_saved_pc): Update. > (vax_frame_num_args): Update. > (vax_gdbarch_init): Update. > * rs6000-tdep.c (rs6000_gdbarch_init): Update. > * ns32k-tdep.c (ns32k_gdbarch_init): Update. > * mcore-tdep.c (mcore_gdbarch_init): Update. > * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. > * ia64-tdep.c (ia64_gdbarch_init): Update. > * symtab.h (address_class): Update comments. > * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update. > * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update. > (DEPRECATED_FRAME_LOCALS_ADDRESS): Update. > * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update. > (DEPRECATED_FRAME_LOCALS_ADDRESS): Update. > (DEPRECATED_FRAME_LOCALS_ADDRESS): Update. > * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update. > * alpha-mdebug-tdep.c: Update. > * ada-lang.c (add_symbols_from_enclosing_procs): Update. > Should have said `in a day', this is in. Andrew