From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9317 invoked by alias); 19 Sep 2013 15:11:54 -0000 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 Received: (qmail 9304 invoked by uid 89); 19 Sep 2013 15:11:53 -0000 Received: from mail-ob0-f174.google.com (HELO mail-ob0-f174.google.com) (209.85.214.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 19 Sep 2013 15:11:53 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f174.google.com Received: by mail-ob0-f174.google.com with SMTP id uz6so9655138obc.5 for ; Thu, 19 Sep 2013 08:11:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=cBpfxgPNYvOk6Kjd/cAWD9nriFnFi3iv8vmvRKaaECU=; b=mqV38N07hJDmvKwnZwzVeClmyVmVXKmftcxeQ5MrpvoxTMuFu3LyliLhT7SQZm4QjU G/T66Czf/TAHCe8enL2AOmNyao30TP9hlaFxC7pn10tfHLr87W7ha8+EBaAgpPhp+w2I z6OV4WKIORYMr5bEflyBFTG9qbxAjPfEHmqhcejQWibrE3gWP1dTERM75Lf45+oW5j75 zTuBHHNOUdX6stjcCYINLCEO6jfBlUBYhj6Or45FU2+cKWV1f+eA2jjIxKW4RTpdwk/D It88R414iKO9yqGJwTyz73lRH67cuvKskWNIw6vJ+SCTE1E1GOCg/WEx6l13QNTnrK60 2WWw== X-Gm-Message-State: ALoCoQkCrWgg5++trYqzTpKZyF43EmB9qorgvV+DK0AP1DUflpXRgCfBfslhjwgk2pI5RAN9gC5/ X-Received: by 10.182.226.199 with SMTP id ru7mr1612374obc.12.1379603511557; Thu, 19 Sep 2013 08:11:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.137.135 with HTTP; Thu, 19 Sep 2013 08:11:31 -0700 (PDT) In-Reply-To: <87li4y7f69.fsf@fleche.redhat.com> References: <87li4y7f69.fsf@fleche.redhat.com> From: Omair Javaid Date: Thu, 19 Sep 2013 15:11:00 -0000 Message-ID: Subject: Re: [PATCH] testsuite/gdb.dwarf2: Enable dw2-error.exp tests for arm targets To: Tom Tromey Cc: gdb-patches@sourceware.org, Patch Tracking Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00688.txt.bz2 Hello Tom, Thanks for your feedback. Can you kindly direct me to DWARF assembler and how can I use to write the above testcase. Thankks for your help.. -- Omair. On 22 July 2013 17:06, Tom Tromey wrote: >>>>>> "Omair" == Omair Javaid writes: > > Omair> dw2-error.exp is not run for arm targets because this test has been > Omair> written in x86 assembly language. This patch adds ARM version of > Omair> assembly code required to run dw2-error.exp tests on arm targets. > Omair> Attached patch is tested on ARMv7 and x86_64 targets. > > > Omair> 2013-07-22 Omair Javaid > > Omair> * gdb.dwarf2/dw2-error.S: Adding ARM assembly code. > > I think it would be just as easy to change this test to use the DWARF > assembler (which didn't exist when the test was first written). Then > the test case could work on any arch. > > Tom