]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.asm/m68k.inc: New file.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 7 Jul 2003 14:50:39 +0000 (14:50 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 7 Jul 2003 14:50:39 +0000 (14:50 +0000)
* gdb.asm/asm-source.exp: Use it for m68k-*-*.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.asm/asm-source.exp

index 019a4df797bbe0906f158b6fd10fe8805f050e80..435ca32b085c172180fd1e626c71d174b8a646e5 100644 (file)
@@ -1,5 +1,8 @@
 2003-07-07  Andreas Schwab  <schwab@suse.de>
 
+       * 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.
 
index 8c3f00325ad4f6f97e48e8710e8ecc3974aa31c4..e482dd100d0a84c97f4b65e1223cff990cb90fcc 100644 (file)
@@ -99,6 +99,9 @@ switch -glob -- [istarget] {
         set asm-arch v850
         set gdb_wrapper_initialized 1
     }
+    "m68k-*-*" {
+        set asm-arch m68k
+    }
 }
 
 if { "${asm-arch}" == "" } {