diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-29 17:13:42 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-29 17:13:42 +0000 |
commit | 895efe6b576d919cb593ed68ad8dc88b2c921b2a (patch) | |
tree | 105a3cfaa4218cdb8c6514df6065d62d0370b3b2 /gdb/remote-es.c | |
parent | 9db58d3ab42b7f4fd3b4b4aa80bcb6404ce32b0d (diff) | |
download | gdb-895efe6b576d919cb593ed68ad8dc88b2c921b2a.zip gdb-895efe6b576d919cb593ed68ad8dc88b2c921b2a.tar.gz gdb-895efe6b576d919cb593ed68ad8dc88b2c921b2a.tar.bz2 |
* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
* config/m68k/es1800.mt: Add comment.
* remote-es.c: Comment out entire file until it can be fixed.
Diffstat (limited to 'gdb/remote-es.c')
-rw-r--r-- | gdb/remote-es.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/remote-es.c b/gdb/remote-es.c index c561966..8f4e01b 100644 --- a/gdb/remote-es.c +++ b/gdb/remote-es.c @@ -90,6 +90,10 @@ STP */ +#if 0 +/* Comment out entire file until it can be fixed (need to clean up + TERMINAL, etc.). */ + #include <stdio.h> #include <signal.h> #include <sys/ioctl.h> @@ -2255,14 +2259,17 @@ Specify the serial device it is connected to (e.g. /dev/ttya).", NULL, /* to_sections_end */ OPS_MAGIC /* to_magic (always last) */ }; +#endif /* 0 */ void _initialize_es1800 () { +#if 0 add_target (&es1800_ops); add_target (&es1800_child_ops); add_com ("transparent", class_support, es1800_transparent, "Start transparent communication with the ES 1800 emulator."); add_com ("init_break", class_support, es1800_init_break, "Download break routine and initialize break facility on ES 1800"); +#endif } |