From: Andreas Schwab Date: Mon, 7 Jul 2003 14:50:39 +0000 (+0000) Subject: * gdb.asm/m68k.inc: New file. X-Git-Tag: cagney_x86i386-20030821-branchpoint~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af7bcebfdef9798b0e4a80a9b904d0fe87b36b48;p=thirdparty%2Fbinutils-gdb.git * gdb.asm/m68k.inc: New file. * gdb.asm/asm-source.exp: Use it for m68k-*-*. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 019a4df797b..435ca32b085 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2003-07-07 Andreas Schwab + * gdb.asm/m68k.inc: New file. + * gdb.asm/asm-source.exp: Use it for m68k-*-*. + * gdb.objc/basicclass.exp ("Call an Objective-C method with no arguments"): Also match negative number. diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index 8c3f00325ad..e482dd100d0 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -99,6 +99,9 @@ switch -glob -- [istarget] { set asm-arch v850 set gdb_wrapper_initialized 1 } + "m68k-*-*" { + set asm-arch m68k + } } if { "${asm-arch}" == "" } {