From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8986 invoked by alias); 3 Dec 2003 04:24:38 -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 8978 invoked from network); 3 Dec 2003 04:24:38 -0000 Received: from unknown (HELO localhost.redhat.com) (65.49.0.121) by sources.redhat.com with SMTP; 3 Dec 2003 04:24:38 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id DF8892B90; Tue, 2 Dec 2003 23:24:37 -0500 (EST) Message-ID: <3FCD6585.1080100@gnu.org> Date: Wed, 03 Dec 2003 04:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Dhananjay R. Deshpande" Cc: Andrew Cagney , Michael Snyder , gdb-patches@sources.redhat.com Subject: Re: H8300 Patch - Fix GDB crash problem when object file of different H8 cpu is loaded References: <69595093233BB547BB70CF5E492B63F202FBCD71@sohm.kpit.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-12/txt/msg00071.txt.bz2 > Hi Andrew, > > >> so that the "current_gdbarch" is passed explicitly as a >> parameter making >> the call: >> is_h8300smode (current_gdbarch) > > > Done. > > I also made these functions static and for remote-e7000, used TARGET_ARCHITECTURE->mach for NUM_REALREGS. > > Based on your email, I have applied for cvs account and put your email address for approval. > > Please find updated patch below. Thanks. Andrew