From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9195 invoked by alias); 1 Aug 2008 09:34:21 -0000 Received: (qmail 9185 invoked by uid 22791); 1 Aug 2008 09:34:20 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Aug 2008 09:34:03 +0000 Received: from spaceape10.eur.corp.google.com (spaceape10.eur.corp.google.com [172.28.16.144]) by smtp-out.google.com with ESMTP id m719XxRc026661 for ; Fri, 1 Aug 2008 10:33:59 +0100 Received: from rv-out-0708.google.com (rvfb17.prod.google.com [10.140.179.17]) by spaceape10.eur.corp.google.com with ESMTP id m719XlrJ014460 for ; Fri, 1 Aug 2008 02:33:58 -0700 Received: by rv-out-0708.google.com with SMTP id b17so838517rvf.46 for ; Fri, 01 Aug 2008 02:33:58 -0700 (PDT) Received: by 10.141.76.21 with SMTP id d21mr5814262rvl.270.1217583237918; Fri, 01 Aug 2008 02:33:57 -0700 (PDT) Received: by 10.140.135.3 with HTTP; Fri, 1 Aug 2008 02:33:57 -0700 (PDT) Message-ID: <498552560808010233k28f52beas8931aa251fd2f2dc@mail.gmail.com> Date: Fri, 01 Aug 2008 09:34:00 -0000 From: "=?BIG5?B?RG91ZyBLd2FuICjD9q62vHcp?=" To: gdb-patches@sourceware.org Subject: Does gdb ARM simulator support armv7? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00002.txt.bz2 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? -Doug