From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17704 invoked by alias); 21 Nov 2001 21:03:30 -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 17664 invoked from network); 21 Nov 2001 21:03:30 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.147.211.196) by sourceware.cygnus.com with SMTP; 21 Nov 2001 21:03:30 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id EC5253D71; Wed, 21 Nov 2001 15:45:40 -0500 (EST) Message-ID: <3BFC1274.2090609@cygnus.com> Date: Thu, 08 Nov 2001 15:20:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Michael Snyder Cc: gdb-patches@sources.redhat.com, cagney@redhat.com, fnasser@redhat.com Subject: Re: [RFA] Add ix86 target to asm-source.exp test References: <200111210151.fAL1pKc09578@reddwarf.cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00169.txt.bz2 > This is a minimal port of the asm-source test to the i[3456]86 target. > This runs successfully on a Linux x86 machine, but will probably need > some work to make it run on other ix86 platforms (esp. embedded). We desperatly need to get people to fill out the gdb.asm directory (and the only way to write this file is to test it) so I think adding this should be considered pretty obvious. I'd say, give it a day. Andrew > Michael > > 2001-11-20 Michael Snyder > > * gdb.asm/i386.inc: New file. > * gdb.asm/asm-source.exp: Recognize ix86 target. > * gdb.asm/configure.in: Recognize ix86 target. > * gdb.asm/configure: Regenerate. >