From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17657 invoked by alias); 1 Dec 2002 18:35:11 -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 17489 invoked from network); 1 Dec 2002 18:35:09 -0000 Received: from unknown (HELO localhost.redhat.com) (24.114.171.218) by sources.redhat.com with SMTP; 1 Dec 2002 18:35:09 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2D6C83E4B; Sun, 1 Dec 2002 13:35:02 -0500 (EST) Message-ID: <3DEA5655.90801@redhat.com> Date: Sun, 01 Dec 2002 10:35:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Deprecate PC_IN_CALL_DUMMY References: <3DE6C56B.5080700@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00002.txt.bz2 > 2002-11-28 Andrew Cagney > > * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Rename > PC_IN_CALL_DUMMY. Change to predicate. Always allow call. > * gdbarch.h, gdbarch.c: Re-generate. > * config/sparc/tm-sparc.h, config/sparc/tm-sp64.h: Update. > * config/mn10200/tm-mn10200.h, config/h8500/tm-h8500.h: Update. > * config/pa/tm-hppa.h, frame.h: Update. > * x86-64-tdep.c, vax-tdep.c, sparc-tdep.c: Update. > * s390-tdep.c, ns32k-tdep.c, mn10300-tdep.c: Update. > * m68k-tdep.c, i386-tdep.c, frv-tdep.c: Update. > * cris-tdep.c, alpha-tdep.c: Update. > * frame.c (set_unwind_by_pc, create_new_frame): Use either > DEPRECATED_PC_IN_CALL_DUMMY or pc_in_dummy_frame. > (get_prev_frame): Ditto. > > Index: doc/ChangeLog > 2002-11-24 Andrew Cagney > > * gdbint.texinfo (Target Architecture Definition): Delete > PC_IN_CALL_DUMMY.