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