From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31820 invoked by alias); 1 Aug 2008 12:55:47 -0000 Received: (qmail 31809 invoked by uid 22791); 1 Aug 2008 12:55:46 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Aug 2008 12:55:27 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id A24F99839A; Fri, 1 Aug 2008 12:55:25 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 7A5D598243; Fri, 1 Aug 2008 12:55:25 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KOuAG-0003dl-QH; Fri, 01 Aug 2008 08:55:24 -0400 Date: Fri, 01 Aug 2008 12:55:00 -0000 From: Daniel Jacobowitz To: Doug Kwan =?utf-8?B?KOmXnOaMr+W+tyk=?= Cc: gdb-patches@sourceware.org Subject: Re: Does gdb ARM simulator support armv7? Message-ID: <20080801125524.GA13939@caradoc.them.org> Mail-Followup-To: Doug Kwan =?utf-8?B?KOmXnOaMr+W+tyk=?= , gdb-patches@sourceware.org References: <498552560808010233k28f52beas8931aa251fd2f2dc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <498552560808010233k28f52beas8931aa251fd2f2dc@mail.gmail.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00005.txt.bz2 On Fri, Aug 01, 2008 at 02:33:57AM -0700, Doug Kwan (關振德) wrote: > Hi, > > I am not sure this is the right place to ask this question but I > hope people working on the ARM sim can give me the answer. I am > working on a gcc patch and I would like to test my patch for armv5, > armv6 and armv7. I got no problem with armv5 and a few issues with > armv6 but I worked around those. With armv7, things looked bad when I > tried to run gcc's testsuite using the simulator. I looked at the > simulator source code and the ChangeLog but there did not seem to have > any mentioning of THUMB2 or v7. Does the gnu ARM simulator support > THUMB2? No, it doesn't. You may have better luck with qemu; that's what we use for testing, but I don't remember if the public tree has Thumb-2 support. -- Daniel Jacobowitz CodeSourcery