From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28215 invoked by alias); 22 Nov 2001 01:07:36 -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 28191 invoked from network); 22 Nov 2001 01:07:34 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sourceware.cygnus.com with SMTP; 22 Nov 2001 01:07:34 -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 RAA20313; Wed, 21 Nov 2001 17:07:31 -0800 (PST) Message-ID: <3BFC500C.78BABEDC@cygnus.com> Date: Fri, 09 Nov 2001 01:49: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: Andrew Cagney CC: gdb-patches@sources.redhat.com, cagney@redhat.com Subject: Re: [RFA] Add ix86 target to asm-source.exp test References: <200111210151.fAL1pKc09578@reddwarf.cygnus.com> <3BFC1274.2090609@cygnus.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00181.txt.bz2 Andrew Cagney wrote: > > > 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. Committed. > > 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. > >