From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5381 invoked by alias); 10 Dec 2003 05:06:19 -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 5374 invoked from network); 10 Dec 2003 05:06:18 -0000 Received: from unknown (HELO sohm.kpit.com) (203.129.230.82) by sources.redhat.com with SMTP; 10 Dec 2003 05:06:18 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: H8300 Patch - Fix GDB crash problem when object file of different H8 cpu is loaded Date: Wed, 10 Dec 2003 05:06:00 -0000 Message-ID: <69595093233BB547BB70CF5E492B63F20324EA21@sohm.kpit.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Dhananjay R. Deshpande" To: "Andrew Cagney" Cc: "Andrew Cagney" , "Michael Snyder" , X-SW-Source: 2003-12/txt/msg00285.txt.bz2 Hi, If you can, please check in the patch. My CVS access problem is not yet sol= ved. I had put a request to update my public key to overseers but its not d= one. http://sources.redhat.com/ml/overseers/2003-q4/msg00240.html Regards, Dhananjay > -----Original Message----- > From: Andrew Cagney [mailto:cagney@gnu.org] > Sent: Wednesday, December 03, 2003 9:55 AM > 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 >=20 >=20 > > Hi Andrew, > >=20 > >=20 > >> so that the "current_gdbarch" is passed explicitly as a=20 > >> parameter making=20 > >> the call: > >> is_h8300smode (current_gdbarch) > >=20 > >=20 > > Done. > >=20 > > I also made these functions static and for remote-e7000,=20 > used TARGET_ARCHITECTURE->mach for NUM_REALREGS. > >=20 > > Based on your email, I have applied for cvs account and put=20 > your email address for approval. > >=20 > > Please find updated patch below. >=20 > Thanks. >=20 > Andrew >=20 >=20 >=20