From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5736 invoked by alias); 11 Jan 2002 15:33:59 -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 5586 invoked from network); 11 Jan 2002 15:33:51 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 11 Jan 2002 15:33:51 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 5F4543C53; Fri, 11 Jan 2002 10:33:50 -0500 (EST) Message-ID: <3C3F05DE.8010007@cygnus.com> Date: Fri, 11 Jan 2002 07:33:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Nick Clifton Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: Multilib support in gdb.asm tests References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00289.txt.bz2 > Index: gdb/testsuite/gdb.asm/asm-source.exp > =================================================================== > RCS file: /cvs/src/src/gdb/testsuite/gdb.asm/asm-source.exp,v > retrieving revision 1.16 > diff -c -3 -p -r1.16 asm-source.exp > *** asm-source.exp 2001/12/20 22:12:20 1.16 > --- asm-source.exp 2002/01/11 11:58:13 > *************** if { "${asm-flags}" == "" } { > *** 74,79 **** > --- 74,105 ---- > set asm-flags "-gstabs -I${srcdir}/${subdir} -I${objdir}/${subdir}" > } > > + # FIXME: Invoking the assembler directly is incorrect. Just FYI, this is wrong. These tests apply to targets that do not have a C compiler so must be able to invoke the assembler directly. The entire motivation behind the directory is to improve the quality of GDB when used on assembler only targets. enjoy, Andrew