summaryrefslogtreecommitdiff
path: root/gdb/testsuite/config/m68k-emc.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/config/m68k-emc.exp')
-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 {
- #}
-}