From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30610 invoked by alias); 5 Jul 2005 08:01:21 -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 30578 invoked by uid 22791); 5 Jul 2005 08:01:13 -0000 Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.203) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 05 Jul 2005 08:01:13 +0000 Received: by wproxy.gmail.com with SMTP id 36so848701wra for ; Tue, 05 Jul 2005 01:01:12 -0700 (PDT) Received: by 10.54.83.5 with SMTP id g5mr4182748wrb; Tue, 05 Jul 2005 01:01:12 -0700 (PDT) Received: by 10.54.65.17 with HTTP; Tue, 5 Jul 2005 01:01:11 -0700 (PDT) Message-ID: <700d600f05070501016d51ea6c@mail.gmail.com> Date: Tue, 05 Jul 2005 08:01:00 -0000 From: Janne Hellsten Reply-To: Janne Hellsten To: gdb@sources.redhat.com Subject: Re: two bugs in the arm simulator In-Reply-To: <700d600f050703200612732a64@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <700d600f050703200612732a64@mail.gmail.com> X-SW-Source: 2005-07/txt/msg00025.txt.bz2 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? Best regards, Janne