From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26361 invoked by alias); 24 Dec 2003 09:23:48 -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 26346 invoked from network); 24 Dec 2003 09:23:45 -0000 Received: from unknown (HELO sohm.kpit.com) (203.129.230.82) by sources.redhat.com with SMTP; 24 Dec 2003 09:23:45 -0000 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: [PATCH] Fix problem with sim_load (h8300) Date: Wed, 24 Dec 2003 09:23:00 -0000 Message-ID: <69595093233BB547BB70CF5E492B63F203589989@sohm.kpit.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Dhananjay R. Deshpande" To: "Michael Snyder" Cc: , "Dhananjay R. Deshpande" X-SW-Source: 2003-12/txt/msg00474.txt.bz2 ping.. This patch isn't checked in. -Dhananjay > -----Original Message----- > From: Dhananjay R. Deshpande=20 > Sent: Thursday, December 18, 2003 11:20 AM > To: 'Michael Snyder' > Cc: gdb-patches@sources.redhat.com > Subject: RE: [PATCH] Fix problem with sim_load (h8300) >=20 >=20 > Hi Michael, >=20 > For convenience I use h8300-elf-gdb built with=20 > --enable-tragets=3Dh8300-coff. This way I can debug/test both=20 > coff and elf objects. Because of this bfd recognizes=20 > "coff-h8300" format although binary is in elf32-h8300 format=20 > and it worked for me.=20 >=20 > The patch works fine for elf only build. Please check it in. >=20 > Regards, > Dhananjay >=20 > > -----Original Message----- > > From: Michael Snyder [mailto:msnyder@redhat.com] > > Sent: Thursday, December 18, 2003 1:25 AM > > To: Dhananjay R. Deshpande > > Cc: gdb-patches@sources.redhat.com > > Subject: [PATCH] Fix problem with sim_load (h8300) > >=20 > >=20 > >=20 > > Dhananjay, this seems to fix the problem. I discovered that > > in most cases people don't pass a specific bfd-target to bfd_openr. > > They just let bfd figure out which target to use. > >=20 > > I'll give you a chance to try this out before I check it in. > >=20 > > Michael > >=20 > >=20 >=20