* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 29 Jan 1994 17:13:42 +0000 (17:13 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 29 Jan 1994 17:13:42 +0000 (17:13 +0000)
* config/m68k/es1800.mt: Add comment.
* remote-es.c: Comment out entire file until it can be fixed.

gdb/ChangeLog
gdb/config/m68k/es1800.mt
gdb/remote-es.c

index 3c27b57abbddf4623cf239c224057d29574044c8..f5b375c9927f625cc35a1a83511da3a2b63e39c0 100644 (file)
@@ -1,5 +1,9 @@
 Sat Jan 29 07:44:59 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
 
+       * 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.
+
        * ser-unix.c (wait_for, hardwire_readchar) [HAVE_TERMIO, HAVE_TERMIOS]:
        If the timeout is too big to fit in c_cc[VTIME], then do multiple reads
        to achieve the desired timeout.
index 5a713d44ce93f6878490b72b0fb700d4d0438b8a..3a6cdb73fbce94d9b24b8359aae3e80822dbcc1a 100644 (file)
@@ -1,3 +1,7 @@
 # Target:  Ericcson ES-1800 emulator (remote) for m68k.
+# (Note: remote-es.o is also available from the standard monitor.mt
+# configuration.  The only difference in this configuration is that it
+# has its own DEFAULT_PROMPT and GDBINIT_FILENAME, if you don't care
+# about those things you can just use monitor.mt).
 TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o remote-es.o 
 TM_FILE= tm-es1800.h
index c561966a8416eb5fefb0fc6b527eb3bb334e7e91..8f4e01b85f7b0e72d6a0168b0f4dfc649947bfae 100644 (file)
@@ -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
 }
This page took 0.026871 seconds and 4 git commands to generate.