From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2278 invoked by alias); 7 Feb 2002 23:18:12 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2228 invoked from network); 7 Feb 2002 23:18:12 -0000 Received: from unknown (HELO handhelds.org) (204.123.13.90) by sources.redhat.com with SMTP; 7 Feb 2002 23:18:12 -0000 Received: from shadowfax.middleearth (IDENT:root@localhost [127.0.0.1]) by handhelds.org (8.9.3/8.9.3) with SMTP id PAA09107; Thu, 7 Feb 2002 15:17:39 -0800 From: George France To: "Kuppuswamy, Priyadarshini" , Subject: Re: [PATCH] Add alpha target to asm-source.exp test Date: Thu, 07 Feb 2002 15:18:00 -0000 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" Cc: References: <6B003D25ADBDE347B5542AFE6A55B42E01A43FFD@tayexc13.americas.cpqcorp.net> In-Reply-To: <6B003D25ADBDE347B5542AFE6A55B42E01A43FFD@tayexc13.americas.cpqcorp.net> MIME-Version: 1.0 Message-Id: <02020718103402.15715@shadowfax.middleearth> Content-Transfer-Encoding: 8bit X-SW-Source: 2002-02/txt/msg00207.txt.bz2 Hello Priya, I like your patch. It makes sense to me, but I have one question, in the code below. You are setting the asm-flags to '-gdwaft2'. I would assume that this is because '-g' is broken???? If '-g' is broken, shouldn't this be two tests??? One with '-g'. One with '-gdwarf2'. Best Regards, --George On Thursday 07 February 2002 17:16, Kuppuswamy, Priyadarshini wrote: > + if [istarget "alpha*-*-*"] then { > + set asm-arch alpha > + set asm-flags "-gdwarf2 -I${srcdir}/${subdir} -I${objdir}/${subdir}" > + }