diff options
Diffstat (limited to 'gdb/config/mips/tm-mips.h')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 6 |
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 |