From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11030 invoked by alias); 22 Aug 2003 18:19:17 -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 11006 invoked from network); 22 Aug 2003 18:19:16 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 22 Aug 2003 18:19:16 -0000 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 4EEEF800340; Fri, 22 Aug 2003 14:19:12 -0400 (EDT) Message-ID: <3F465EA0.4020202@redhat.com> Date: Fri, 22 Aug 2003 18:19:00 -0000 From: "J. Johnston" Organization: Red Hat Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: ia64 gdb.asm testsuite support References: <3F328A99.5020507@redhat.com> <20030816192425.GB6016@nevyn.them.org> In-Reply-To: <20030816192425.GB6016@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00395.txt.bz2 Daniel Jacobowitz wrote: > On Thu, Aug 07, 2003 at 01:21:29PM -0400, J. Johnston wrote: > >>The following patch adds support for the ia64 to the gdb.asm testsuite. >>With it, there are 28 more successes for the testsuite. >> >>Ok to commit? > > > I'm not especially familiar with ia64 assembly, but this looks good to > me. Since no one has objected, please check it in. > Should this also go into gdb 6.0? > >>-- Jeff J. >> >>2003-08-07 Jeff Johnston >> >> * gdb.asm/asm-source.exp: Add ia64 support. >> * gdb.asm/ia64.inc: New file. >> > >