From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7157 invoked by alias); 20 Dec 2001 22:15:11 -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 7134 invoked from network); 20 Dec 2001 22:15:08 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 20 Dec 2001 22:15:08 -0000 Received: from cygbert.vinschen.de (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id OAA28619 for ; Thu, 20 Dec 2001 14:15:06 -0800 (PST) Received: (from corinna@localhost) by cygbert.vinschen.de (8.9.3/8.9.3/Linux sendmail 8.9.3) id XAA23654 for gdb-patches@sources.redhat.com; Thu, 20 Dec 2001 23:14:04 +0100 Date: Thu, 20 Dec 2001 14:15:00 -0000 From: Corinna Vinschen To: gdb-patches Subject: Re: [RFA]: arm changes to run gdb.asm/asm-source.exp successfully Message-ID: <20011220231404.A21898@cygbert.vinschen.de> Reply-To: gdb-patches Mail-Followup-To: gdb-patches References: <20011204193348.B10634@cygbert.vinschen.de> <3C0D2D6D.FB35D398@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C0D2D6D.FB35D398@redhat.com>; from fnasser@redhat.com on Wed, Dec 05, 2001 at 01:09:17AM +0500 X-SW-Source: 2001-12/txt/msg00540.txt.bz2 On Wed, Dec 05, 2001 at 01:09:17AM +0500, Fernando Nasser wrote: > Corinna Vinschen wrote: > > > > Hi, > > > > the following patch allows ARM targets to run the gdb.asm test > > successfully. The change consists basically of a change to > > asm-tdep.c, function arm_skip_prologue() to scan the prologue > > the hard way when the source is assembler code and of adding the > > appropriate arm.inc file plus some additional lines in asm-source.exp > > and configure.in to support the new target. > > > > Yes, it makes sense not to use the line number information if the > source is assembler (until something changes in gas land, but if > that happens we will adapt). This part is approved, just add the word > "Always" to the changelog or reword it to "Do not use line number > information to skip the prolog if source is assembler.". > > If neither Michael Snyder not Andrew objects until tomorrow at this > time, you can check in the new gdb.asm tests as well. (P.S.: The > architecture is ARM, with capital letters -- it was once an acronym > for Acorn Risc Machine). I've eventually applied the gdb.asm tests after Fernando asked me for them. Corinna