From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12575 invoked by alias); 5 Jul 2005 13:29:46 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12542 invoked by uid 22791); 5 Jul 2005 13:29:43 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 05 Jul 2005 13:29:43 +0000 Received: from drow by nevyn.them.org with local (Exim 4.51) id 1DpnUb-0004pG-8s; Tue, 05 Jul 2005 09:29:41 -0400 Date: Tue, 05 Jul 2005 13:29:00 -0000 From: Daniel Jacobowitz To: Janne Hellsten Cc: gdb@sources.redhat.com Subject: Re: two bugs in the arm simulator Message-ID: <20050705132941.GB18507@nevyn.them.org> Mail-Followup-To: Janne Hellsten , gdb@sources.redhat.com References: <700d600f050703200612732a64@mail.gmail.com> <700d600f05070501016d51ea6c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <700d600f05070501016d51ea6c@mail.gmail.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-07/txt/msg00030.txt.bz2 On Tue, Jul 05, 2005 at 05:01:11PM +0900, Janne Hellsten wrote: > Hi, > > > I have submitted two bug reports to the GDB bug database (PR #1957 and > > PR #1900). Both of these are issues in the ARM simulator. > > Looks like PR 1957 is already fixed in CVS. I tested compiling both > gdb-6.3 and the CVS with GCC 4.0.0, and while the 6.3 version didn't > compile, the CVS version did. > > As a work-around for PR 1900, I guess I could compile GDB into a > 32-bit binary (on an x86_64 host). Is this somehow possible? Sure. Use CC='gcc -m32' if you have the appropriate libraries installed from your vendor. -- Daniel Jacobowitz CodeSourcery, LLC