From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28731 invoked by alias); 11 Feb 2002 19:58:24 -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 28674 invoked from network); 11 Feb 2002 19:58:23 -0000 Received: from unknown (HELO handhelds.org) (204.123.13.90) by sources.redhat.com with SMTP; 11 Feb 2002 19:58:23 -0000 Received: from shadowfax.middleearth (IDENT:root@localhost [127.0.0.1]) by handhelds.org (8.9.3/8.9.3) with SMTP id LAA28613; Mon, 11 Feb 2002 11:57:42 -0800 From: George France To: Michael Snyder , Daniel Jacobowitz Subject: Re: [PATCH] Add alpha target to asm-source.exp test Date: Mon, 11 Feb 2002 11:58:00 -0000 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" Cc: "Kuppuswamy, Priyadarshini" , gdb-patches@sources.redhat.com, clp@iol.unh.edu References: <6B003D25ADBDE347B5542AFE6A55B42E01A43FFD@tayexc13.americas.cpqcorp.net> <20020207223002.A16494@nevyn.them.org> <3C641AB6.15836585@redhat.com> In-Reply-To: <3C641AB6.15836585@redhat.com> MIME-Version: 1.0 Message-Id: <02021114500808.04879@shadowfax.middleearth> Content-Transfer-Encoding: 8bit X-SW-Source: 2002-02/txt/msg00332.txt.bz2 Hello Michael, I was in a rush last week when I sent the e-mail and I was not very clear. Let me try again. I know that stabs is broken on alpha. My question is more of a QA question. Should the testsuite rely on the default configuration of the system that the test is being ran upon???? I believe that relying upon the default configuration produces inconsistent testsuite results. Shouldn't stabs and dwarf2 be tested on all the architectures???? This would create consistent testsuite results. In the case of stabs on alpha, since we know that it is broken, the result that I would expect is XFAIL. I will not have time to write a patch that would test both stabs and dwarf2 for at least a week, but I would like to solve this problem and have consistent testsuite results. I hope this clarifies things. Best Regards, --George On Friday 08 February 2002 13:36, Michael Snyder wrote: > Daniel Jacobowitz wrote: > > On Thu, Feb 07, 2002 at 06:10:34PM -0500, George France wrote: > > > 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'. > > > > There's no point in testing -g on Alpha; -g defaults to stabs, and > > stabs have never worked on 64-bit systems. > > -g defaults to whatever it's configured to default to. > If alpha is 64 bit, then alpha should be configured to > default to dwarf-2.