From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2457 invoked by alias); 23 Mar 2002 19:18:26 -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 2450 invoked from network); 23 Mar 2002 19:18:25 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by 209.249.29.67 with SMTP; 23 Mar 2002 19:18:25 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E06843DBC; Sat, 23 Mar 2002 14:18:07 -0500 (EST) Message-ID: <3C9CD4EF.3000700@cygnus.com> Date: Sat, 23 Mar 2002 11:18:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: George France Cc: "Kuppuswamy, Priyadarshini" , gdb-patches@sources.redhat.com, clp@iol.unh.edu Subject: Re: [PATCH] Add alpha target to asm-source.exp test References: <6B003D25ADBDE347B5542AFE6A55B42E01A43FFD@tayexc13.americas.cpqcorp.net> <02020718103402.15715@shadowfax.middleearth> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00445.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, The convention I believe gdb.asm has adopted is for each architecture to specify the debug format that that architecture's users are expected to use and is considered ``supported''. enjoy, Andrew > --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}" >> + } >