summaryrefslogtreecommitdiff
path: root/gdb/testsuite/config
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2009-11-05 20:06:03 +0000
committerDaniel Jacobowitz <drow@false.org>2009-11-05 20:06:03 +0000
commitf8b7eaf30a06a95eb0e000f0bb36dcaa92725137 (patch)
tree836956d9e0574f0beeddcf5e636321b62988f142 /gdb/testsuite/config
parent12af2ab656102bf73265db464ab89e76ff8c0512 (diff)
downloadbinutils-gdb-f8b7eaf30a06a95eb0e000f0bb36dcaa92725137.tar.gz
* config/m68k-emc.exp, lib/emc-support.exp,
gdb.trace/gdb_c_test.c: Delete. * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp, gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp, gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special casing for m68k-*-elf.
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r--gdb/testsuite/config/m68k-emc.exp17
1 files changed, 0 insertions, 17 deletions
diff --git a/gdb/testsuite/config/m68k-emc.exp b/gdb/testsuite/config/m68k-emc.exp
deleted file mode 100644
index 70b8f5ef426..00000000000
--- a/gdb/testsuite/config/m68k-emc.exp
+++ /dev/null
@@ -1,17 +0,0 @@
-load_lib gdb.exp
-load_lib "../config/monitor.exp"
-
-proc gdb_emclaptop_command { command } {
- global board_info;
- set tname [board_info target name];
-
- if ![info exists board_info($tname,m68k_connected)] {
- m68k_emc_board_connect target;
- }
- # This is about all we can do for now. *sigh*
- set dos_host [board_info target dos_host];
-
- remote_send $dos_host "${command}\n";
- #remote_expect $dos_host {
- #}
-}