From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18502 invoked by alias); 30 Nov 2001 22:12:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18469 invoked from network); 30 Nov 2001 22:12:25 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by hostedprojects.ges.redhat.com with SMTP; 30 Nov 2001 22:12:25 -0000 Received: from cygnus.com (taarna.cygnus.com [205.180.230.102]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id OAA22239; Fri, 30 Nov 2001 14:12:18 -0800 (PST) Message-ID: <3C08047A.46BFBC3B@cygnus.com> Date: Sun, 25 Nov 2001 07:45:00 -0000 From: Michael Snyder Organization: Red Hat X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.16-22 i686) X-Accept-Language: en MIME-Version: 1.0 To: "Kuppuswamy, Priyadarshini" CC: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add ix86 target to asm-source.exp test References: <6B003D25ADBDE347B5542AFE6A55B42E5D3221@tayexc13.americas.cpqcorp.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00423.txt.bz2 "Kuppuswamy, Priyadarshini" wrote: > > In asm-source.exp file, initially it checks for the assembly source > file based on the target(d10v.inc, sparc.inc or intel[345]86.inc]. I > notice that the assembly file has been implemented for sparc, intel. I > ran the tests on alpha and I see that the assembly source file for alpha > has not been implemented and hence it's giving the following errors. So > all the test cases in that file are failing. > [snipped error messages] > WARNING: Testcase compile failed, so all tests in this file will > automatically fail. > > Or am I missing something here?? No, you're not. The test has to be individually implemented for each target architecture, and no one has contributed an "alpha.inc" file yet. Would you like to volunteer? ;-) Michael From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Snyder To: "Kuppuswamy, Priyadarshini" Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add ix86 target to asm-source.exp test Date: Fri, 30 Nov 2001 14:12:00 -0000 Message-ID: <3C08047A.46BFBC3B@cygnus.com> References: <6B003D25ADBDE347B5542AFE6A55B42E5D3221@tayexc13.americas.cpqcorp.net> X-SW-Source: 2001-11/msg00638.html Message-ID: <20011130141200.FwuiIxl14hFQoJXfJItgnVbWFgFwlUSmFQR3qNGXcFI@z> "Kuppuswamy, Priyadarshini" wrote: > > In asm-source.exp file, initially it checks for the assembly source > file based on the target(d10v.inc, sparc.inc or intel[345]86.inc]. I > notice that the assembly file has been implemented for sparc, intel. I > ran the tests on alpha and I see that the assembly source file for alpha > has not been implemented and hence it's giving the following errors. So > all the test cases in that file are failing. > [snipped error messages] > WARNING: Testcase compile failed, so all tests in this file will > automatically fail. > > Or am I missing something here?? No, you're not. The test has to be individually implemented for each target architecture, and no one has contributed an "alpha.inc" file yet. Would you like to volunteer? ;-) Michael