From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 563 invoked by alias); 2 Jan 2003 22:22:44 -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 556 invoked from network); 2 Jan 2003 22:22:43 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by 209.249.29.67 with SMTP; 2 Jan 2003 22:22:43 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0E3413DE5; Thu, 2 Jan 2003 22:22:32 +0000 (GMT) Message-ID: <3E14BBA7.9080108@redhat.com> Date: Thu, 02 Jan 2003 22:22:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/obish] Use get_frame_pc() et.al. References: <3E149D02.5060508@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00035.txt.bz2 > 2003-01-02 Andrew Cagney > > * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack > frame accessor methods. > * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. > * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto. > * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto. > * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto. > * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto. > * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto. > * z8k-tdep.c: Ditto. > I've checked this in. Andrew