aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm/asm-source.exp
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2003-07-07 14:48:50 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2003-07-07 14:48:50 +0000
commit2705e97210f696dc3ac667f7796644abad7d21e1 (patch)
treea8e2b789471a26f97209945481fc3c43652b45a2 /gdb/testsuite/gdb.asm/asm-source.exp
parenteb8bc2821737a21e228c59dfce228e03cb7586a8 (diff)
downloadgdb-2705e97210f696dc3ac667f7796644abad7d21e1.zip
gdb-2705e97210f696dc3ac667f7796644abad7d21e1.tar.gz
gdb-2705e97210f696dc3ac667f7796644abad7d21e1.tar.bz2
* gdb.asm/m68k.inc: New file.
* gdb.asm/asm-source.exp: Use it for m68k-*-*.
Diffstat (limited to 'gdb/testsuite/gdb.asm/asm-source.exp')
-rw-r--r--gdb/testsuite/gdb.asm/asm-source.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp
index 8c3f003..e482dd1 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}" == "" } {