Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@mvista.com>
To: Andreas Schwab <schwab@suse.de>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [RFA] Support for m68k in asm-source.exp
Date: Mon, 07 Jul 2003 14:11:00 -0000	[thread overview]
Message-ID: <20030707141101.GA27227@nevyn.them.org> (raw)
In-Reply-To: <m37k6va4zn.fsf@whitebox.as.local>

On Sun, Jul 06, 2003 at 08:23:56PM +0200, Andreas Schwab wrote:
> This adds support for m68k in asm-source.exp in the testsuite (no
> failures on m68k-linux).  OK for HEAD and 6.0 branch?

Yes, this is fine.  Thanks!

> 
> Andreas.
> 
> 2003-07-06  Andreas Schwab  <schwab@suse.de>
> 
> 	* gdb.asm/m68k.inc: New file.
> 	* gdb.asm/asm-source.exp: Use it for m68k-*-*.
> 
> --- gdb/testsuite/gdb.asm/asm-source.exp.~1.38.~	2003-06-03 00:08:50.000000000 +0200
> +++ gdb/testsuite/gdb.asm/asm-source.exp	2003-07-06 20:05:49.000000000 +0200
> @@ -99,6 +99,9 @@ switch -glob -- [istarget] {
>          set asm-arch v850
>          set gdb_wrapper_initialized 1
>      }
> +    "m68k-*-*" {
> +        set asm-arch m68k
> +    }
>  }
>  
>  if { "${asm-arch}" == "" } {
> --- /dev/null	2003-03-16 18:50:40.000000000 +0100
> +++ gdb/testsuite/gdb.asm/m68k.inc	2003-07-06 20:04:02.000000000 +0200
> @@ -0,0 +1,38 @@
> +	comment "subroutine prologue"
> +	.macro gdbasm_enter
> +	link	%a6,#0
> +	.endm
> +
> +	comment "subroutine epilogue"
> +	.macro gdbasm_leave
> +	unlk	%a6
> +	rts
> +	.endm
> +
> +	.macro gdbasm_call subr
> +	jbsr	\subr
> +	.endm
> +
> +	.macro gdbasm_several_nops
> +	nop
> +	nop
> +	nop
> +	nop
> +	.endm
> +
> +	comment "exit (0)"
> +	.macro gdbasm_exit0
> +	illegal
> +	.endm
> +
> +	comment "crt0 startup"
> +	.macro gdbasm_startup
> +	lea	0,%a6
> +	.endm
> +
> +	comment "Declare a data variable"
> +	.macro gdbasm_datavar name value
> +	.data
> +\name:
> +	.long	\value
> +	.endm
> 

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


      reply	other threads:[~2003-07-07 14:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-06 18:23 Andreas Schwab
2003-07-07 14:11 ` Daniel Jacobowitz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030707141101.GA27227@nevyn.them.org \
    --to=drow@mvista.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=schwab@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox