aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/tm-mips.h
diff options
context:
space:
mode:
authorJackie Smith Cashion <jsmith@redhat.com>1995-09-01 15:33:14 +0000
committerJackie Smith Cashion <jsmith@redhat.com>1995-09-01 15:33:14 +0000
commit180fd370b16504faa5de1995e89494b75218acb6 (patch)
tree85c301c6f29817262b2f6b7debef5310459204a4 /gdb/config/mips/tm-mips.h
parent8343d9d80694678c0274a27f5baaddbe76ccf997 (diff)
downloadgdb-180fd370b16504faa5de1995e89494b75218acb6.zip
gdb-180fd370b16504faa5de1995e89494b75218acb6.tar.gz
gdb-180fd370b16504faa5de1995e89494b75218acb6.tar.bz2
Ideally the "remote-mips.c" prompt spotting code should be updated to
spot different prompts at run-time, so as to avoid having target specific versions of gdb. This is a pending TODO. Fri Sep 1 08:25:50 1995 James G. Smith <jsmith@beauty.cygnus.com> * configure (mips64*vr4300*-*-elf): Support added. * remote-mips.c (mips_readchar): Change to allow build-time prompt string. * config/mips/tm-mips.h: Added TARGET_MONITOR_PROMPT. * config/mips/{vr4300.mt, vr4300el.mt, tm-vr4300.h, tm-vr4300el.h}: Added.
Diffstat (limited to 'gdb/config/mips/tm-mips.h')
-rw-r--r--gdb/config/mips/tm-mips.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index 4f2256f..200cc88 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -32,6 +32,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define GDB_TARGET_IS_MIPS64 0
#endif
+/* CYGNUS LOCAL jsmith */
+#if !defined (TARGET_MONITOR_PROMPT)
+#define TARGET_MONITOR_PROMPT { '<', 'I', 'D', 'T', '>' }
+#endif
+/* END CYGNUS LOCAL */
+
/* Floating point is IEEE compliant */
#define IEEE_FLOAT