From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14644 invoked by alias); 28 Mar 2002 20:58:55 -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 14635 invoked from network); 28 Mar 2002 20:58:54 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 28 Mar 2002 20:58:54 -0000 Received: from redhat.com (totem.toronto.redhat.com [172.16.14.242]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 2A685B8013; Thu, 28 Mar 2002 15:58:54 -0500 (EST) Message-ID: <3CA3840E.995BEEAE@redhat.com> Date: Thu, 28 Mar 2002 12:58:00 -0000 From: Fernando Nasser Organization: Red Hat , Inc. - Toronto X-Accept-Language: en MIME-Version: 1.0 To: "Kuppuswamy, Priyadarshini" Cc: Andrew Cagney , gdb-patches@sources.redhat.com, clp@iol.unh.edu Subject: Re: [PATCH] Add alpha target to asm-source.exp test References: <6B003D25ADBDE347B5542AFE6A55B42E5D32B6@tayexc13.americas.cpqcorp.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00587.txt.bz2 "Kuppuswamy, Priyadarshini" wrote: > > Hi, > I am re-submitting the alpha patch since I finally got the permission to do so. > Thanks for the patch. As soon as you get your cvs access please check it in. Regards, Fernando > Index: asm-source.exp > =================================================================== > RCS file: /cvs/src/src/gdb/testsuite/gdb.asm/asm-source.exp,v > retrieving revision 1.18 > diff -u -p -r1.18 asm-source.exp > --- asm-source.exp 2002/02/21 20:58:25 1.18 > +++ asm-source.exp 2002/03/25 19:33:12 > @@ -41,6 +41,11 @@ if [istarget "*arm-*-*"] then { > if [istarget "xscale-*-*"] then { > set asm-arch arm > } > +if [istarget "alpha*-*-*"] then { > + set asm-arch alpha > + set asm-flags "-gdwarf2 -I${srcdir}/${subdir} -I${objdir}/${subdir}" > +} > if [istarget "d10v-*-*"] then { > set asm-arch d10v > } > > Index: configure > =================================================================== > RCS file: /cvs/src/src/gdb/testsuite/gdb.asm/configure,v > retrieving revision 1.8 > diff -u -p -r1.8 configure > --- configure 2001/12/20 22:12:20 1.8 > +++ configure 2002/03/25 19:34:11 > @@ -637,6 +637,7 @@ archinc=common.inc > case ${target} in > *arm-*-*) archinc=arm.inc ;; > xscale-*-*) archinc=arm.inc ;; > +alpha*-*-*) archinc=alpha.inc ;; > d10v-*-*) archinc=d10v.inc ;; > > > Index: configure.in > =================================================================== > RCS file: /cvs/src/src/gdb/testsuite/gdb.asm/configure.in,v > retrieving revision 1.8 > diff -u -p -r1.8 configure.in > --- configure.in 2001/12/20 22:12:20 1.8 > +++ configure.in 2002/03/25 19:34:37 > @@ -17,6 +17,7 @@ archinc=common.inc > case ${target} in > *arm-*-*) archinc=arm.inc ;; > xscale-*-*) archinc=arm.inc ;; > +alpha*-*-*) archinc=alpha.inc ;; > d10v-*-*) archinc=d10v.inc ;; > > (new file) alpha.inc > --------------------- > comment "subroutine prologue" > .macro gdbasm_enter > subq $30,32,$30 > stq $26,0($30) > stq $15,8($30) > bis $30,$30,$15 > .endm > > comment "subroutine epilogue" > .macro gdbasm_leave > bis $15,$15,$30 > ldq $26,0($30) > ldq $15,8($30) > addq $30,32,$30 > ret $31,($26),1 > .endm > > .macro gdbasm_call subr > bsr $26, \subr > .endm > > .macro gdbasm_several_nops > nop > nop > nop > nop > .endm > > comment "exit (0)" > .macro gdbasm_exit0 > halt > .endm > > comment "crt0 startup" > .macro gdbasm_startup > clr $fp > .endm > > comment "Declare a data variable" > .macro gdbasm_datavar name value > .data > \name: > .long \value > .endm > > Thanks > Priya > > > -----Original Message----- > > From: Andrew Cagney [mailto:ac131313@cygnus.com] > > Sent: Saturday, March 23, 2002 2:19 PM > > To: Kuppuswamy, Priyadarshini > > Cc: gdb-patches@sources.redhat.com; clp@iol.unh.edu > > Subject: Re: [PATCH] Add alpha target to asm-source.exp test > > > > > > Hello, > > > > Can I suggest re-submitting your alpha patch, your assignment > > has come > > in so it can now be properly reviewed by the testsuite maintainer. > > > > Andrew > > > > -- Fernando Nasser Red Hat - Toronto E-Mail: fnasser@redhat.com 2323 Yonge Street, Suite #300 Toronto, Ontario M4P 2C9